Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.1.4...v2.0.0) (2021-05-21)

### ⚠ BREAKING CHANGES

* This release is a full rewrite that drops Redux Persist and uses a custom
middleware instead. next-redux-cookie-wrapper is no longer a drop-in replacement for
next-redux-wrapper now but rather an extension to it, namely a Redux middleware to be used with
next-redux-wrapper. Hence, the API of v2 has fully changed since v1. Please follow the setup
instructions in the readme to set up v2 in your project.

### Features

* Support next-redux-wrapper v6 and v7 ([e6ad7e5](e6ad7e5)), closes [#13](#13)
  • Loading branch information
semantic-release-bot committed May 21, 2021
1 parent 579c9fd commit bae999f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.0](https://github.com/bjoluc/next-redux-cookie-wrapper/compare/v1.1.4...v2.0.0) (2021-05-21)


### ⚠ BREAKING CHANGES

* This release is a full rewrite that drops Redux Persist and uses a custom
middleware instead. next-redux-cookie-wrapper is no longer a drop-in replacement for
next-redux-wrapper now but rather an extension to it, namely a Redux middleware to be used with
next-redux-wrapper. Hence, the API of v2 has fully changed since v1. Please follow the setup
instructions in the readme to set up v2 in your project.

### Features

* Support next-redux-wrapper v6 and v7 ([e6ad7e5](https://github.com/bjoluc/next-redux-cookie-wrapper/commit/e6ad7e5aec6e3f218479182909b7b1e7cf341eaa)), closes [#13](https://github.com/bjoluc/next-redux-cookie-wrapper/issues/13)

### [1.1.4](https://github.com/bjoluc/next-redux-cookie-wrapper/compare/v1.1.3...v1.1.4) (2021-01-27)


Expand Down
2 changes: 1 addition & 1 deletion main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-redux-cookie-wrapper",
"version": "1.1.4",
"version": "2.0.0",
"description": "Use redux-persist and redux-persist-cookie-storage in Next.js – with ease",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit bae999f

Please sign in to comment.