From 3e7e9e7ac35b717c865e0a6826d79b66540cd486 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 11 Mar 2023 07:17:24 +0000 Subject: [PATCH] chore(release): 1.0.0-fix-publish.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # 1.0.0-fix-publish.1 (2023-03-11) ### Bug Fixes * **bloc:** 🐛 added State to BlocBaseConfig generic argument ([e0cda85](https://github.com/jacobtipp/bloc-state/commit/e0cda855d0de30ec01a76f5be07db38bec349fbe)) * **bloc:** 🐛 change historyLimit to 1 ([359085f](https://github.com/jacobtipp/bloc-state/commit/359085f6aad7d83156b66f4082cc2d7c6077096c)) * **bloc:** 🐛 rethrow errors caught inside emit ([8d20c83](https://github.com/jacobtipp/bloc-state/commit/8d20c83bf1c8cbc945b10d217af63adf8bd92cd4)) * **bloc:** 🐛 rethrow unhandled error from eventHandler ([4c7b3b6](https://github.com/jacobtipp/bloc-state/commit/4c7b3b6594858e69952a7f5553f307cf7d390828)) * **bloc:** 🐛 switched to vite for bundling ([a9780d5](https://github.com/jacobtipp/bloc-state/commit/a9780d5a8e00e112ce6124f004d4563a999863e9)) * **bloc:** 🐛 trigger release ([d33d70b](https://github.com/jacobtipp/bloc-state/commit/d33d70bc8b8689995d2066c58decea395e352129)) * **build:** 🐛 📦️ set sideEffects flag to false ([8ee593a](https://github.com/jacobtipp/bloc-state/commit/8ee593ac8a57d9698387614ee4aa41aeaecefb68)) * **state:** 🐛 change property stateName to name ([a360c93](https://github.com/jacobtipp/bloc-state/commit/a360c933346fe400d0c7077a4c61585cb8ca4039)) * **state:** 🐛 make immer peer dependency ([4382844](https://github.com/jacobtipp/bloc-state/commit/438284478acda0058b892aac17153f64886c9644)) * **state:** 🐛 switched to vite for bundling ([a1c7847](https://github.com/jacobtipp/bloc-state/commit/a1c78476889fa579f1c37a41d1f2989d854161ba)) ### Features * **bloc:** ✨ added BlocHistory class for time travel ([14334b1](https://github.com/jacobtipp/bloc-state/commit/14334b1134c07a04150a1c08cd7ed0992b9a484c)) * **bloc:** ✨ added customizable subject option ([5818057](https://github.com/jacobtipp/bloc-state/commit/5818057a81c8d7d05a975eab0fe4b44b46f6fe9a)) * **bloc:** ✨ added history ([0777c1e](https://github.com/jacobtipp/bloc-state/commit/0777c1e08e70e19ab1a50bb993ab5dc12db23b48)) * **bloc:** ✨ use Subject instead of BehaviourSubject ([ffc0df8](https://github.com/jacobtipp/bloc-state/commit/ffc0df8bab60a7b30552dcfb60c29d9b9c228e13)) * **bloc:** 💥 ✨ sync with bloc.js fork ([3912488](https://github.com/jacobtipp/bloc-state/commit/391248802e180739ffe818f7b11da03ae318ba29)) * **ci:** ✨ 👷 ci trigger ([0720886](https://github.com/jacobtipp/bloc-state/commit/072088673a2886d15fa3e31162f016746a62de4d)) * **ci:** ✨ 👷 ci trigger for @jacobtipp/react-bloc ([f7130a1](https://github.com/jacobtipp/bloc-state/commit/f7130a166b97d3c06cc61f0d70acbede615c8cb1)) * **ci:** ✨ 👷 ci trigger for @jacobtipp/state ([d19970f](https://github.com/jacobtipp/bloc-state/commit/d19970ff17d056bc4ec950bcf357ebb5014bc2d5)) * initial commit [skip-ci] ([904a867](https://github.com/jacobtipp/bloc-state/commit/904a867b4ded298c6dd9741a546bb97978680b39)) ### BREAKING CHANGES * **bloc:** sync with https://github.com/felangel/bloc.js/pull/107 --- packages/bloc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bloc/package.json b/packages/bloc/package.json index 67fa6c4c..bd4159d8 100644 --- a/packages/bloc/package.json +++ b/packages/bloc/package.json @@ -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,