From ae19792c00d4ce4cc9f9c6b093ed9383f8675a5b Mon Sep 17 00:00:00 2001 From: exaby73 Date: Tue, 25 Jun 2024 18:42:50 +0530 Subject: [PATCH] chore(release): publish packages - luthor@0.4.1 - luthor_annotation@0.3.1 - luthor_generator@0.4.2 --- CHANGELOG.md | 33 +++++++++++++++++++++++++ packages/luthor/CHANGELOG.md | 5 ++++ packages/luthor/pubspec.yaml | 2 +- packages/luthor_annotation/CHANGELOG.md | 4 +++ packages/luthor_annotation/pubspec.yaml | 2 +- packages/luthor_generator/CHANGELOG.md | 5 ++++ packages/luthor_generator/pubspec.yaml | 4 +-- 7 files changed, 51 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 325a2333..99a32780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,39 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-06-25 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`luthor` - `v0.4.1`](#luthor---v041) + - [`luthor_annotation` - `v0.3.1`](#luthor_annotation---v031) + - [`luthor_generator` - `v0.4.2`](#luthor_generator---v042) + +--- + +#### `luthor` - `v0.4.1` + + - **FEAT**: deprecate luthor_annotation ([#77](https://github.com/exaby73/luthor/issues/77)). + - **FEAT**: Deprecate luthor_annoation and add annotations to luthor package. + +#### `luthor_annotation` - `v0.3.1` + + - **FEAT**: deprecate luthor_annotation ([#77](https://github.com/exaby73/luthor/issues/77)). + +#### `luthor_generator` - `v0.4.2` + + - **FEAT**(luthor_generator): remove need for validate method. + - **FEAT**: deprecate luthor_annotation ([#77](https://github.com/exaby73/luthor/issues/77)). + + ## 2024-06-25 ### Changes diff --git a/packages/luthor/CHANGELOG.md b/packages/luthor/CHANGELOG.md index 2db7f517..e6baf839 100644 --- a/packages/luthor/CHANGELOG.md +++ b/packages/luthor/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.1 + + - **FEAT**: deprecate luthor_annotation ([#77](https://github.com/exaby73/luthor/issues/77)). + - **FEAT**: Deprecate luthor_annoation and add annotations to luthor package. + ## 0.4.0 - **FEAT**: Deprecate luthor_annoation and add annotations to luthor package. diff --git a/packages/luthor/pubspec.yaml b/packages/luthor/pubspec.yaml index ee7eeee0..890e6327 100644 --- a/packages/luthor/pubspec.yaml +++ b/packages/luthor/pubspec.yaml @@ -2,7 +2,7 @@ name: luthor description: | A Dart validation library inspired by https://zod.dev with support for code generation. -version: 0.4.0 +version: 0.4.1 repository: https://github.com/exaby73/luthor/tree/main/packages/luthor homepage: https://luthor.netlify.app diff --git a/packages/luthor_annotation/CHANGELOG.md b/packages/luthor_annotation/CHANGELOG.md index c3d19781..292012a8 100644 --- a/packages/luthor_annotation/CHANGELOG.md +++ b/packages/luthor_annotation/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.1 + + - **FEAT**: deprecate luthor_annotation ([#77](https://github.com/exaby73/luthor/issues/77)). + ## 0.3.0+1 ## 0.3.0 diff --git a/packages/luthor_annotation/pubspec.yaml b/packages/luthor_annotation/pubspec.yaml index 7ef6e914..080c75dc 100644 --- a/packages/luthor_annotation/pubspec.yaml +++ b/packages/luthor_annotation/pubspec.yaml @@ -1,6 +1,6 @@ name: luthor_annotation description: Annotation for luthor_generator -version: 0.3.0+1 +version: 0.3.1 repository: https://github.com/exaby73/luthor/tree/main/packages/luthor_annotation homepage: https://luthor.netlify.app diff --git a/packages/luthor_generator/CHANGELOG.md b/packages/luthor_generator/CHANGELOG.md index 6d4aa3af..17ac43e5 100644 --- a/packages/luthor_generator/CHANGELOG.md +++ b/packages/luthor_generator/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.2 + + - **FEAT**(luthor_generator): remove need for validate method. + - **FEAT**: deprecate luthor_annotation ([#77](https://github.com/exaby73/luthor/issues/77)). + ## 0.4.1 - **FEAT**: getErrors method ([#74](https://github.com/exaby73/luthor/issues/74)). diff --git a/packages/luthor_generator/pubspec.yaml b/packages/luthor_generator/pubspec.yaml index e4d5e4e2..30e00450 100644 --- a/packages/luthor_generator/pubspec.yaml +++ b/packages/luthor_generator/pubspec.yaml @@ -1,6 +1,6 @@ name: luthor_generator description: Generate luthor schemas with Freezed -version: 0.4.1 +version: 0.4.2 repository: https://github.com/exaby73/luthor/tree/main/packages/luthor_generator homepage: https://luthor.netlify.app @@ -12,7 +12,7 @@ dependencies: build: ^2.4.1 collection: ^1.18.0 json_annotation: ^4.8.1 - luthor: ^0.4.0 + luthor: ^0.4.1 source_gen: ^1.5.0 dev_dependencies: