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 Aug 17, 2024
1 parent 702a757 commit 3e97544
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 7 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-08-17

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_rearch` - `v1.6.8`](#flutter_rearch---v168)

---

#### `flutter_rearch` - `v1.6.8`

- **FIX**: add workaround for flutter hot reload bug ([#210](https://github.com/GregoryConrad/rearch-dart/issues/210)).


## 2024-06-18

### Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/count_warm_up/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_rearch: ^1.6.7
flutter_rearch: ^1.6.8
rearch: ^1.10.1
shared_preferences: ^2.2.0

Expand Down
2 changes: 1 addition & 1 deletion examples/infinite_scroll/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_rearch: ^1.6.7
flutter_rearch: ^1.6.8
rearch: ^1.10.1

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion examples/presentation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter
flutter_deck: ^0.15.0
flutter_rearch: ^1.6.7
flutter_rearch: ^1.6.8
graphview: ^1.2.0
rearch: ^1.10.1
url_strategy: ^0.3.0
Expand Down
2 changes: 1 addition & 1 deletion examples/scorus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_rearch: ^1.6.7
flutter_rearch: ^1.6.8
rearch: ^1.10.1

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion examples/weather_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
equatable: ^2.0.5
flutter:
sdk: flutter
flutter_rearch: ^1.6.7
flutter_rearch: ^1.6.8
http: ^1.2.1
rearch: ^1.10.1

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.6.8

- **FIX**: add workaround for flutter hot reload bug ([#210](https://github.com/GregoryConrad/rearch-dart/issues/210)).

## 1.6.7

- **FIX**: remove erroneous markNeedsBuild call in use.automaticKeepAlive ([#200](https://github.com/GregoryConrad/rearch-dart/issues/200)).
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_rearch/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
flutter:
sdk: flutter
flutter_mimir: ^0.1.0
flutter_rearch: ^1.6.7
flutter_rearch: ^1.6.8
mimir: ^0.1.0
rearch: ^1.10.1

Expand Down
2 changes: 1 addition & 1 deletion 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.6.7
version: 1.6.8
homepage: https://rearch.gsconrad.com
documentation: https://rearch.gsconrad.com
repository: https://github.com/GregoryConrad/rearch-dart
Expand Down

0 comments on commit 3e97544

Please sign in to comment.