Skip to content

Commit

Permalink
Bump version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spideythewebhead committed Aug 27, 2023
1 parent 7d44591 commit 5c1a502
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/file_generation_mode/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ packages:
path: "../../package"
relative: true
source: path
version: "1.0.3"
version: "1.0.4"
file:
dependency: transitive
description:
Expand Down
7 changes: 7 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.0.4

- Bump dart sdk minimum version to 3.1.0
- Bump "tachyon" version to ^0.0.8
- Fix lint issue with generated file
- Bump dart version on workflows

## 1.0.3

- Change UnionJsonKeyValue "key" type from "String" to "dynamic" [(issue #330)](https://github.com/spideythewebhead/data_class_plugin/issues/330)
Expand Down
2 changes: 1 addition & 1 deletion package/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: data_class_plugin
version: 1.0.3
version: 1.0.4
description: A tool that uses Dart's Analyzer to generate code on-the-fly.

homepage: https://github.com/spideythewebhead/dart_data_class_plugin
Expand Down
4 changes: 2 additions & 2 deletions package/tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage: https://github.com/spideythewebhead/dart_data_class_plugin
repository: https://github.com/spideythewebhead/dart_data_class_plugin

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.1.0 <4.0.0"

dependencies:
data_class_plugin: ^1.0.3
data_class_plugin: ^1.0.4

0 comments on commit 5c1a502

Please sign in to comment.