Skip to content

Commit

Permalink
update pubspec and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Iapicca committed Apr 18, 2024
1 parent 36dcfd0 commit a52e811
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/yak_result/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: '>=3.3.3 <4.0.0'

dependencies:
yak_result: ^2.1.1
yak_result: ^3.0.0

dev_dependencies:
lints: ^3.0.0
2 changes: 1 addition & 1 deletion examples/yak_runner/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: '>=3.3.3 <4.0.0'

dependencies:
yak_runner: ^2.1.1
yak_result: ^3.0.0

dev_dependencies:
lints: ^3.0.0
3 changes: 3 additions & 0 deletions packages/yak_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 3.0.0
- rework due to yak_result v3

### 2.1.1
- update dependency

Expand Down
4 changes: 2 additions & 2 deletions packages/yak_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: yak_flutter
description: A collection of tools and extensions for Flutter.
version: 2.1.1
version: 3.0.0
homepage: https://github.com/yakforward-ou/yak_packages

environment:
Expand All @@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter
yak_tween: ^2.0.2
yak_runner: ^2.1.1
yak_runner: ^3.0.0
yak_utils: ^2.1.1

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/yak_result/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.0.0
- rework using "extension type"
- BREAKING CHANGES

### 2.1.1
- update dependency

Expand Down
2 changes: 1 addition & 1 deletion packages/yak_result/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: yak_result
description: a lightweight dart micro-package to help you handle functions results
version: 2.1.1
version: 3.0.0
homepage: https://github.com/yakforward-ou/yak_packages

environment:
Expand Down
3 changes: 3 additions & 0 deletions packages/yak_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 3.0.0
- rework due to yak_result v3

### 2.1.1
- update dependency

Expand Down
4 changes: 2 additions & 2 deletions packages/yak_runner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: yak_runner
description: A Dart package that makes running functions safer and easier to test
version: 2.1.1
version: 3.0.0
homepage: https://github.com/yakforward-ou/yak_packages

environment:
sdk: '>=3.3.3 <4.0.0'

dependencies:
meta: ^1.11.0
yak_result: ^2.1.1
yak_result: ^3.0.0
yak_utils: ^2.1.1

dev_dependencies:
Expand Down
3 changes: 3 additions & 0 deletions packages/yak_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 3.0.0
- rework due to yak_result v3

### 2.1.1
- update dependency

Expand Down
4 changes: 2 additions & 2 deletions packages/yak_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: yak_test
description: a Dart package that helps to testing apps made with `yak_packages`
version: 2.1.1
version: 3.0.0
homepage: https://github.com/yakforward-ou/yak_packages

environment:
sdk: '>=3.3.3 <4.0.0'

dependencies:
meta: ^1.11.0
yak_runner: ^2.1.1
yak_runner: ^3.0.0
stub: ^2.1.1
test: ^1.24.9

Expand Down

0 comments on commit a52e811

Please sign in to comment.