Skip to content

Commit

Permalink
#271 Bump version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spideythewebhead committed Mar 30, 2023
1 parent 2e2884b commit c6381fc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 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: "0.2.1"
version: "0.2.2"
file:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion examples/in_place_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: "0.2.1"
version: "0.2.2"
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 @@
## 0.2.2

- Fix deepEquality crashing if Map key type was not a string [(issue #265)](https://github.com/spideythewebhead/data_class_plugin/issues/265)
- Fix `this` keyword string interpolation breaking compilation for dart 2.18.x [(issue #267)](https://github.com/spideythewebhead/data_class_plugin/issues/267)
- Add support for multiple UnionJsonKeyValue annotations for a factory [(issue #270)](https://github.com/spideythewebhead/data_class_plugin/issues/269)


## 0.2.1

- Add null value support on copyWith for nullable fields [(issue #258)](https://github.com/spideythewebhead/data_class_plugin/issues/258)
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: 0.2.1
version: 0.2.2
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
2 changes: 1 addition & 1 deletion package/tools/analyzer_plugin/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ packages:
dependency: "direct main"
description:
name: data_class_plugin
sha256: "624fe7e042d137c4b7f8433ea679b2fe2da0806e2adab015ee66b7c7a451825f"
sha256: e0db98a254eb0346c628ce441649207789dcd7e20dd8f8583bba308fb6a0a131
url: "https://pub.dev"
source: hosted
version: "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion package/tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ environment:
sdk: ">=2.17.0 <3.0.0"

dependencies:
data_class_plugin: 0.2.1
data_class_plugin: 0.2.2

0 comments on commit c6381fc

Please sign in to comment.