From c1f6a9a072af672c4ecec265840a17d708dd858b Mon Sep 17 00:00:00 2001 From: Gregory Conrad Date: Mon, 13 May 2024 16:03:56 -0400 Subject: [PATCH] chore(release): publish packages - rearch@1.9.0 - flutter_rearch@1.6.3 - ramen@0.0.0-dev.3 --- CHANGELOG.md | 30 ++++++++++++++++++++ examples/count_warm_up/pubspec.yaml | 4 +-- examples/infinite_scroll/pubspec.yaml | 4 +-- examples/presentation/pubspec.yaml | 4 +-- examples/scorus/pubspec.yaml | 4 +-- examples/weather_app/pubspec.yaml | 4 +-- packages/flutter_rearch/CHANGELOG.md | 4 +++ packages/flutter_rearch/example/pubspec.yaml | 4 +-- packages/flutter_rearch/pubspec.yaml | 4 +-- packages/ramen/CHANGELOG.md | 4 +++ packages/ramen/pubspec.yaml | 4 +-- packages/rearch/CHANGELOG.md | 4 +++ packages/rearch/example/pubspec.yaml | 2 +- packages/rearch/pubspec.yaml | 2 +- 14 files changed, 60 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd2fbbd..c9f9957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-05-13 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`rearch` - `v1.9.0`](#rearch---v190) + - [`flutter_rearch` - `v1.6.3`](#flutter_rearch---v163) + - [`ramen` - `v0.0.0-dev.3`](#ramen---v000-dev3) + +Packages with dependency updates only: + +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. + + - `flutter_rearch` - `v1.6.3` + - `ramen` - `v0.0.0-dev.3` + +--- + +#### `rearch` - `v1.9.0` + + - **FEAT**: introduce `container.warmUp` extension method ([#176](https://github.com/GregoryConrad/rearch-dart/issues/176)). + + ## 2024-05-10 ### Changes diff --git a/examples/count_warm_up/pubspec.yaml b/examples/count_warm_up/pubspec.yaml index 0c79415..30f5a5d 100644 --- a/examples/count_warm_up/pubspec.yaml +++ b/examples/count_warm_up/pubspec.yaml @@ -8,8 +8,8 @@ environment: dependencies: flutter: sdk: flutter - flutter_rearch: ^1.6.2 - rearch: ^1.8.0+1 + flutter_rearch: ^1.6.3 + rearch: ^1.9.0 shared_preferences: ^2.2.0 dev_dependencies: diff --git a/examples/infinite_scroll/pubspec.yaml b/examples/infinite_scroll/pubspec.yaml index e6a5c0a..65e731d 100644 --- a/examples/infinite_scroll/pubspec.yaml +++ b/examples/infinite_scroll/pubspec.yaml @@ -8,8 +8,8 @@ environment: dependencies: flutter: sdk: flutter - flutter_rearch: ^1.6.2 - rearch: ^1.8.0+1 + flutter_rearch: ^1.6.3 + rearch: ^1.9.0 dev_dependencies: flutter_test: diff --git a/examples/presentation/pubspec.yaml b/examples/presentation/pubspec.yaml index ff0e66e..0469e2f 100644 --- a/examples/presentation/pubspec.yaml +++ b/examples/presentation/pubspec.yaml @@ -10,9 +10,9 @@ dependencies: flutter: sdk: flutter flutter_deck: ^0.14.0 - flutter_rearch: ^1.6.2 + flutter_rearch: ^1.6.3 graphview: ^1.2.0 - rearch: ^1.8.0+1 + rearch: ^1.9.0 url_strategy: ^0.2.0 flutter: diff --git a/examples/scorus/pubspec.yaml b/examples/scorus/pubspec.yaml index c06ab28..ca5715b 100644 --- a/examples/scorus/pubspec.yaml +++ b/examples/scorus/pubspec.yaml @@ -9,8 +9,8 @@ environment: dependencies: flutter: sdk: flutter - flutter_rearch: ^1.6.2 - rearch: ^1.8.0+1 + flutter_rearch: ^1.6.3 + rearch: ^1.9.0 dev_dependencies: flutter_test: diff --git a/examples/weather_app/pubspec.yaml b/examples/weather_app/pubspec.yaml index 3a8178c..486035c 100644 --- a/examples/weather_app/pubspec.yaml +++ b/examples/weather_app/pubspec.yaml @@ -9,9 +9,9 @@ dependencies: equatable: ^2.0.5 flutter: sdk: flutter - flutter_rearch: ^1.6.2 + flutter_rearch: ^1.6.3 http: ^1.2.1 - rearch: ^1.8.0+1 + rearch: ^1.9.0 dev_dependencies: flutter_test: diff --git a/packages/flutter_rearch/CHANGELOG.md b/packages/flutter_rearch/CHANGELOG.md index 4dcf307..59ffc47 100644 --- a/packages/flutter_rearch/CHANGELOG.md +++ b/packages/flutter_rearch/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.6.3 + + - Update a dependency to the latest release. + ## 1.6.2 - **FIX**: prevent premature idempotent capsule disposal ([#173](https://github.com/GregoryConrad/rearch-dart/issues/173)). diff --git a/packages/flutter_rearch/example/pubspec.yaml b/packages/flutter_rearch/example/pubspec.yaml index fa903d2..785d6c5 100644 --- a/packages/flutter_rearch/example/pubspec.yaml +++ b/packages/flutter_rearch/example/pubspec.yaml @@ -9,9 +9,9 @@ dependencies: flutter: sdk: flutter flutter_mimir: ^0.0.2 - flutter_rearch: ^1.6.2 + flutter_rearch: ^1.6.3 mimir: ^0.0.2 - rearch: ^1.8.0+1 + rearch: ^1.9.0 dev_dependencies: flutter_test: diff --git a/packages/flutter_rearch/pubspec.yaml b/packages/flutter_rearch/pubspec.yaml index 3111792..26d84c0 100644 --- a/packages/flutter_rearch/pubspec.yaml +++ b/packages/flutter_rearch/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_rearch description: A re-imagined declarative approach to application design and architecture -version: 1.6.2 +version: 1.6.3 homepage: https://rearch.gsconrad.com documentation: https://rearch.gsconrad.com repository: https://github.com/GregoryConrad/rearch-dart @@ -14,7 +14,7 @@ dependencies: flutter: sdk: flutter meta: ^1.10.0 - rearch: ^1.8.0+1 + rearch: ^1.9.0 dev_dependencies: flutter_test: diff --git a/packages/ramen/CHANGELOG.md b/packages/ramen/CHANGELOG.md index 348163a..53f7b9a 100644 --- a/packages/ramen/CHANGELOG.md +++ b/packages/ramen/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.0-dev.3 + + - Update a dependency to the latest release. + ## 0.0.0-dev.2 - Update a dependency to the latest release. diff --git a/packages/ramen/pubspec.yaml b/packages/ramen/pubspec.yaml index 74eec98..b5058d5 100644 --- a/packages/ramen/pubspec.yaml +++ b/packages/ramen/pubspec.yaml @@ -1,6 +1,6 @@ name: ramen description: A re-imagined web UI framework written around ReArch -version: 0.0.0-dev.2 +version: 0.0.0-dev.3 homepage: https://rearch.gsconrad.com documentation: https://rearch.gsconrad.com repository: https://github.com/GregoryConrad/rearch-dart @@ -12,7 +12,7 @@ environment: dependencies: fast_immutable_collections: ^10.2.2 meta: ^1.14.0 - rearch: ^1.8.0+1 + rearch: ^1.9.0 web: ^0.5.1 dev_dependencies: diff --git a/packages/rearch/CHANGELOG.md b/packages/rearch/CHANGELOG.md index 158ac68..da16726 100644 --- a/packages/rearch/CHANGELOG.md +++ b/packages/rearch/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.9.0 + + - **FEAT**: introduce `container.warmUp` extension method ([#176](https://github.com/GregoryConrad/rearch-dart/issues/176)). + ## 1.8.0+1 - Bump "rearch" to `1.8.0+1`. diff --git a/packages/rearch/example/pubspec.yaml b/packages/rearch/example/pubspec.yaml index 3ec825b..9ba21d2 100644 --- a/packages/rearch/example/pubspec.yaml +++ b/packages/rearch/example/pubspec.yaml @@ -5,7 +5,7 @@ environment: sdk: ^3.0.0 dependencies: - rearch: ^1.8.0+1 + rearch: ^1.9.0 dev_dependencies: test: ^1.24.4 diff --git a/packages/rearch/pubspec.yaml b/packages/rearch/pubspec.yaml index 4892ccf..cd989c5 100644 --- a/packages/rearch/pubspec.yaml +++ b/packages/rearch/pubspec.yaml @@ -1,6 +1,6 @@ name: rearch description: A re-imagined declarative approach to application design and architecture -version: 1.8.0+1 +version: 1.9.0 homepage: https://rearch.gsconrad.com documentation: https://rearch.gsconrad.com repository: https://github.com/GregoryConrad/rearch-dart