Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 committed Jun 25, 2024
1 parent 629cc45 commit ae19792
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 4 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions packages/luthor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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.0
version: 0.4.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_annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/luthor_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 5 additions & 0 deletions packages/luthor_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)).
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.1
version: 0.4.2
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.0
luthor: ^0.4.1
source_gen: ^1.5.0

dev_dependencies:
Expand Down

0 comments on commit ae19792

Please sign in to comment.