From 5101d0e23790f7c2772e7b5195525a01eebe8567 Mon Sep 17 00:00:00 2001 From: Gregory Conrad Date: Wed, 29 Nov 2023 19:26:44 -0500 Subject: [PATCH] chore(release): publish packages - rearch@1.0.3 - flutter_rearch@1.0.3 --- CHANGELOG.md | 28 ++++++++++++++++++++ examples/count_warm_up/pubspec.yaml | 4 +-- examples/infinite_scroll/pubspec.yaml | 4 +-- examples/presentation/pubspec.yaml | 4 +-- packages/flutter_rearch/CHANGELOG.md | 4 +++ packages/flutter_rearch/example/pubspec.yaml | 4 +-- packages/flutter_rearch/pubspec.yaml | 4 +-- packages/rearch/CHANGELOG.md | 4 +++ packages/rearch/example/pubspec.yaml | 2 +- packages/rearch/pubspec.yaml | 2 +- 10 files changed, 48 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1cc29..0b8e33e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-11-29 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`rearch` - `v1.0.3`](#rearch---v103) + - [`flutter_rearch` - `v1.0.3`](#flutter_rearch---v103) + +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.0.3` + +--- + +#### `rearch` - `v1.0.3` + + - **PERF**: remove several rebuild-related list creations. + + ## 2023-11-24 ### Changes diff --git a/examples/count_warm_up/pubspec.yaml b/examples/count_warm_up/pubspec.yaml index f14aee6..db0c212 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.0.2 - rearch: ^1.0.2 + flutter_rearch: ^1.0.3 + rearch: ^1.0.3 shared_preferences: ^2.2.0 dev_dependencies: diff --git a/examples/infinite_scroll/pubspec.yaml b/examples/infinite_scroll/pubspec.yaml index 1194b81..47a9dba 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.0.2 - rearch: ^1.0.2 + flutter_rearch: ^1.0.3 + rearch: ^1.0.3 dev_dependencies: flutter_test: diff --git a/examples/presentation/pubspec.yaml b/examples/presentation/pubspec.yaml index 4301064..ad55c89 100644 --- a/examples/presentation/pubspec.yaml +++ b/examples/presentation/pubspec.yaml @@ -13,9 +13,9 @@ dependencies: git: url: https://github.com/GregoryConrad/flutter_deck ref: fullscreen-button - flutter_rearch: ^1.0.2 + flutter_rearch: ^1.0.3 graphview: ^1.2.0 - rearch: ^1.0.2 + rearch: ^1.0.3 url_strategy: ^0.2.0 flutter: diff --git a/packages/flutter_rearch/CHANGELOG.md b/packages/flutter_rearch/CHANGELOG.md index a4bbfb4..a5da969 100644 --- a/packages/flutter_rearch/CHANGELOG.md +++ b/packages/flutter_rearch/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.3 + + - Update a dependency to the latest release. + ## 1.0.2 - Update a dependency to the latest release. diff --git a/packages/flutter_rearch/example/pubspec.yaml b/packages/flutter_rearch/example/pubspec.yaml index 4ec8baa..7092fef 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.0.2 + flutter_rearch: ^1.0.3 mimir: ^0.0.2 - rearch: ^1.0.2 + rearch: ^1.0.3 dev_dependencies: flutter_test: diff --git a/packages/flutter_rearch/pubspec.yaml b/packages/flutter_rearch/pubspec.yaml index 49a43ac..b04b946 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.0.2 +version: 1.0.3 homepage: https://rearch.gsconrad.com documentation: https://rearch.gsconrad.com repository: https://github.com/GregoryConrad/rearch-dart @@ -13,7 +13,7 @@ environment: dependencies: flutter: sdk: flutter - rearch: ^1.0.2 + rearch: ^1.0.3 dev_dependencies: flutter_test: diff --git a/packages/rearch/CHANGELOG.md b/packages/rearch/CHANGELOG.md index c6a47ef..326b862 100644 --- a/packages/rearch/CHANGELOG.md +++ b/packages/rearch/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.3 + + - **PERF**: remove several rebuild-related list creations. + ## 1.0.2 - **FIX**: prevent capsule init after disposal in onNextUpdate. diff --git a/packages/rearch/example/pubspec.yaml b/packages/rearch/example/pubspec.yaml index 56744cf..485d028 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.0.2 + rearch: ^1.0.3 dev_dependencies: test: ^1.24.4 diff --git a/packages/rearch/pubspec.yaml b/packages/rearch/pubspec.yaml index d4c234f..f290495 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.0.2 +version: 1.0.3 homepage: https://rearch.gsconrad.com documentation: https://rearch.gsconrad.com repository: https://github.com/GregoryConrad/rearch-dart