Skip to content

Commit

Permalink
Version Packages (#2387)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jan 2, 2024
1 parent 3867c02 commit 9ec63ef
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/hot-trainers-fry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/swift-lemons-sell.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @redux-saga/core

## 1.3.0

### Minor Changes

- [#2402](https://github.com/redux-saga/redux-saga/pull/2402) [`3867c02`](https://github.com/redux-saga/redux-saga/commit/3867c028881223424f15046058745e06b77b0187) Thanks [@Andarist](https://github.com/Andarist)! - Removed a dependency on Redux to decouple the project from the exact Redux version. This should fix the compatibility with recently released Redux 5.

### Patch Changes

- [#2386](https://github.com/redux-saga/redux-saga/pull/2386) [`9c59ac9`](https://github.com/redux-saga/redux-saga/commit/9c59ac93ec4389d6a1e98e46fc3cddb98523e589) Thanks [@qkudev](https://github.com/qkudev)! - Fixes `put`/`putResolve` typings to support thunk actions

## 1.2.3

### Patch Changes
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": "@redux-saga/core",
"version": "1.2.3",
"version": "1.3.0",
"description": "Saga middleware for Redux to handle Side Effects",
"main": "./dist/redux-saga-core.cjs.js",
"module": "./dist/redux-saga-core.esm.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/redux-saga/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# redux-saga

## 1.3.0

### Minor Changes

- [#2402](https://github.com/redux-saga/redux-saga/pull/2402) [`3867c02`](https://github.com/redux-saga/redux-saga/commit/3867c028881223424f15046058745e06b77b0187) Thanks [@Andarist](https://github.com/Andarist)! - Removed a dependency on Redux to decouple the project from the exact Redux version. This should fix the compatibility with recently released Redux 5.

### Patch Changes

- Updated dependencies [[`9c59ac9`](https://github.com/redux-saga/redux-saga/commit/9c59ac93ec4389d6a1e98e46fc3cddb98523e589), [`3867c02`](https://github.com/redux-saga/redux-saga/commit/3867c028881223424f15046058745e06b77b0187)]:
- @redux-saga/core@1.3.0

## 1.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-saga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-saga",
"version": "1.2.3",
"version": "1.3.0",
"description": "Saga middleware for Redux to handle Side Effects",
"main": "./dist/redux-saga-core-npm-proxy.cjs.js",
"module": "./dist/redux-saga-core-npm-proxy.esm.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"homepage": "https://redux-saga.js.org/",
"dependencies": {
"@redux-saga/core": "^1.2.3"
"@redux-saga/core": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.6.4",
Expand Down

0 comments on commit 9ec63ef

Please sign in to comment.