Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fostyfost committed Mar 21, 2022
1 parent 69819ee commit 1a26cc2
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 13 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/fostyfost/redux-eggs/compare/v2.1.0...v2.2.0) (2022-03-21)

### Features

- **@redux-eggs/react:** add `withEggs` HOC ([69819ee](https://github.com/fostyfost/redux-eggs/commit/69819eea2f8f52b61b84fd6dd8d793de57884f94))
- **examples:** improve examples ([9d409f8](https://github.com/fostyfost/redux-eggs/commit/9d409f835d46ad786562777e77a10a0d560b930d))
- **examples:** update examples ([abc95c9](https://github.com/fostyfost/redux-eggs/commit/abc95c9c8dc56d3d15a384572798a09cf9067438))

# [2.1.0](https://github.com/fostyfost/redux-eggs/compare/v2.0.0...v2.1.0) (2021-12-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.0",
"version": "2.2.0",
"npmClient": "yarn",
"useWorkspaces": false,
"packages": ["packages/*"],
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/fostyfost/redux-eggs/compare/v2.1.0...v2.2.0) (2022-03-21)

**Note:** Version bump only for package @redux-eggs/core

# [2.1.0](https://github.com/fostyfost/redux-eggs/compare/v2.0.0...v2.1.0) (2021-12-05)

### Features
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-eggs/core",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT",
"author": "Fosty Fost",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/fostyfost/redux-eggs/compare/v2.1.0...v2.2.0) (2022-03-21)

**Note:** Version bump only for package @redux-eggs/next

# [2.1.0](https://github.com/fostyfost/redux-eggs/compare/v2.0.0...v2.1.0) (2021-12-05)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redux-eggs/next",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT",
"author": "Fosty Fost",
"repository": {
Expand Down Expand Up @@ -34,8 +34,8 @@
"devDependencies": {
"@jest/types": "27.5.1",
"@redux-eggs-internal/rollup-plugin-filesize": "1.0.0",
"@redux-eggs/core": "2.1.0",
"@redux-eggs/redux": "2.1.0",
"@redux-eggs/core": "2.2.0",
"@redux-eggs/redux": "2.2.0",
"@rollup/plugin-eslint": "8.0.1",
"@testing-library/react": "12.1.3",
"@types/jest": "27.4.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/fostyfost/redux-eggs/compare/v2.1.0...v2.2.0) (2022-03-21)

### Features

- **@redux-eggs/react:** add `withEggs` HOC ([69819ee](https://github.com/fostyfost/redux-eggs/commit/69819eea2f8f52b61b84fd6dd8d793de57884f94))

# [2.1.0](https://github.com/fostyfost/redux-eggs/compare/v2.0.0...v2.1.0) (2021-12-05)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redux-eggs/react",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT",
"author": "Fosty Fost",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@jest/types": "27.5.1",
"@redux-eggs-internal/rollup-plugin-filesize": "1.0.0",
"@redux-eggs/core": "2.1.0",
"@redux-eggs/core": "2.2.0",
"@rollup/plugin-eslint": "8.0.1",
"@testing-library/dom": "8.11.3",
"@testing-library/jest-dom": "5.16.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/redux-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/fostyfost/redux-eggs/compare/v2.1.0...v2.2.0) (2022-03-21)

**Note:** Version bump only for package @redux-eggs/redux-toolkit

# [2.1.0](https://github.com/fostyfost/redux-eggs/compare/v2.0.0...v2.1.0) (2021-12-05)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redux-eggs/redux-toolkit",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT",
"author": "Fosty Fost",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@jest/types": "27.5.1",
"@redux-eggs-internal/rollup-plugin-filesize": "1.0.0",
"@redux-eggs/core": "2.1.0",
"@redux-eggs/core": "2.2.0",
"@reduxjs/toolkit": "1.7.2",
"@rollup/plugin-eslint": "8.0.1",
"@types/jest": "27.4.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/redux/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/fostyfost/redux-eggs/compare/v2.1.0...v2.2.0) (2022-03-21)

**Note:** Version bump only for package @redux-eggs/redux

# [2.1.0](https://github.com/fostyfost/redux-eggs/compare/v2.0.0...v2.1.0) (2021-12-05)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redux-eggs/redux",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT",
"author": "Fosty Fost",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@jest/types": "27.5.1",
"@redux-eggs-internal/rollup-plugin-filesize": "1.0.0",
"@redux-eggs/core": "2.1.0",
"@redux-eggs/core": "2.2.0",
"@rollup/plugin-eslint": "8.0.1",
"@types/jest": "27.4.0",
"cross-env": "7.0.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/saga-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/fostyfost/redux-eggs/compare/v2.1.0...v2.2.0) (2022-03-21)

**Note:** Version bump only for package @redux-eggs/saga-extension

# [2.1.0](https://github.com/fostyfost/redux-eggs/compare/v2.0.0...v2.1.0) (2021-12-05)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/saga-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redux-eggs/saga-extension",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT",
"author": "Fosty Fost",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@jest/types": "27.5.1",
"@redux-eggs-internal/rollup-plugin-filesize": "1.0.0",
"@redux-eggs/core": "2.1.0",
"@redux-eggs/core": "2.2.0",
"@rollup/plugin-eslint": "8.0.1",
"@types/jest": "27.4.0",
"cross-env": "7.0.3",
Expand Down

0 comments on commit 1a26cc2

Please sign in to comment.