From cac134d912d696a7acc94c82dc0a451ebfd71b0c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Mar 2021 16:42:00 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] # [4.0.0](https://github.com/thebrodmann/deox/compare/v3.3.1...v4.0.0) (2021-03-15) ### Features * remove `configureStore` function and dependency to @reduxjs/toolkit ([1f488a1](https://github.com/thebrodmann/deox/commit/1f488a1650729c13e70d48f31c07fa82e81923a2)), closes [#164](https://github.com/thebrodmann/deox/issues/164) [#151](https://github.com/thebrodmann/deox/issues/151) ### BREAKING CHANGES * - `configureStore` function has been removed from public API. - There is no dependency to [redux-starter-kit](https://github.com/reduxjs/redux-toolkit) package anymore. - TypeScript version and `tslib` version has been bumped. Co-authored-by: Michael Schmid Co-authored-by: Mohammad Hasani --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07aa56c..59046e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Deox Changelog +# [4.0.0](https://github.com/thebrodmann/deox/compare/v3.3.1...v4.0.0) (2021-03-15) + + +### Features + +* remove `configureStore` function and dependency to @reduxjs/toolkit ([1f488a1](https://github.com/thebrodmann/deox/commit/1f488a1650729c13e70d48f31c07fa82e81923a2)), closes [#164](https://github.com/thebrodmann/deox/issues/164) [#151](https://github.com/thebrodmann/deox/issues/151) + + +### BREAKING CHANGES + +* - `configureStore` function has been removed from public API. +- There is no dependency to [redux-starter-kit](https://github.com/reduxjs/redux-toolkit) package +anymore. +- TypeScript version and `tslib` version has been bumped. + +Co-authored-by: Michael Schmid +Co-authored-by: Mohammad Hasani + ## [3.3.1](https://github.com/thebrodmann/deox/compare/v3.3.0...v3.3.1) (2020-10-17) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index bd30ecb..eb811bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "deox", - "version": "3.3.1", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index e0b5156..520a516 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deox", - "version": "3.3.1", + "version": "4.0.0", "description": "Functional Type-safe Flux Standard Utilities", "types": "dist/index.d.ts", "main": "dist/index.js",