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

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fostyfost committed Sep 28, 2021
1 parent cf1750a commit a175201
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 14 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## [1.0.4](https://github.com/fostyfost/redux-eggs/compare/v1.0.3...v1.0.4) (2021-09-28)

**Note:** Version bump only for package redux-eggs-mono
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.3",
"version": "1.0.4",
"npmClient": "yarn",
"useWorkspaces": false,
"packages": ["packages/*"],
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## [1.0.4](https://github.com/fostyfost/redux-eggs/compare/v1.0.3...v1.0.4) (2021-09-28)

**Note:** Version bump only for package @redux-eggs/core
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": "1.0.3",
"version": "1.0.4",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## [1.0.4](https://github.com/fostyfost/redux-eggs/compare/v1.0.3...v1.0.4) (2021-09-28)

**Note:** Version bump only for package @redux-eggs/next
8 changes: 4 additions & 4 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redux-eggs/next",
"version": "1.0.3",
"version": "1.0.4",
"main": "dist/index.server.js",
"module": "dist/index.server.js",
"browser": "dist/index.client.js",
Expand All @@ -22,9 +22,9 @@
},
"devDependencies": {
"@jest/types": "27.1.1",
"@redux-eggs/core": "1.0.3",
"@redux-eggs/redux": "1.0.3",
"@redux-eggs/redux-toolkit": "1.0.3",
"@redux-eggs/core": "1.0.4",
"@redux-eggs/redux": "1.0.4",
"@redux-eggs/redux-toolkit": "1.0.4",
"@reduxjs/toolkit": "1.6.1",
"@rollup/plugin-eslint": "8.0.1",
"@testing-library/react": "12.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## [1.0.4](https://github.com/fostyfost/redux-eggs/compare/v1.0.3...v1.0.4) (2021-09-28)

**Note:** Version bump only for package @redux-eggs/react
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": "1.0.3",
"version": "1.0.4",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"prepublish": "yarn run build"
},
"dependencies": {
"@redux-eggs/core": "1.0.3"
"@redux-eggs/core": "1.0.4"
},
"devDependencies": {
"@jest/types": "27.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/redux-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## [1.0.4](https://github.com/fostyfost/redux-eggs/compare/v1.0.3...v1.0.4) (2021-09-28)

**Note:** Version bump only for package @redux-eggs/redux-toolkit
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": "1.0.3",
"version": "1.0.4",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"prepublish": "yarn run build"
},
"dependencies": {
"@redux-eggs/core": "1.0.3"
"@redux-eggs/core": "1.0.4"
},
"devDependencies": {
"@jest/types": "27.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/redux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## [1.0.4](https://github.com/fostyfost/redux-eggs/compare/v1.0.3...v1.0.4) (2021-09-28)

**Note:** Version bump only for package @redux-eggs/redux
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": "1.0.3",
"version": "1.0.4",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"prepublish": "yarn run build"
},
"dependencies": {
"@redux-eggs/core": "1.0.3"
"@redux-eggs/core": "1.0.4"
},
"devDependencies": {
"@jest/types": "27.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/saga-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## [1.0.4](https://github.com/fostyfost/redux-eggs/compare/v1.0.3...v1.0.4) (2021-09-28)

**Note:** Version bump only for package @redux-eggs/saga-extension
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": "1.0.3",
"version": "1.0.4",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"prepublish": "yarn run build"
},
"dependencies": {
"@redux-eggs/core": "1.0.3"
"@redux-eggs/core": "1.0.4"
},
"devDependencies": {
"@jest/types": "27.1.1",
Expand Down

0 comments on commit a175201

Please sign in to comment.