diff --git a/CHANGELOG.md b/CHANGELOG.md index be192cc5..94e92973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-07-13 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`luthor` - `v0.4.2+1`](#luthor---v0421) + - [`luthor_generator` - `v0.4.4+1`](#luthor_generator---v0441) + +Packages with dependency updates only: + +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. + + - `luthor_generator` - `v0.4.4+1` + +--- + +#### `luthor` - `v0.4.2+1` + + - **FIX**(luthor): String validator return types for email and dateTime ([#84](https://github.com/exaby73/luthor/issues/84)). + + ## 2024-07-13 ### Changes diff --git a/packages/luthor/CHANGELOG.md b/packages/luthor/CHANGELOG.md index 9c82a20c..fe47b5bb 100644 --- a/packages/luthor/CHANGELOG.md +++ b/packages/luthor/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.2+1 + + - **FIX**(luthor): String validator return types for email and dateTime ([#84](https://github.com/exaby73/luthor/issues/84)). + ## 0.4.2 - **FEAT**(luthor_generator): remove validate method ([#78](https://github.com/exaby73/luthor/issues/78)). diff --git a/packages/luthor/pubspec.yaml b/packages/luthor/pubspec.yaml index a68f6d76..3eaf2366 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.2 +version: 0.4.2+1 repository: https://github.com/exaby73/luthor/tree/main/packages/luthor homepage: https://luthor.netlify.app diff --git a/packages/luthor_generator/CHANGELOG.md b/packages/luthor_generator/CHANGELOG.md index 9620c5d3..6ee614be 100644 --- a/packages/luthor_generator/CHANGELOG.md +++ b/packages/luthor_generator/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.4+1 + + - Update a dependency to the latest release. + ## 0.4.4 - **FEAT**: Support non-freezed classes by ignoring previous requirement for factory ctors ([#82](https://github.com/exaby73/luthor/issues/82)). diff --git a/packages/luthor_generator/pubspec.yaml b/packages/luthor_generator/pubspec.yaml index 1b73ea2e..6fd7bea7 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.4 +version: 0.4.4+1 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.2 + luthor: ^0.4.2+1 source_gen: ^1.5.0 dev_dependencies: