Skip to content

Commit

Permalink
chore(release): publish packages (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 authored Jul 13, 2024
1 parent a4c4494 commit cd5ef34
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions packages/luthor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)).
Expand Down
2 changes: 1 addition & 1 deletion packages/luthor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions packages/luthor_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)).
Expand Down
4 changes: 2 additions & 2 deletions packages/luthor_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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:
Expand Down

0 comments on commit cd5ef34

Please sign in to comment.