Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.2](react-bloc-v1.0.0-beta.1...react-bloc-v1.0.0-beta.2) (2023-02-19)

### Features

* **bloc:** 💥 ✨ sync with bloc.js fork ([3912488](3912488))

### BREAKING CHANGES

* **bloc:** sync with felangel/bloc.js#107
  • Loading branch information
semantic-release-bot committed Feb 19, 2023
1 parent 2b7e927 commit 600d5b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/react-bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.0.0-beta.2](https://github.com/jacobtipp/bloc-state/compare/react-bloc-v1.0.0-beta.1...react-bloc-v1.0.0-beta.2) (2023-02-19)


### Features

* **bloc:** 💥 ✨ sync with bloc.js fork ([3912488](https://github.com/jacobtipp/bloc-state/commit/391248802e180739ffe818f7b11da03ae318ba29))


### BREAKING CHANGES

* **bloc:** sync with https://github.com/felangel/bloc.js/pull/107

# 1.0.0-beta.1 (2023-02-02)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-bloc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jacobtipp/react-bloc",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"main": "./index.js",
"private": false,
"sideEffects": false,
Expand Down

0 comments on commit 600d5b1

Please sign in to comment.