Skip to content

Commit

Permalink
v2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LongYinan committed Aug 24, 2021
1 parent fe4c739 commit 0af6010
Show file tree
Hide file tree
Showing 16 changed files with 52 additions and 16 deletions.
6 changes: 6 additions & 0 deletions 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.11.2](https://github.com/sigi-framework/sigi/compare/v2.11.1...v2.11.2) (2021-08-24)

### Bug Fixes

- **core:** skipCount should less equal than the filtered index ([ff38eb6](https://github.com/sigi-framework/sigi/commit/ff38eb6667cc8f0274a893211669925cd3e7f334))

## [2.11.1](https://github.com/sigi-framework/sigi/compare/v2.11.0...v2.11.1) (2021-08-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.11.1"
"version": "2.11.2"
}
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.

## [2.11.2](https://github.com/sigi-framework/sigi/compare/v2.11.1...v2.11.2) (2021-08-24)

### Bug Fixes

- **core:** skipCount should less equal than the filtered index ([ff38eb6](https://github.com/sigi-framework/sigi/commit/ff38eb6667cc8f0274a893211669925cd3e7f334))

## [2.10.8](https://github.com/sigi-framework/sigi/compare/v2.10.7...v2.10.8) (2021-06-16)

### Bug Fixes
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": "@sigi/core",
"version": "2.10.8",
"version": "2.11.2",
"description": "Sigi core library",
"keywords": ["RxJS", "TypeScript", "Sigi"],
"author": "LongYinan <longyinan.brooklyn@bytedance.com>",
Expand Down
4 changes: 4 additions & 0 deletions packages/devtool/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.11.2](https://github.com/sigi-framework/sigi/compare/v2.11.1...v2.11.2) (2021-08-24)

**Note:** Version bump only for package @sigi/devtool

## [2.10.8](https://github.com/sigi-framework/sigi/compare/v2.10.7...v2.10.8) (2021-06-16)

**Note:** Version bump only for package @sigi/devtool
Expand Down
4 changes: 2 additions & 2 deletions packages/devtool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sigi/devtool",
"version": "2.10.8",
"version": "2.11.2",
"description": "Connect sigi to redux devtool",
"keywords": ["Devtool", "Sigi"],
"author": "LongYinan <lynweklm@gmail.com>",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/sigi-framework/sigi/issues"
},
"dependencies": {
"@sigi/core": "^2.10.8",
"@sigi/core": "^2.11.2",
"@sigi/types": "^2.10.2",
"tslib": "^2.2.0"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/react-router/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.11.2](https://github.com/sigi-framework/sigi/compare/v2.11.1...v2.11.2) (2021-08-24)

**Note:** Version bump only for package @sigi/react-router

## [2.11.1](https://github.com/sigi-framework/sigi/compare/v2.11.0...v2.11.1) (2021-08-11)

**Note:** Version bump only for package @sigi/react-router
Expand Down
6 changes: 3 additions & 3 deletions packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sigi/react-router",
"version": "2.11.1",
"version": "2.11.2",
"description": "React router integration for sigi framework",
"keywords": ["Sigi", "Router", "React", "RxJS"],
"author": "LongYinan <lynweklm@gmail.com>",
Expand All @@ -25,9 +25,9 @@
"url": "https://github.com/sigi-framework/sigi/issues"
},
"dependencies": {
"@sigi/core": "^2.10.8",
"@sigi/core": "^2.11.2",
"@sigi/di": "^2.10.2",
"@sigi/react": "^2.11.1",
"@sigi/react": "^2.11.2",
"@sigi/types": "^2.10.2",
"tslib": "^2.2.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.

## [2.11.2](https://github.com/sigi-framework/sigi/compare/v2.11.1...v2.11.2) (2021-08-24)

**Note:** Version bump only for package @sigi/react

## [2.11.1](https://github.com/sigi-framework/sigi/compare/v2.11.0...v2.11.1) (2021-08-11)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sigi/react",
"version": "2.11.1",
"version": "2.11.2",
"description": "React bindings for sigi framework",
"keywords": ["Hooks", "RxJS", "TypeScript", "React", "Sigi"],
"author": "LongYinan <longyinan.brooklyn@bytedance.com>",
Expand All @@ -25,9 +25,9 @@
"url": "https://github.com/sigi-framework/sigi/issues"
},
"dependencies": {
"@sigi/core": "^2.10.8",
"@sigi/core": "^2.11.2",
"@sigi/di": "^2.10.2",
"@sigi/ssr": "^2.11.1",
"@sigi/ssr": "^2.11.2",
"@sigi/types": "^2.10.2",
"tslib": "^2.2.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/ssr/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.11.2](https://github.com/sigi-framework/sigi/compare/v2.11.1...v2.11.2) (2021-08-24)

**Note:** Version bump only for package @sigi/ssr

## [2.11.1](https://github.com/sigi-framework/sigi/compare/v2.11.0...v2.11.1) (2021-08-11)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sigi/ssr",
"version": "2.11.1",
"version": "2.11.2",
"description": "Server side rendering support for sigi framework",
"keywords": ["Sigi", "SSR"],
"author": "LongYinan <lynweklm@gmail.com>",
Expand All @@ -27,7 +27,7 @@
"url": "https://github.com/sigi-framework/sigi/issues"
},
"dependencies": {
"@sigi/core": "^2.10.8",
"@sigi/core": "^2.11.2",
"@sigi/di": "^2.10.2",
"@sigi/types": "^2.10.2",
"path-to-regexp": "^6.2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/testing/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.11.2](https://github.com/sigi-framework/sigi/compare/v2.11.1...v2.11.2) (2021-08-24)

**Note:** Version bump only for package @sigi/testing

## [2.10.8](https://github.com/sigi-framework/sigi/compare/v2.10.7...v2.10.8) (2021-06-16)

**Note:** Version bump only for package @sigi/testing
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sigi/testing",
"version": "2.10.8",
"version": "2.11.2",
"description": "Testing library for sigi framework",
"keywords": ["Testing", "Sigi"],
"author": "LongYinan <lynweklm@gmail.com>",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/sigi-framework/sigi/issues"
},
"dependencies": {
"@sigi/core": "^2.10.8",
"@sigi/core": "^2.11.2",
"@sigi/di": "^2.10.2"
}
}
4 changes: 4 additions & 0 deletions packages/vue/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.11.2](https://github.com/sigi-framework/sigi/compare/v2.11.1...v2.11.2) (2021-08-24)

**Note:** Version bump only for package @sigi/vue

## [2.10.8](https://github.com/sigi-framework/sigi/compare/v2.10.7...v2.10.8) (2021-06-16)

**Note:** Version bump only for package @sigi/vue
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sigi/vue",
"version": "2.10.8",
"version": "2.11.2",
"description": "Sigi framework binding for VueJS",
"keywords": ["Vue", "RxJS", "TypeScript", "Sigi"],
"author": "LongYinan <longyinan.brooklyn@bytedance.com>",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/sigi-framework/sigi/issues"
},
"dependencies": {
"@sigi/core": "^2.10.8",
"@sigi/core": "^2.11.2",
"@sigi/di": "^2.10.2",
"@sigi/types": "^2.10.2"
},
Expand Down

0 comments on commit 0af6010

Please sign in to comment.