Skip to content

Commit

Permalink
chore(release): 1.0.0-fix-publish.1 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0-fix-publish.1 (2023-03-11)

### Bug Fixes

* **bloc:** πŸ› added State to BlocBaseConfig generic argument ([e0cda85](e0cda85))
* **bloc:** πŸ› change historyLimit to 1 ([359085f](359085f))
* **bloc:** πŸ› rethrow errors caught inside emit ([8d20c83](8d20c83))
* **bloc:** πŸ› rethrow unhandled error from eventHandler ([4c7b3b6](4c7b3b6))
* **bloc:** πŸ› switched to vite for bundling ([a9780d5](a9780d5))
* **bloc:** πŸ› trigger release ([d33d70b](d33d70b))
* **build:** πŸ› πŸ“¦οΈ set sideEffects flag to false ([8ee593a](8ee593a))
* **state:** πŸ› change property stateName to name ([a360c93](a360c93))
* **state:** πŸ› make immer peer dependency ([4382844](4382844))
* **state:** πŸ› switched to vite for bundling ([a1c7847](a1c7847))

### Features

* **bloc:** ✨ added BlocHistory class for time travel ([14334b1](14334b1))
* **bloc:** ✨ added customizable subject option ([5818057](5818057))
* **bloc:** ✨ added history ([0777c1e](0777c1e))
* **bloc:** ✨ use Subject instead of BehaviourSubject ([ffc0df8](ffc0df8))
* **bloc:** πŸ’₯ ✨ sync with bloc.js fork ([3912488](3912488))
* **ci:** ✨ πŸ‘· ci trigger ([0720886](0720886))
* **ci:** ✨ πŸ‘· ci trigger for @jacobtipp/react-bloc ([f7130a1](f7130a1))
* **ci:** ✨ πŸ‘· ci trigger for @jacobtipp/state ([d19970f](d19970f))
* initial commit [skip-ci] ([904a867](904a867))

### BREAKING CHANGES

* **bloc:** sync with felangel/bloc.js#107
  • Loading branch information
semantic-release-bot committed Mar 11, 2023
1 parent 4112546 commit 3e7e9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bloc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jacobtipp/bloc",
"version": "1.0.0-beta.6",
"version": "1.0.0-fix-publish.1",
"main": "./index.js",
"private": false,
"sideEffects": false,
Expand Down

0 comments on commit 3e7e9e7

Please sign in to comment.