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 Jun 5, 2024
1 parent c2e48c0 commit 1361048
Show file tree
Hide file tree
Showing 14 changed files with 63 additions and 18 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,39 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-06-05

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_rearch` - `v1.6.6`](#flutter_rearch---v166)
- [`rearch` - `v1.10.1`](#rearch---v1101)
- [`ramen` - `v0.0.0-dev.6`](#ramen---v000-dev6)

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.
- `ramen` - `v0.0.0-dev.6`

---

#### `flutter_rearch` - `v1.6.6`

- **FIX**: correct use.stream/future cancellation code ([#196](https://github.com/GregoryConrad/rearch-dart/issues/196)).

#### `rearch` - `v1.10.1`

- **FIX**: correct use.stream/future cancellation code ([#196](https://github.com/GregoryConrad/rearch-dart/issues/196)).


## 2024-05-27

### 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.6.5+0
rearch: ^1.10.0+0
flutter_rearch: ^1.6.6
rearch: ^1.10.1
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.6.5+0
rearch: ^1.10.0+0
flutter_rearch: ^1.6.6
rearch: ^1.10.1

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.14.0
flutter_rearch: ^1.6.5+0
flutter_rearch: ^1.6.6
graphview: ^1.2.0
rearch: ^1.10.0+0
rearch: ^1.10.1
url_strategy: ^0.2.0

flutter:
Expand Down
4 changes: 2 additions & 2 deletions examples/scorus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_rearch: ^1.6.5+0
rearch: ^1.10.0+0
flutter_rearch: ^1.6.6
rearch: ^1.10.1

dev_dependencies:
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions examples/weather_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ dependencies:
equatable: ^2.0.5
flutter:
sdk: flutter
flutter_rearch: ^1.6.5+0
flutter_rearch: ^1.6.6
http: ^1.2.1
rearch: ^1.10.0+0
rearch: ^1.10.1

dev_dependencies:
flutter_test:
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.6

- **FIX**: correct use.stream/future cancellation code ([#196](https://github.com/GregoryConrad/rearch-dart/issues/196)).

## 1.6.5+0

- **DOCS**: update outdated bloc documentation links on README (#190)
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.6.5+0
flutter_rearch: ^1.6.6
mimir: ^0.0.2
rearch: ^1.10.0+0
rearch: ^1.10.1

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.6.5+0
version: 1.6.6
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.10.0+0
rearch: ^1.10.1

dev_dependencies:
flutter_test:
Expand Down
4 changes: 4 additions & 0 deletions packages/ramen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.0-dev.6

- Update a dependency to the latest release.

## 0.0.0-dev.5

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/ramen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ramen
description: A re-imagined web UI framework written around ReArch
version: 0.0.0-dev.5
version: 0.0.0-dev.6
homepage: https://rearch.gsconrad.com
documentation: https://rearch.gsconrad.com
repository: https://github.com/GregoryConrad/rearch-dart
Expand All @@ -12,7 +12,7 @@ environment:
dependencies:
fast_immutable_collections: ^10.2.2
meta: ^1.14.0
rearch: ^1.10.0+0
rearch: ^1.10.1
web: ^0.5.1

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

- **FIX**: correct use.stream/future cancellation code ([#196](https://github.com/GregoryConrad/rearch-dart/issues/196)).

## 1.10.0+0

- **DOCS**: update outdated bloc documentation links on README (#190)
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.10.0+0
rearch: ^1.10.1

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.10.0+0
version: 1.10.1
homepage: https://rearch.gsconrad.com
documentation: https://rearch.gsconrad.com
repository: https://github.com/GregoryConrad/rearch-dart
Expand Down

0 comments on commit 1361048

Please sign in to comment.