Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fostyfost committed Oct 1, 2021
1 parent cde3ea5 commit 0ab1120
Show file tree
Hide file tree
Showing 14 changed files with 49 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/fostyfost/redux-eggs/compare/v1.0.4...v1.0.5) (2021-10-01)

### Bug Fixes

- **@redux-eggs/core:** filter eggs without `id` ([8658e5b](https://github.com/fostyfost/redux-eggs/commit/8658e5bc2ecc979018db3d449fc0c928529c36e1))
- **@redux-eggs/saga-extension:** remove `readonly` for `sagas` type ([f5f81fa](https://github.com/fostyfost/redux-eggs/commit/f5f81fa95e6bdce43f918505bca26149b9264631))

## [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.4",
"version": "1.0.5",
"npmClient": "yarn",
"useWorkspaces": false,
"packages": ["packages/*"],
Expand Down
6 changes: 6 additions & 0 deletions packages/core/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.

## [1.0.5](https://github.com/fostyfost/redux-eggs/compare/v1.0.4...v1.0.5) (2021-10-01)

### Bug Fixes

- **@redux-eggs/core:** filter eggs without `id` ([8658e5b](https://github.com/fostyfost/redux-eggs/commit/8658e5bc2ecc979018db3d449fc0c928529c36e1))

## [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.4",
"version": "1.0.5",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
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.

## [1.0.5](https://github.com/fostyfost/redux-eggs/compare/v1.0.4...v1.0.5) (2021-10-01)

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

## [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.4",
"version": "1.0.5",
"main": "dist/index.server.js",
"module": "dist/index.server.js",
"browser": "dist/index.client.js",
Expand All @@ -24,9 +24,9 @@
"devDependencies": {
"@jest/types": "27.1.1",
"@redux-eggs-internal/rollup-plugin-filesize": "1.0.0",
"@redux-eggs/core": "1.0.4",
"@redux-eggs/redux": "1.0.4",
"@redux-eggs/redux-toolkit": "1.0.4",
"@redux-eggs/core": "1.0.5",
"@redux-eggs/redux": "1.0.5",
"@redux-eggs/redux-toolkit": "1.0.5",
"@reduxjs/toolkit": "1.6.1",
"@rollup/plugin-eslint": "8.0.1",
"@testing-library/react": "12.1.0",
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.

## [1.0.5](https://github.com/fostyfost/redux-eggs/compare/v1.0.4...v1.0.5) (2021-10-01)

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

## [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.4",
"version": "1.0.5",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"prepublish": "yarn run clean && yarn run build"
},
"dependencies": {
"@redux-eggs/core": "1.0.4"
"@redux-eggs/core": "1.0.5"
},
"devDependencies": {
"@jest/types": "27.1.1",
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.

## [1.0.5](https://github.com/fostyfost/redux-eggs/compare/v1.0.4...v1.0.5) (2021-10-01)

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

## [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.4",
"version": "1.0.5",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"prepublish": "yarn run clean && yarn run build"
},
"dependencies": {
"@redux-eggs/core": "1.0.4"
"@redux-eggs/core": "1.0.5"
},
"devDependencies": {
"@jest/types": "27.1.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.

## [1.0.5](https://github.com/fostyfost/redux-eggs/compare/v1.0.4...v1.0.5) (2021-10-01)

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

## [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.4",
"version": "1.0.5",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"prepublish": "yarn run clean && yarn run build"
},
"dependencies": {
"@redux-eggs/core": "1.0.4"
"@redux-eggs/core": "1.0.5"
},
"devDependencies": {
"@jest/types": "27.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/saga-extension/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.

## [1.0.5](https://github.com/fostyfost/redux-eggs/compare/v1.0.4...v1.0.5) (2021-10-01)

### Bug Fixes

- **@redux-eggs/saga-extension:** remove `readonly` for `sagas` type ([f5f81fa](https://github.com/fostyfost/redux-eggs/commit/f5f81fa95e6bdce43f918505bca26149b9264631))

## [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.4",
"version": "1.0.5",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"prepublish": "yarn run clean && yarn run build"
},
"dependencies": {
"@redux-eggs/core": "1.0.4"
"@redux-eggs/core": "1.0.5"
},
"devDependencies": {
"@jest/types": "27.1.1",
Expand Down

0 comments on commit 0ab1120

Please sign in to comment.