Skip to content

Commit 47281dd

Browse files
author
Francesco Iapicca
committed
update pubspec and changelog
1 parent e71e131 commit 47281dd

File tree

14 files changed

+32
-14
lines changed

14 files changed

+32
-14
lines changed

packages/byte_token/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 2.1.0
2+
- remove delegates to avoid implicit_call_tearoffs
3+
14
### 2.0.3
25
- example link and readme update
36

packages/byte_token/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: byte_token
22
description: A protobuf based, performant and lightweight token authentication package.
3-
version: 2.0.3
4-
homepage: https://github.com/iapicca/yak_packages
3+
version: 2.1.0
4+
homepage: https://github.com/yakforward-ou/yak_packages
55

66
environment:
77
sdk: '>=3.3.3 <4.0.0'

packages/stub/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 2.1.0
2+
- remove delegates to avoid implicit_call_tearoffs
3+
14
### 2.0.2
25
- example link and readme update
36

packages/stub/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: stub
22
description: a pure `dart` lightweight package to help you stub methods for your tests
3-
version: 2.0.2
4-
homepage: https://github.com/iapicca/yak_packages
3+
version: 2.1.0
4+
homepage: https://github.com/yakforward-ou/yak_packages
55

66
environment:
77
sdk: '>=3.3.3 <4.0.0'

packages/yak_flutter/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 2.1.0
2+
- remove delegates to avoid implicit_call_tearoffs
3+
14
### 2.0.4
25
- example link and readme update
36
- `BuildContext` extensions updated

packages/yak_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: yak_flutter
22
description: A collection of tools and extensions for Flutter.
3-
version: 2.0.3
4-
homepage: https://github.com/iapicca/yak_packages
3+
version: 2.1.0
4+
homepage: https://github.com/yakforward-ou/yak_packages
55

66
environment:
77
sdk: '>=3.3.3 <4.0.0'

packages/yak_result/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### 2.1.0
2-
- fix yakforward-ou/yak_packages/issues/234
2+
- remove delegates to avoid implicit_call_tearoffs
33

44
### 2.0.3
55
- example link and readme update

packages/yak_result/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: yak_result
22
description: a lightweight dart micro-package to help you handle functions results
33
version: 2.1.0
4-
homepage: https://github.com/iapicca/yak_packages
4+
homepage: https://github.com/yakforward-ou/yak_packages
55

66
environment:
77
sdk: '>=3.3.3 <4.0.0'

packages/yak_runner/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 2.1.0
2+
- remove delegates to avoid implicit_call_tearoffs
3+
14
### 2.0.3
25
- example link and readme update
36

packages/yak_runner/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: yak_runner
22
description: A Dart package that makes running functions safer and easier to test
3-
version: 2.0.3
4-
homepage: https://github.com/iapicca/yak_packages
3+
version: 2.1.0
4+
homepage: https://github.com/yakforward-ou/yak_packages
55

66
environment:
77
sdk: '>=3.3.3 <4.0.0'

packages/yak_test/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 2.1.0
2+
- remove delegates to avoid implicit_call_tearoffs
3+
14
### 2.0.3
25
- example link and readme update
36

packages/yak_test/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: yak_test
22
description: a Dart package that helps to testing apps made with `yak_packages`
3-
version: 2.0.3
4-
homepage: https://github.com/iapicca/yak_packages
3+
version: 2.1.0
4+
homepage: https://github.com/yakforward-ou/yak_packages
55

66
environment:
77
sdk: '>=3.3.3 <4.0.0'

packages/yak_utils/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 2.1.0
2+
- remove delegates to avoid implicit_call_tearoffs
3+
14
### 2.0.3
25
- example link and readme update
36

packages/yak_utils/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: yak_utils
22
description: a collection of useful functions and extensions` for your projects
3-
version: 2.0.3
4-
homepage: https://github.com/iapicca/yak_packages
3+
version: 2.1.0
4+
homepage: https://github.com/yakforward-ou/yak_packages
55

66
environment:
77
sdk: '>=3.3.3 <4.0.0'

0 commit comments

Comments
 (0)