Skip to content

Commit 676159d

Browse files
authored
chore(release): publish packages (#104)
- luthor@0.5.3 - luthor_generator@0.6.4
1 parent 275b794 commit 676159d

5 files changed

Lines changed: 37 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2025-02-18
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`luthor` - `v0.5.3`](#luthor---v053)
19+
- [`luthor_generator` - `v0.6.4`](#luthor_generator---v064)
20+
21+
---
22+
23+
#### `luthor` - `v0.5.3`
24+
25+
- **FEAT**: Add URL validator support ([#103](https://github.com/exaby73/luthor/issues/103)).
26+
27+
#### `luthor_generator` - `v0.6.4`
28+
29+
- **FEAT**: Add URL validator support ([#103](https://github.com/exaby73/luthor/issues/103)).
30+
31+
632
## 2025-01-05
733

834
### Changes

packages/luthor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.3
2+
3+
- **FEAT**: Add URL validator support ([#103](https://github.com/exaby73/luthor/issues/103)).
4+
15
## 0.5.2+1
26

37
- **CHORE**: Export validations

packages/luthor/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: luthor
22
description: |
33
A Dart validation library inspired by https://zod.dev
44
with support for code generation.
5-
version: 0.5.2+1
5+
version: 0.5.3
66
repository: https://github.com/exaby73/luthor/tree/main/packages/luthor
77
homepage: https://luthor.netlify.app
88

packages/luthor_generator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.4
2+
3+
- **FEAT**: Add URL validator support ([#103](https://github.com/exaby73/luthor/issues/103)).
4+
15
## 0.6.3
26

37
- **FIX**: Nullable ? in generated code.

packages/luthor_generator/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: luthor_generator
22
description: Generate luthor schemas
3-
version: 0.6.3
3+
version: 0.6.4
44
repository: https://github.com/exaby73/luthor/tree/main/packages/luthor_generator
55
homepage: https://luthor.netlify.app
66

@@ -14,7 +14,7 @@ dependencies:
1414
dart_mappable: ^4.3.0
1515
freezed_annotation: ^2.4.3
1616
json_annotation: ^4.8.1
17-
luthor: ^0.5.2+1
17+
luthor: ^0.5.3
1818
source_gen: ^1.5.0
1919

2020
dev_dependencies:

0 commit comments

Comments
 (0)