Skip to content

Commit b13c6f1

Browse files
committed
ci(all): updated versions
1 parent 93da667 commit b13c6f1

File tree

15 files changed

+47
-15
lines changed

15 files changed

+47
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.0
2+
3+
- Fix version problems
4+
15
## 1.3.0
26

37
- Using const factories

sealed_annotations/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.0
2+
3+
- Fix version problems
4+
15
## 1.3.0
26

37
- Using const factories

sealed_annotations/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Dart and Flutter sealed or union class generator and annotations, w
33
repository: https://github.com/6thsolution/dart_sealed/tree/master/sealed_annotations
44
homepage: https://github.com/6thsolution/dart_sealed
55

6-
version: 1.3.0
6+
version: 1.4.0
77

88
environment:
99
sdk: '>=2.12.0 <3.0.0'

sealed_example/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.0
2+
3+
- Fix version problems
4+
15
## 1.3.0
26

37
- Using const factories

sealed_example/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Dart and Flutter sealed or union class generator and annotations, w
33
repository: https://github.com/6thsolution/dart_sealed/tree/master/sealed_example
44
homepage: https://github.com/6thsolution/dart_sealed
55

6-
version: 1.3.0
6+
version: 1.4.0
77

88
# example package should not be published
99
publish_to: 'none'
@@ -12,10 +12,10 @@ environment:
1212
sdk: '>=2.12.0 <3.0.0'
1313

1414
dependencies:
15-
sealed_annotations: '>=1.3.0 <1.4.0'
15+
sealed_annotations: '>=1.4.0 <1.5.0'
1616

1717
dev_dependencies:
18-
sealed_generators: '>=1.3.0 <1.4.0'
18+
sealed_generators: '>=1.4.0 <1.5.0'
1919
pedantic: ^1.11.0
2020
test: ^1.17.10
2121
build_runner: ^2.0.6

sealed_generators/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.0
2+
3+
- Fix version problems
4+
15
## 1.3.0
26

37
- Using const factories

sealed_generators/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ description: Dart and Flutter sealed or union class generator and annotations, w
33
repository: https://github.com/6thsolution/dart_sealed/tree/master/sealed_generators
44
homepage: https://github.com/6thsolution/dart_sealed
55

6-
version: 1.3.0
6+
version: 1.4.0
77

88
environment:
99
sdk: '>=2.12.0 <3.0.0'
1010

1111
dependencies:
12-
sealed_annotations: '>=1.3.0 <1.4.0'
13-
sealed_writer: '>=1.3.0 <1.4.0'
12+
sealed_annotations: '>=1.4.0 <1.5.0'
13+
sealed_writer: '>=1.4.0 <1.5.0'
1414
meta: ^1.7.0
1515
build: ^2.0.3
1616
source_gen: ^1.0.5

sealed_writer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.0
2+
3+
- Fix version problems
4+
15
## 1.3.0
26

37
- Using const factories

sealed_writer/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Dart and Flutter sealed or union class generator and annotations, w
33
repository: https://github.com/6thsolution/dart_sealed/tree/master/sealed_writer
44
homepage: https://github.com/6thsolution/dart_sealed
55

6-
version: 1.3.0
6+
version: 1.4.0
77

88
environment:
99
sdk: '>=2.12.0 <3.0.0'

super_enum_sealed_annotations/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.0
2+
3+
- Fix version problems
4+
15
## 1.3.0
26

37
- Using const factories

0 commit comments

Comments
 (0)