Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependencies #237

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/stub/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:
stub: ^2.0.0
stub: ^2.1.1
test: ^1.24.9

dev_dependencies:
Expand Down
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.0.2
yak_result: ^2.1.1

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.0.2
yak_runner: ^2.1.1

dev_dependencies:
lints: ^3.0.0
3 changes: 3 additions & 0 deletions packages/byte_token/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.1.1
- update dependency

### 2.1.0
- remove delegates to avoid implicit_call_tearoffs

Expand Down
4 changes: 2 additions & 2 deletions packages/byte_token/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: byte_token
description: A protobuf based, performant and lightweight token authentication package.
version: 2.1.0
version: 2.1.1
homepage: https://github.com/yakforward-ou/yak_packages

environment:
Expand All @@ -10,7 +10,7 @@ dependencies:
crypto: ^3.0.3
fixnum: ^1.1.0
protobuf: ^3.1.0
yak_utils: ^2.0.2
yak_utils: ^2.1.1

dev_dependencies:
lints: ^3.0.0
Expand Down
3 changes: 3 additions & 0 deletions packages/stub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.1.1
- update dependency

### 2.1.0
- remove delegates to avoid implicit_call_tearoffs

Expand Down
4 changes: 2 additions & 2 deletions packages/stub/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: stub
description: a pure `dart` lightweight package to help you stub methods for your tests
version: 2.1.0
version: 2.1.1
homepage: https://github.com/yakforward-ou/yak_packages

environment:
sdk: '>=3.3.3 <4.0.0'

dependencies:
meta: ^1.11.0
yak_utils: ^2.0.2
yak_utils: ^2.1.1

dev_dependencies:
lints: ^3.0.0
Expand Down
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 @@
### 2.1.1
- update dependency

### 2.1.0
- remove delegates to avoid implicit_call_tearoffs

Expand Down
8 changes: 4 additions & 4 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.0
version: 2.1.1
homepage: https://github.com/yakforward-ou/yak_packages

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

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.2
stub: ^2.0.0
stub: ^2.1.1
3 changes: 3 additions & 0 deletions packages/yak_result/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.1.1
- update dependency

### 2.1.0
- remove delegates to avoid implicit_call_tearoffs

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

environment:
sdk: '>=3.3.3 <4.0.0'

dependencies:
meta: ^1.11.0
yak_utils: ^2.0.2
yak_utils: ^2.1.1

dev_dependencies:
lints: ^3.0.0
stub: ^2.0.0
stub: ^2.1.1
test: ^1.24.9
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 @@
### 2.1.1
- update dependency

### 2.1.0
- remove delegates to avoid implicit_call_tearoffs

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

environment:
sdk: '>=3.3.3 <4.0.0'

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

dev_dependencies:
lints: ^3.0.0
stub: ^2.0.0
stub: ^2.1.1
test: ^1.24.9
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 @@
### 2.1.1
- update dependency

### 2.1.0
- remove delegates to avoid implicit_call_tearoffs

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

environment:
sdk: '>=3.3.3 <4.0.0'

dependencies:
meta: ^1.11.0
yak_runner: ^2.0.2
stub: ^2.0.1
yak_runner: ^2.1.1
stub: ^2.1.1
test: ^1.24.9

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/yak_tween/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter
vector_math: ^2.1.4
yak_utils: ^2.0.2
yak_utils: ^2.1.1

dev_dependencies:
test: ^1.24.9
Expand Down
3 changes: 3 additions & 0 deletions packages/yak_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.1.1
- update dependency

### 2.1.0
- remove delegates to avoid implicit_call_tearoffs

Expand Down
4 changes: 2 additions & 2 deletions packages/yak_utils/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: yak_utils
description: a collection of useful functions and extensions` for your projects
version: 2.1.0
version: 2.1.1
homepage: https://github.com/yakforward-ou/yak_packages

environment:
Expand All @@ -13,5 +13,5 @@ dev_dependencies:
mocktail: ^1.0.3
lints: ^3.0.0
test: ^1.24.9
stub: ^2.0.1
stub: ^2.1.1
yak_test: ^2.0.1