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

Commit

Permalink
v3.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fostyfost committed May 9, 2023
1 parent 75a8a90 commit 10e5a76
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 17 deletions.
4 changes: 4 additions & 0 deletions 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.

# [3.0.0-alpha.4](https://github.com/fostyfost/redux-eggs/compare/v3.0.0-alpha.3...v3.0.0-alpha.4) (2023-05-09)

**Note:** Version bump only for package redux-eggs-mono

# [3.0.0-alpha.3](https://github.com/fostyfost/redux-eggs/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2023-05-08)

**Note:** Version bump only for package redux-eggs-mono
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": "3.0.0-alpha.3",
"version": "3.0.0-alpha.4",
"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.

# [3.0.0-alpha.4](https://github.com/fostyfost/redux-eggs/compare/v3.0.0-alpha.3...v3.0.0-alpha.4) (2023-05-09)

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

# [3.0.0-alpha.3](https://github.com/fostyfost/redux-eggs/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2023-05-08)

**Note:** Version bump only for package @redux-eggs/core
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": "3.0.0-alpha.3",
"version": "3.0.0-alpha.4",
"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.

# [3.0.0-alpha.4](https://github.com/fostyfost/redux-eggs/compare/v3.0.0-alpha.3...v3.0.0-alpha.4) (2023-05-09)

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

# [3.0.0-alpha.3](https://github.com/fostyfost/redux-eggs/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2023-05-08)

**Note:** Version bump only for package @redux-eggs/next
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": "3.0.0-alpha.3",
"version": "3.0.0-alpha.4",
"license": "MIT",
"author": "Fosty Fost",
"repository": {
Expand Down Expand Up @@ -37,8 +37,8 @@
"devDependencies": {
"@jest/types": "29.5.0",
"@redux-eggs-internal/rollup-plugin-filesize": "1.0.0",
"@redux-eggs/core": "3.0.0-alpha.3",
"@redux-eggs/redux": "3.0.0-alpha.3",
"@redux-eggs/core": "3.0.0-alpha.4",
"@redux-eggs/redux": "3.0.0-alpha.4",
"@rollup/plugin-eslint": "9.0.3",
"@testing-library/react": "13.4.0",
"@types/jest": "29.5.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/react/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.

# [3.0.0-alpha.4](https://github.com/fostyfost/redux-eggs/compare/v3.0.0-alpha.3...v3.0.0-alpha.4) (2023-05-09)

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

# [3.0.0-alpha.3](https://github.com/fostyfost/redux-eggs/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2023-05-08)

**Note:** Version bump only for package @redux-eggs/react
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redux-eggs/react",
"version": "3.0.0-alpha.3",
"version": "3.0.0-alpha.4",
"license": "MIT",
"author": "Fosty Fost",
"repository": {
Expand Down Expand Up @@ -36,9 +36,9 @@
"devDependencies": {
"@jest/types": "29.5.0",
"@redux-eggs-internal/rollup-plugin-filesize": "1.0.0",
"@redux-eggs/core": "3.0.0-alpha.3",
"@redux-eggs/redux": "3.0.0-alpha.3",
"@redux-eggs/redux-toolkit": "3.0.0-alpha.3",
"@redux-eggs/core": "3.0.0-alpha.4",
"@redux-eggs/redux": "3.0.0-alpha.4",
"@redux-eggs/redux-toolkit": "3.0.0-alpha.4",
"@rollup/plugin-eslint": "9.0.3",
"@testing-library/dom": "8.18.1",
"@testing-library/jest-dom": "5.16.5",
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.

# [3.0.0-alpha.4](https://github.com/fostyfost/redux-eggs/compare/v3.0.0-alpha.3...v3.0.0-alpha.4) (2023-05-09)

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

# [3.0.0-alpha.3](https://github.com/fostyfost/redux-eggs/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2023-05-08)

**Note:** Version bump only for package @redux-eggs/redux-toolkit
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": "3.0.0-alpha.3",
"version": "3.0.0-alpha.4",
"license": "MIT",
"author": "Fosty Fost",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@jest/types": "29.5.0",
"@redux-eggs-internal/rollup-plugin-filesize": "1.0.0",
"@redux-eggs/core": "3.0.0-alpha.3",
"@redux-eggs/core": "3.0.0-alpha.4",
"@reduxjs/toolkit": "1.9.5",
"@rollup/plugin-eslint": "9.0.3",
"@types/jest": "29.5.1",
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.

# [3.0.0-alpha.4](https://github.com/fostyfost/redux-eggs/compare/v3.0.0-alpha.3...v3.0.0-alpha.4) (2023-05-09)

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

# [3.0.0-alpha.3](https://github.com/fostyfost/redux-eggs/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2023-05-08)

**Note:** Version bump only for package @redux-eggs/redux
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": "3.0.0-alpha.3",
"version": "3.0.0-alpha.4",
"license": "MIT",
"author": "Fosty Fost",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@jest/types": "29.5.0",
"@redux-eggs-internal/rollup-plugin-filesize": "1.0.0",
"@redux-eggs/core": "3.0.0-alpha.3",
"@redux-eggs/core": "3.0.0-alpha.4",
"@rollup/plugin-eslint": "9.0.3",
"@types/jest": "29.5.1",
"@types/node": "20.1.0",
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.

# [3.0.0-alpha.4](https://github.com/fostyfost/redux-eggs/compare/v3.0.0-alpha.3...v3.0.0-alpha.4) (2023-05-09)

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

# [3.0.0-alpha.3](https://github.com/fostyfost/redux-eggs/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2023-05-08)

**Note:** Version bump only for package @redux-eggs/saga-extension
Expand Down
8 changes: 4 additions & 4 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": "3.0.0-alpha.3",
"version": "3.0.0-alpha.4",
"license": "MIT",
"author": "Fosty Fost",
"repository": {
Expand Down Expand Up @@ -37,9 +37,9 @@
"devDependencies": {
"@jest/types": "29.5.0",
"@redux-eggs-internal/rollup-plugin-filesize": "1.0.0",
"@redux-eggs/core": "3.0.0-alpha.3",
"@redux-eggs/redux": "3.0.0-alpha.3",
"@redux-eggs/redux-toolkit": "3.0.0-alpha.3",
"@redux-eggs/core": "3.0.0-alpha.4",
"@redux-eggs/redux": "3.0.0-alpha.4",
"@redux-eggs/redux-toolkit": "3.0.0-alpha.4",
"@reduxjs/toolkit": "1.9.5",
"@rollup/plugin-eslint": "9.0.3",
"@types/jest": "29.5.1",
Expand Down

0 comments on commit 10e5a76

Please sign in to comment.