Skip to content

Commit

Permalink
chore(release): released new version [skip ci]
Browse files Browse the repository at this point in the history
 - @rematch/[email protected]
 - @rematch/[email protected]
 - @rematch/[email protected]
 - @rematch/[email protected]
 - @rematch/[email protected]
 - @rematch/[email protected]
 - @rematch/[email protected]
  • Loading branch information
semoal committed Aug 13, 2021
1 parent f21d5a5 commit 0f3d198
Show file tree
Hide file tree
Showing 14 changed files with 113 additions and 13 deletions.
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/rematch/rematch/compare/@rematch/[email protected]...@rematch/[email protected]) (2021-08-13)


### Bug Fixes

* build to modules to .mjs instead of .js and sideEffects: false for better treeshaking ([c2978f3](https://github.com/rematch/rematch/commit/c2978f3087f8283249f69b60c569720e56091c36))
* connect() fails on Typescript4.3+ [#893](https://github.com/rematch/rematch/issues/893) ([f794263](https://github.com/rematch/rematch/commit/f7942635d67362565fd72ba0840e31cef1550321))
* context binding in addModel ([#873](https://github.com/rematch/rematch/issues/873)) ([7f99a45](https://github.com/rematch/rematch/commit/7f99a45034848c0c7391862d0b3d6fe6f0288c9b))
* make models on init() Partial<T> ([#892](https://github.com/rematch/rematch/issues/892)) ([991a9d8](https://github.com/rematch/rematch/commit/991a9d842b38aa1a974c0befade3e4be579384c8))
* optional payload inference ([#901](https://github.com/rematch/rematch/issues/901)) ([dfff163](https://github.com/rematch/rematch/commit/dfff1634eb6b4b5d69cca4e7d7c9073fb1583332)), closes [#902](https://github.com/rematch/rematch/issues/902)
* reducers and effects with same name are correctly typed 4.3.X ([#913](https://github.com/rematch/rematch/issues/913)) ([3db2d9f](https://github.com/rematch/rematch/commit/3db2d9f2ad10aa5017960020f643544562d0b031))
* this.reducer typed partially correct ([f43c3a7](https://github.com/rematch/rematch/commit/f43c3a787779cacc8c09ae7827a66bcdd7c6ecd0))
* updated peerDependencies ([#898](https://github.com/rematch/rematch/issues/898)) ([3013605](https://github.com/rematch/rematch/commit/30136054a9c7d2f1b4215e66e2e4065314f841eb))





## [2.0.1](https://github.com/rematch/rematch/compare/@rematch/[email protected]...@rematch/[email protected]) (2021-02-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rematch/core",
"version": "2.0.1",
"version": "2.1.0",
"description": "A Redux Framework",
"homepage": "https://rematchjs.org",
"sideEffects": false,
Expand Down
12 changes: 12 additions & 0 deletions packages/immer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/rematch/rematch/compare/@rematch/[email protected]...@rematch/[email protected]) (2021-08-13)


### Bug Fixes

* build to modules to .mjs instead of .js and sideEffects: false for better treeshaking ([c2978f3](https://github.com/rematch/rematch/commit/c2978f3087f8283249f69b60c569720e56091c36))
* updated peerDependencies ([#898](https://github.com/rematch/rematch/issues/898)) ([3013605](https://github.com/rematch/rematch/commit/30136054a9c7d2f1b4215e66e2e4065314f841eb))





## [2.0.1](https://github.com/rematch/rematch/compare/@rematch/[email protected]...@rematch/[email protected]) (2021-02-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/immer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rematch/immer",
"version": "2.0.1",
"version": "2.1.0",
"sideEffects": false,
"description": "Redux-Immer v6 plugin for Rematch. Provides immutable ability for rematch.",
"homepage": "https://rematchjs.org",
Expand All @@ -25,7 +25,7 @@
"src"
],
"devDependencies": {
"@rematch/core": "^2.0.1",
"@rematch/core": "^2.1.0",
"immer": "^8.0.1",
"redux": "^4.0.5"
},
Expand Down
18 changes: 18 additions & 0 deletions packages/loading/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/rematch/rematch/compare/@rematch/[email protected]...@rematch/[email protected]) (2021-08-13)


### Bug Fixes

* build to modules to .mjs instead of .js and sideEffects: false for better treeshaking ([c2978f3](https://github.com/rematch/rematch/commit/c2978f3087f8283249f69b60c569720e56091c36))
* loading plugin returns chain of promises effect ([#907](https://github.com/rematch/rematch/issues/907)) ([aba57b3](https://github.com/rematch/rematch/commit/aba57b37f0dc915f0d37752474e5c2e2582249c1))
* updated peerDependencies ([#898](https://github.com/rematch/rematch/issues/898)) ([3013605](https://github.com/rematch/rematch/commit/30136054a9c7d2f1b4215e66e2e4065314f841eb))


### Features

* @rematch/loading with type: 'full' returns success/error/loading ([#922](https://github.com/rematch/rematch/issues/922)) ([6992fc5](https://github.com/rematch/rematch/commit/6992fc5226ad682efa071a32c7ddb3f9549e59e8))





## [2.0.1](https://github.com/rematch/rematch/compare/@rematch/[email protected]...@rematch/[email protected]) (2021-02-23)

**Note:** Version bump only for package @rematch/loading
Expand Down
4 changes: 2 additions & 2 deletions packages/loading/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rematch/loading",
"version": "2.0.1",
"version": "2.1.0",
"sideEffects": false,
"description": "Loading indicator plugin for Rematch",
"homepage": "https://rematchjs.org",
Expand All @@ -25,7 +25,7 @@
"src"
],
"devDependencies": {
"@rematch/core": "^2.0.1"
"@rematch/core": "^2.1.0"
},
"peerDependencies": {
"@rematch/core": ">=2"
Expand Down
12 changes: 12 additions & 0 deletions packages/persist/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/rematch/rematch/compare/@rematch/[email protected]...@rematch/[email protected]) (2021-08-13)


### Bug Fixes

* build to modules to .mjs instead of .js and sideEffects: false for better treeshaking ([c2978f3](https://github.com/rematch/rematch/commit/c2978f3087f8283249f69b60c569720e56091c36))
* updated peerDependencies ([#898](https://github.com/rematch/rematch/issues/898)) ([3013605](https://github.com/rematch/rematch/commit/30136054a9c7d2f1b4215e66e2e4065314f841eb))





## [2.0.1](https://github.com/rematch/rematch/compare/@rematch/[email protected]...@rematch/[email protected]) (2021-02-23)

**Note:** Version bump only for package @rematch/persist
Expand Down
4 changes: 2 additions & 2 deletions packages/persist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rematch/persist",
"version": "2.0.1",
"version": "2.1.0",
"sideEffects": false,
"description": "Redux-Persist v6 plugin for Rematch. Provides simple redux state persistence using local storage options.",
"homepage": "https://rematchjs.org",
Expand Down Expand Up @@ -28,7 +28,7 @@
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@rematch/core": "^2.0.1"
"@rematch/core": "^2.1.0"
},
"peerDependencies": {
"@rematch/core": ">=2",
Expand Down
12 changes: 12 additions & 0 deletions packages/select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/rematch/rematch/compare/@rematch/[email protected]...@rematch/[email protected]) (2021-08-13)


### Bug Fixes

* build to modules to .mjs instead of .js and sideEffects: false for better treeshaking ([c2978f3](https://github.com/rematch/rematch/commit/c2978f3087f8283249f69b60c569720e56091c36))
* updated peerDependencies ([#898](https://github.com/rematch/rematch/issues/898)) ([3013605](https://github.com/rematch/rematch/commit/30136054a9c7d2f1b4215e66e2e4065314f841eb))





## [3.0.1](https://github.com/rematch/rematch/compare/@rematch/[email protected]...@rematch/[email protected]) (2021-02-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rematch/select",
"version": "3.0.1",
"version": "3.1.0",
"sideEffects": false,
"description": "Selectors plugin for Rematch",
"homepage": "https://rematchjs.org",
Expand Down Expand Up @@ -28,7 +28,7 @@
"reselect": "^4.0.0"
},
"devDependencies": {
"@rematch/core": "^2.0.1",
"@rematch/core": "^2.1.0",
"redux": "^4.0.5"
},
"peerDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/typed-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.1.0 (2021-08-13)


### Bug Fixes

* build to modules to .mjs instead of .js and sideEffects: false for better treeshaking ([c2978f3](https://github.com/rematch/rematch/commit/c2978f3087f8283249f69b60c569720e56091c36))


### Features

* introduced @rematch/typed-state plugin ([#874](https://github.com/rematch/rematch/issues/874)) ([ddb31f9](https://github.com/rematch/rematch/commit/ddb31f93a7ef2663279b82acc26864c9b259cfaa))
4 changes: 2 additions & 2 deletions packages/typed-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rematch/typed-state",
"version": "2.0.1",
"version": "2.1.0",
"sideEffects": false,
"description": "Rematch plugin for typing the state",
"homepage": "https://rematchjs.org",
Expand All @@ -25,7 +25,7 @@
"src"
],
"devDependencies": {
"@rematch/core": "^2.0.1",
"@rematch/core": "^2.1.0",
"prop-types": "^15.7.2",
"redux": "^4.0.5"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/updated/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/rematch/rematch/compare/@rematch/[email protected]...@rematch/[email protected]) (2021-08-13)


### Bug Fixes

* build to modules to .mjs instead of .js and sideEffects: false for better treeshaking ([c2978f3](https://github.com/rematch/rematch/commit/c2978f3087f8283249f69b60c569720e56091c36))
* updated peerDependencies ([#898](https://github.com/rematch/rematch/issues/898)) ([3013605](https://github.com/rematch/rematch/commit/30136054a9c7d2f1b4215e66e2e4065314f841eb))





## [2.0.1](https://github.com/rematch/rematch/compare/@rematch/[email protected]...@rematch/[email protected]) (2021-02-23)

**Note:** Version bump only for package @rematch/updated
Expand Down
4 changes: 2 additions & 2 deletions packages/updated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rematch/updated",
"version": "2.0.1",
"version": "2.1.0",
"sideEffects": false,
"description": "Rematch plugin for maintaining timestamps when effects are called",
"homepage": "https://rematchjs.org",
Expand All @@ -25,7 +25,7 @@
"src"
],
"devDependencies": {
"@rematch/core": "^2.0.1"
"@rematch/core": "^2.1.0"
},
"peerDependencies": {
"@rematch/core": ">=2"
Expand Down

0 comments on commit 0f3d198

Please sign in to comment.