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 Jul 11, 2023
1 parent bdc68fe commit deee84e
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 4 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-07-10

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_rearch` - `v0.0.0-dev.2`](#flutter_rearch---v000-dev2)
- [`rearch` - `v0.0.0-dev.2`](#rearch---v000-dev2)

---

#### `flutter_rearch` - `v0.0.0-dev.2`

- **FEAT**: initial impl of flutter_rearch.
- **FEAT**: working mvp.

#### `rearch` - `v0.0.0-dev.2`

- **FIX**: listener handle will not recreate manager on dispose.
- **FEAT**: initial impl of flutter_rearch.


## 2023-07-09

### Changes
Expand Down
5 changes: 5 additions & 0 deletions packages/flutter_rearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 0.0.0-dev.2

- **FEAT**: initial impl of flutter_rearch.
- **FEAT**: working mvp.

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: 0.0.0-dev.1
version: 0.0.0-dev.2
homepage: https://rearch.gsconrad.com
documentation: https://rearch.gsconrad.com
repository: https://github.com/GregoryConrad/rearch-dart
Expand All @@ -13,7 +13,7 @@ environment:
dependencies:
flutter:
sdk: flutter
rearch: ^0.0.0-dev.1
rearch: ^0.0.0-dev.2

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 @@
## 0.0.0-dev.2

- **FIX**: listener handle will not recreate manager on dispose.
- **FEAT**: initial impl of flutter_rearch.

## 0.0.0-dev.1

- **FEAT**: add == check to skip some rebuilds.
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: ^0.0.0-dev.1
rearch: ^0.0.0-dev.2

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: 0.0.0-dev.1
version: 0.0.0-dev.2
homepage: https://rearch.gsconrad.com
documentation: https://rearch.gsconrad.com
repository: https://github.com/GregoryConrad/rearch-dart
Expand Down

0 comments on commit deee84e

Please sign in to comment.