Skip to content

Commit

Permalink
chore(release): publish packages (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 authored Jul 13, 2024
1 parent 50f7091 commit 0cfe949
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
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_generator` - `v0.4.4`](#luthor_generator---v044)

---

#### `luthor_generator` - `v0.4.4`

- **FEAT**: Support non-freezed classes by ignoring previous requirement for factory ctors ([#82](https://github.com/exaby73/luthor/issues/82)).


## 2024-06-27

### Changes
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

- **FEAT**: Support non-freezed classes by ignoring previous requirement for factory ctors ([#82](https://github.com/exaby73/luthor/issues/82)).

## 0.4.3

- **FIX**(luthor_generator): invalid identifier.
Expand Down
2 changes: 1 addition & 1 deletion 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.3
version: 0.4.4
repository: https://github.com/exaby73/luthor/tree/main/packages/luthor_generator
homepage: https://luthor.netlify.app

Expand Down

0 comments on commit 0cfe949

Please sign in to comment.