Skip to content

Commit

Permalink
Version Packages (#2347)
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 Dec 9, 2022
1 parent 01f425c commit 4ebb593
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/neat-wolves-wink.md

This file was deleted.

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

## 1.2.2

### Patch Changes

- [#2340](https://github.com/redux-saga/redux-saga/pull/2340) [`345b828`](https://github.com/redux-saga/redux-saga/commit/345b828c721a95258a7fdfde0408fbb94de83f80) Thanks [@neurosnap](https://github.com/neurosnap)! - throttle now accepts a channel as originally intended

## 1.2.1

### 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.1",
"version": "1.2.2",
"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
9 changes: 9 additions & 0 deletions packages/redux-saga/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# redux-saga

## 1.2.2

### Patch Changes

- [#2340](https://github.com/redux-saga/redux-saga/pull/2340) [`345b828`](https://github.com/redux-saga/redux-saga/commit/345b828c721a95258a7fdfde0408fbb94de83f80) Thanks [@neurosnap](https://github.com/neurosnap)! - throttle now accepts a channel as originally intended

- Updated dependencies [[`345b828`](https://github.com/redux-saga/redux-saga/commit/345b828c721a95258a7fdfde0408fbb94de83f80)]:
- @redux-saga/core@1.2.2

## 1.2.1

### 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.1",
"version": "1.2.2",
"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.1"
"@redux-saga/core": "^1.2.2"
},
"devDependencies": {
"@babel/core": "^7.6.4",
Expand Down

0 comments on commit 4ebb593

Please sign in to comment.