Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - obs_state_mixin@0.0.1-dev.3
  • Loading branch information
albinpk committed Oct 2, 2024
1 parent aa3e3ab commit 77b36f4
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-10-02

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`obs_state_mixin` - `v0.0.1-dev.3`](#obs_state_mixin---v001-dev3)

---

#### `obs_state_mixin` - `v0.0.1-dev.3`

- **FEAT**: add `refresh` method in `Obs`. ([7b452f42](https://github.com/albinpk/obs_state_mixin/commit/7b452f429ed93b322212483994a1f1ca8d4f177b))
- **DOCS**: add badges to readme file. ([0ce39534](https://github.com/albinpk/obs_state_mixin/commit/0ce39534caf7e4721530fb619459744821444c6b))


## 2024-10-02

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

- **FEAT**: add `refresh` method in `Obs`. ([7b452f42](https://github.com/albinpk/obs_state_mixin/commit/7b452f429ed93b322212483994a1f1ca8d4f177b))
- **DOCS**: add badges to readme file. ([0ce39534](https://github.com/albinpk/obs_state_mixin/commit/0ce39534caf7e4721530fb619459744821444c6b))

## 0.0.1-dev.2

- **FEAT**: create extensions for `Obs<bool>`, `Obs<List>`, `Obs<num>` and `Obs<String>`. ([ba49f187](https://github.com/albinpk/obs_state_mixin/commit/ba49f187b6874e2a728a36f1345572201eba988d))
Expand Down
2 changes: 1 addition & 1 deletion packages/obs_state_mixin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add the package to your `pubspec.yaml`:

```yaml
dependencies:
obs_state_mixin: ^0.0.1-dev.2
obs_state_mixin: ^0.0.1-dev.3
```
Run `flutter pub get` to fetch the package.
Expand Down
2 changes: 1 addition & 1 deletion packages/obs_state_mixin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: obs_state_mixin

description: "Lightweight Flutter package for reactive state management using Obs and ObsStateMixin."

version: 0.0.1-dev.2
version: 0.0.1-dev.3

homepage: https://github.com/albinpk/obs_state_mixin/tree/dev/packages/obs_state_mixin
repository: https://github.com/albinpk/obs_state_mixin/tree/dev/packages/obs_state_mixin
Expand Down

0 comments on commit 77b36f4

Please sign in to comment.