Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryConrad committed Jan 4, 2024
1 parent e10925f commit 2f00e0a
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 12 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-01-04

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_rearch` - `v1.3.0`](#flutter_rearch---v130)
- [`rearch` - `v1.4.0`](#rearch---v140)

---

#### `flutter_rearch` - `v1.3.0`

- **FEAT**: add side effect mutations to rebuilds ([#64](https://github.com/GregoryConrad/rearch-dart/issues/64)).

#### `rearch` - `v1.4.0`

- **FEAT**: add side effect mutations to rebuilds ([#64](https://github.com/GregoryConrad/rearch-dart/issues/64)).
- **FEAT**: add experimental hydrate side effect ([#62](https://github.com/GregoryConrad/rearch-dart/issues/62)).


## 2023-12-26

### Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/count_warm_up/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_rearch: ^1.2.4
rearch: ^1.3.4
flutter_rearch: ^1.3.0
rearch: ^1.4.0
shared_preferences: ^2.2.0

dev_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions examples/infinite_scroll/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_rearch: ^1.2.4
rearch: ^1.3.4
flutter_rearch: ^1.3.0
rearch: ^1.4.0

dev_dependencies:
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions examples/presentation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ dependencies:
flutter:
sdk: flutter
flutter_deck: ^0.10.1
flutter_rearch: ^1.2.4
flutter_rearch: ^1.3.0
graphview: ^1.2.0
rearch: ^1.3.4
rearch: ^1.4.0
url_strategy: ^0.2.0

flutter:
Expand Down
4 changes: 4 additions & 0 deletions packages/flutter_rearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.0

- **FEAT**: add side effect mutations to rebuilds ([#64](https://github.com/GregoryConrad/rearch-dart/issues/64)).

## 1.2.4

- **FIX**: clarify API elements that are not stabilized ([#46](https://github.com/GregoryConrad/rearch-dart/issues/46)).
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_rearch/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ dependencies:
flutter:
sdk: flutter
flutter_mimir: ^0.0.2
flutter_rearch: ^1.2.4
flutter_rearch: ^1.3.0
mimir: ^0.0.2
rearch: ^1.3.4
rearch: ^1.4.0

dev_dependencies:
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_rearch/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_rearch
description: A re-imagined declarative approach to application design and architecture
version: 1.2.4
version: 1.3.0
homepage: https://rearch.gsconrad.com
documentation: https://rearch.gsconrad.com
repository: https://github.com/GregoryConrad/rearch-dart
Expand All @@ -14,7 +14,7 @@ dependencies:
flutter:
sdk: flutter
meta: ^1.10.0
rearch: ^1.3.4
rearch: ^1.4.0

dev_dependencies:
flutter_test:
Expand Down
5 changes: 5 additions & 0 deletions packages/rearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.4.0

- **FEAT**: add side effect mutations to rebuilds ([#64](https://github.com/GregoryConrad/rearch-dart/issues/64)).
- **FEAT**: add experimental hydrate side effect ([#62](https://github.com/GregoryConrad/rearch-dart/issues/62)).

## 1.3.4

- **FIX**: clarify API elements that are not stabilized ([#46](https://github.com/GregoryConrad/rearch-dart/issues/46)).
Expand Down
2 changes: 1 addition & 1 deletion packages/rearch/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
sdk: ^3.0.0

dependencies:
rearch: ^1.3.4
rearch: ^1.4.0

dev_dependencies:
test: ^1.24.4
2 changes: 1 addition & 1 deletion packages/rearch/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rearch
description: A re-imagined declarative approach to application design and architecture
version: 1.3.4
version: 1.4.0
homepage: https://rearch.gsconrad.com
documentation: https://rearch.gsconrad.com
repository: https://github.com/GregoryConrad/rearch-dart
Expand Down

0 comments on commit 2f00e0a

Please sign in to comment.