Skip to content

Commit

Permalink
Merge pull request #233 from yakforward-ou/upgrade
Browse files Browse the repository at this point in the history
upgrade
  • Loading branch information
iapicca committed Apr 14, 2024
2 parents 07634a3 + eb97aed commit 1dcf918
Show file tree
Hide file tree
Showing 33 changed files with 73 additions and 67 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pub-lish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
branches:
- master
- main
jobs:
pub-lish:
name: 'publish to pub.dev'
Expand Down Expand Up @@ -34,5 +34,5 @@ jobs:
uses: bluefireteam/melos-action@v1
- name: 'publishing'
run: |
yes | melos publish --no-dry-run --git-tag-version
melos publish --no-dry-run --git-tag-version
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'test'
on:
pull_request:
branches:
- master
- main
jobs:
test:
name: 'run flutter_test and analyze'
Expand Down
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.0.3
- example link and readme update

### 2.0.2
- update dependency

Expand Down
10 changes: 4 additions & 6 deletions packages/byte_token/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
[![codecov badge][]][codecov]

[![melos badge][]][melos]
[![license badge][]][license]
[![sponsor badge][]][sponsor]


### byte_token

A `protobuf` based, performant and lightweight token authentication package,
for your `flutter` an `dart` projects

[codecov]: https://codecov.io/gh/iapicca/yak_packages
[codecov badge]: https://codecov.io/gh/iapicca/yak_packages/branch/master/graph/badge.svg?token=KVHDWICFU0

[melos badge]: https://img.shields.io/badge/maintained%20with-melos-f700ff.svg
[melos]: https://github.com/invertase/melos
[license]: https://opensource.org/licenses/MIT
[license badge]: https://img.shields.io/badge/license-MIT-blue.svg
[sponsor]: https://github.com/sponsors/iapicca
[sponsor badge]: https://img.shields.io/badge/-Sponsor-fafbfc?logo=GitHub%20Sponsors

2 changes: 1 addition & 1 deletion packages/byte_token/example/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

https://github.com/iapicca/yak_packages/tree/master/examples/byte_token
https://github.com/yakforward-ou/yak_packages/tree/master/examples/byte_token
2 changes: 1 addition & 1 deletion 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.0.2
version: 2.0.3
homepage: https://github.com/iapicca/yak_packages

environment:
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.0.2
- example link and readme update

### 2.0.1
- update dependency
- update to dart 3
Expand Down
9 changes: 3 additions & 6 deletions packages/stub/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![codecov badge][]][codecov]

[![melos badge][]][melos]
[![license badge][]][license]
[![sponsor badge][]][sponsor]


### stub

Expand All @@ -10,11 +10,8 @@
if you need a full mocking experience you are better off with [mocktail](https://pub.dev/packages/mocktail)


[codecov]: https://codecov.io/gh/iapicca/yak_packages
[codecov badge]: https://codecov.io/gh/iapicca/yak_packages/branch/master/graph/badge.svg?token=KVHDWICFU0

[melos badge]: https://img.shields.io/badge/maintained%20with-melos-f700ff.svg
[melos]: https://github.com/invertase/melos
[license]: https://opensource.org/licenses/MIT
[license badge]: https://img.shields.io/badge/license-MIT-blue.svg
[sponsor]: https://github.com/sponsors/iapicca
[sponsor badge]: https://img.shields.io/badge/-Sponsor-fafbfc?logo=GitHub%20Sponsors
2 changes: 1 addition & 1 deletion packages/stub/example/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

https://github.com/iapicca/yak_packages/tree/master/examples/stub
https://github.com/yakforward-ou/yak_packages/tree/master/examples/stub
2 changes: 1 addition & 1 deletion packages/stub/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stub
description: a pure `dart` lightweight package to help you stub methods for your tests
version: 2.0.1
version: 2.0.2
homepage: https://github.com/iapicca/yak_packages

environment:
Expand Down
4 changes: 4 additions & 0 deletions packages/yak_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.0.4
- example link and readme update
- `BuildContext` extensions updated

### 2.0.3
- update dependency

Expand Down
10 changes: 4 additions & 6 deletions packages/yak_flutter/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![codecov badge][]][codecov]

[![melos badge][]][melos]
[![license badge][]][license]
[![sponsor badge][]][sponsor]


### yak_flutter

Expand All @@ -15,11 +15,9 @@ A collection of useful
for your `flutter` projects


[codecov]: https://codecov.io/gh/iapicca/yak_packages
[codecov badge]: https://codecov.io/gh/iapicca/yak_packages/branch/master/graph/badge.svg?token=KVHDWICFU0

[melos badge]: https://img.shields.io/badge/maintained%20with-melos-f700ff.svg
[melos]: https://github.com/invertase/melos
[license]: https://opensource.org/licenses/MIT
[license badge]: https://img.shields.io/badge/license-MIT-blue.svg
[sponsor]: https://github.com/sponsors/iapicca
[sponsor badge]: https://img.shields.io/badge/-Sponsor-fafbfc?logo=GitHub%20Sponsors

2 changes: 1 addition & 1 deletion packages/yak_flutter/example/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

https://github.com/iapicca/yak_packages/tree/master/examples/yak_flutter
https://github.com/yakforward-ou/yak_packages/tree/master/examples/yak_flutter
2 changes: 1 addition & 1 deletion packages/yak_flutter/lib/src/extensions/all.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export 'buildcontext.dart';
export 'color.dart' hide strengths, ApplyShadeFromIntX;
export 'widgets.dart';
export 'buildcontext.dart';
4 changes: 2 additions & 2 deletions packages/yak_flutter/lib/src/extensions/buildcontext.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extension TextThemeOfContextX on BuildContext {

/// A conveniniece extension to reduce boilerplate.
extension SizeOfContextX on BuildContext {
Size get size => mediaQuery.size;
Size get size => MediaQuery.sizeOf(this);
}

/// A conveniniece extension to reduce boilerplate.
Expand All @@ -22,5 +22,5 @@ extension MediaQueryOfContextX on BuildContext {

/// A conveniniece extension to reduce boilerplate.
extension PaddingOfContextX on BuildContext {
EdgeInsets get padding => mediaQuery.padding;
EdgeInsets get padding => MediaQuery.paddingOf(this);
}
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.0.3
- example link and readme update

### 2.0.2
- update dependency

Expand Down
9 changes: 3 additions & 6 deletions packages/yak_result/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
[![codecov badge][]][codecov]

[![melos badge][]][melos]
[![license badge][]][license]
[![sponsor badge][]][sponsor]


### result

a lightweight dart micro-package to help you handle functions results

[codecov]: https://codecov.io/gh/iapicca/yak_packages
[codecov badge]: https://codecov.io/gh/iapicca/yak_packages/branch/master/graph/badge.svg?token=KVHDWICFU0

[melos badge]: https://img.shields.io/badge/maintained%20with-melos-f700ff.svg
[melos]: https://github.com/invertase/melos
[license]: https://opensource.org/licenses/MIT
[license badge]: https://img.shields.io/badge/license-MIT-blue.svg
[sponsor]: https://github.com/sponsors/iapicca
[sponsor badge]: https://img.shields.io/badge/-Sponsor-fafbfc?logo=GitHub%20Sponsors
2 changes: 1 addition & 1 deletion packages/yak_result/example/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

https://github.com/iapicca/yak_packages/tree/master/examples/yak_result
https://github.com/yakforward-ou/yak_packages/tree/master/examples/yak_result
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.0.2
version: 2.0.3
homepage: https://github.com/iapicca/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 @@
### 2.0.3
- example link and readme update

### 2.0.2
- update dependency

Expand Down
9 changes: 3 additions & 6 deletions packages/yak_runner/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
[![codecov badge][]][codecov]

[![melos badge][]][melos]
[![license badge][]][license]
[![sponsor badge][]][sponsor]


### yak_runner

a package that automatically wraps a nullary or unary function in a `try` / `catch`


[codecov]: https://codecov.io/gh/iapicca/yak_packages
[codecov badge]: https://codecov.io/gh/iapicca/yak_packages/branch/master/graph/badge.svg?token=KVHDWICFU0

[melos badge]: https://img.shields.io/badge/maintained%20with-melos-f700ff.svg
[melos]: https://github.com/invertase/melos
[license]: https://opensource.org/licenses/MIT
[license badge]: https://img.shields.io/badge/license-MIT-blue.svg
[sponsor]: https://github.com/sponsors/iapicca
[sponsor badge]: https://img.shields.io/badge/-Sponsor-fafbfc?logo=GitHub%20Sponsors
2 changes: 1 addition & 1 deletion packages/yak_runner/example/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

https://github.com/iapicca/yak_packages/tree/master/examples/yak_runner
https://github.com/yakforward-ou/yak_packages/tree/master/examples/yak_runner
2 changes: 1 addition & 1 deletion packages/yak_runner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: yak_runner
description: A Dart package that makes running functions safer and easier to test
version: 2.0.2
version: 2.0.3
homepage: https://github.com/iapicca/yak_packages

environment:
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 @@
### 2.0.3
- example link and readme update

### 2.0.2
- update dependency

Expand Down
10 changes: 4 additions & 6 deletions packages/yak_test/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
[![codecov badge][]][codecov]

[![melos badge][]][melos]
[![license badge][]][license]
[![sponsor badge][]][sponsor]


### yak_test

Use this package to create tests for packages from [yak_packages](https://github.com/iapicca/yak_packages)

[codecov]: https://codecov.io/gh/iapicca/yak_packages
[codecov badge]: https://codecov.io/gh/iapicca/yak_packages/branch/master/graph/badge.svg?token=KVHDWICFU0

[melos badge]: https://img.shields.io/badge/maintained%20with-melos-f700ff.svg
[melos]: https://github.com/invertase/melos
[license]: https://opensource.org/licenses/MIT
[license badge]: https://img.shields.io/badge/license-MIT-blue.svg
[sponsor]: https://github.com/sponsors/iapicca
[sponsor badge]: https://img.shields.io/badge/-Sponsor-fafbfc?logo=GitHub%20Sponsors

2 changes: 1 addition & 1 deletion packages/yak_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: yak_test
description: a Dart package that helps to testing apps made with `yak_packages`
version: 2.0.2
version: 2.0.3
homepage: https://github.com/iapicca/yak_packages

environment:
Expand Down
3 changes: 3 additions & 0 deletions packages/yak_tween/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.0.3
- example link and readme update

### 2.0.2
- update dependency

Expand Down
10 changes: 4 additions & 6 deletions packages/yak_tween/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
[![codecov badge][]][codecov]

[![melos badge][]][melos]
[![license badge][]][license]
[![sponsor badge][]][sponsor]

### yak_tween

A replica of `flutter` [Tween](https://api.flutter.dev/flutter/animation/Tween-class.html) class with 2 differences:
- allows `const` constructor
- accepts and returns **only non nullable values**


[codecov]: https://codecov.io/gh/iapicca/yak_packages
[codecov badge]: https://codecov.io/gh/iapicca/yak_packages/branch/master/graph/badge.svg?token=KVHDWICFU0

[melos badge]: https://img.shields.io/badge/maintained%20with-melos-f700ff.svg
[melos]: https://github.com/invertase/melos
[license]: https://opensource.org/licenses/MIT
[license badge]: https://img.shields.io/badge/license-MIT-blue.svg
[sponsor]: https://github.com/sponsors/iapicca
[sponsor badge]: https://img.shields.io/badge/-Sponsor-fafbfc?logo=GitHub%20Sponsors

2 changes: 1 addition & 1 deletion packages/yak_tween/example/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

https://github.com/iapicca/yak_packages/tree/master/examples/yak_tween
https://github.com/yakforward-ou/yak_packages/tree/master/examples/yak_tween
2 changes: 1 addition & 1 deletion packages/yak_tween/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: yak_tween
description: A replica of flutter Tween that allows `const` constructor and accepts/returns only NN.
version: 2.0.2
version: 2.0.3
homepage: https://github.com/iapicca/yak_packages

environment:
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.0.3
- example link and readme update

### 2.0.2
- update dependency

Expand Down
10 changes: 4 additions & 6 deletions packages/yak_utils/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![codecov badge][]][codecov]

[![melos badge][]][melos]
[![license badge][]][license]
[![sponsor badge][]][sponsor]


### yak_utils

Expand All @@ -17,11 +17,9 @@ for your `flutter` an `dart` projects



[codecov]: https://codecov.io/gh/iapicca/yak_packages
[codecov badge]: https://codecov.io/gh/iapicca/yak_packages/branch/master/graph/badge.svg?token=KVHDWICFU0

[melos badge]: https://img.shields.io/badge/maintained%20with-melos-f700ff.svg
[melos]: https://github.com/invertase/melos
[license]: https://opensource.org/licenses/MIT
[license badge]: https://img.shields.io/badge/license-MIT-blue.svg
[sponsor]: https://github.com/sponsors/iapicca
[sponsor badge]: https://img.shields.io/badge/-Sponsor-fafbfc?logo=GitHub%20Sponsors

2 changes: 1 addition & 1 deletion 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.0.2
version: 2.0.3
homepage: https://github.com/iapicca/yak_packages

environment:
Expand Down

0 comments on commit 1dcf918

Please sign in to comment.