Skip to content

Commit ca8a625

Browse files
committed
🔖 bump version
1 parent 977a72c commit ca8a625

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

packages/functional_enum/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.4
2+
3+
- Upgraded dependencies
4+
15
## 1.1.3
26

37
- Updated README doc

packages/functional_enum/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ environment:
55
sdk: '>=2.12.0 <3.0.0'
66

77
dependencies:
8-
functional_enum_annotation: ^1.2.1
8+
functional_enum_annotation: ^1.2.2
99

1010
dev_dependencies:
1111
build_runner: ^2.1.2

packages/functional_enum/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: functional_enum
22
description: Code generator for functional enum that makes the use of enums much better.
3-
version: 1.1.3
3+
version: 1.1.4
44
homepage: https://github.com/Elias8/functional_enum
55

66
environment:

packages/functional_enum_annotation/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.2
2+
3+
- Upgraded `meta` dependency
4+
15
## 1.2.1
26

37
- Downgraded `meta` dependency to fix conflicts with other builders

packages/functional_enum_annotation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: functional_enum_annotation
22
description: Annotations for the functional_enum code generator package.
3-
version: 1.2.1
3+
version: 1.2.2
44
homepage: https://github.com/Elias8/functional_enum
55

66
environment:

0 commit comments

Comments
 (0)