Skip to content

Commit

Permalink
🔖 bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
elias8 committed Sep 23, 2021
1 parent 977a72c commit ca8a625
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/functional_enum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.4

- Upgraded dependencies

## 1.1.3

- Updated README doc
Expand Down
2 changes: 1 addition & 1 deletion packages/functional_enum/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
sdk: '>=2.12.0 <3.0.0'

dependencies:
functional_enum_annotation: ^1.2.1
functional_enum_annotation: ^1.2.2

dev_dependencies:
build_runner: ^2.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/functional_enum/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: functional_enum
description: Code generator for functional enum that makes the use of enums much better.
version: 1.1.3
version: 1.1.4
homepage: https://github.com/Elias8/functional_enum

environment:
Expand Down
4 changes: 4 additions & 0 deletions packages/functional_enum_annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.2

- Upgraded `meta` dependency

## 1.2.1

- Downgraded `meta` dependency to fix conflicts with other builders
Expand Down
2 changes: 1 addition & 1 deletion packages/functional_enum_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: functional_enum_annotation
description: Annotations for the functional_enum code generator package.
version: 1.2.1
version: 1.2.2
homepage: https://github.com/Elias8/functional_enum

environment:
Expand Down

0 comments on commit ca8a625

Please sign in to comment.