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 10, 2023
1 parent ec8ee15 commit de6c80a
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-07-09

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`rearch` - `v0.0.0-dev.1`](#rearch---v000-dev1)

---

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

- **FEAT**: add == check to skip some rebuilds.
- **FEAT**: working mvp.

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

- **FEAT**: add == check to skip some rebuilds.
- **FEAT**: working mvp.

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.0
rearch: ^0.0.0-dev.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: Re-imagined approach to application design and architecture
version: 0.0.0-dev.0
version: 0.0.0-dev.1
homepage: https://rearch.gsconrad.com
documentation: https://rearch.gsconrad.com
repository: https://github.com/GregoryConrad/rearch-dart
Expand Down

0 comments on commit de6c80a

Please sign in to comment.