Skip to content

Commit

Permalink
Bump version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spideythewebhead committed Nov 2, 2023
1 parent d0ed3fb commit 1b5436d
Show file tree
Hide file tree
Showing 5 changed files with 9 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: "1.2.0"
version: "1.2.1"
file:
dependency: transitive
description:
Expand Down
6 changes: 5 additions & 1 deletion package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## 1.2.1

- Lower meta dependency version and bump tachyon

## 1.2.0

- Bump tachyon version [(issue #353)](https://github.com/spideythewebhead/data_class_plugin/issues/353)
- Update READMEM
- Update README
- Update example

## 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Pub Publisher](https://img.shields.io/pub/publisher/data_class_plugin)](https://github.com/spideythewebhead)
-->

**Data Class Plugin** code generator powered by `Tachyon`.
**Data Class Plugin** code generator powered by [Tachyon](https://pub.dev/packages/tachyon).

---

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.2.0
version: 1.2.1
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ environment:
sdk: ">=3.1.0 <4.0.0"

dependencies:
data_class_plugin: ^1.2.0
data_class_plugin: ^1.2.1

0 comments on commit 1b5436d

Please sign in to comment.