Skip to content

Commit

Permalink
chore: v0.0.0-dev.9
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed May 22, 2024
1 parent 219ff3d commit f3010df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.0-dev.9

- fix: `@Data` inheritance compatibility
- fix: `@Data` composability with other macros

## 0.0.0-dev.8

- feat: `@Data` can be applied to subclasses
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: data_class_macro
description: Experimental support for data classes in Dart using pkg:macros
version: 0.0.0-dev.8
version: 0.0.0-dev.9
repository: https://github.com/felangel/data_class
topics: [macros, data-class]

Expand Down

0 comments on commit f3010df

Please sign in to comment.