Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.3.1...v4.0.0) (2021-03-15)

### Features

* remove `configureStore` function and dependency to @reduxjs/toolkit ([1f488a1](1f488a1)), closes [#164](#164) [#151](#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 <[email protected]>
Co-authored-by: Mohammad Hasani <[email protected]>
  • Loading branch information
3 people committed Mar 15, 2021
1 parent 1f488a1 commit cac134d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Co-authored-by: Mohammad Hasani <[email protected]>

## [3.3.1](https://github.com/thebrodmann/deox/compare/v3.3.0...v3.3.1) (2020-10-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cac134d

Please sign in to comment.