Skip to content

Commit

Permalink
v2.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LongYinan committed Aug 30, 2021
1 parent 5612f47 commit 6c1c468
Show file tree
Hide file tree
Showing 22 changed files with 76 additions and 32 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.

## [2.11.3](https://github.com/sigi-framework/sigi/compare/v2.11.2...v2.11.3) (2021-08-30)

**Note:** Version bump only for package sigi

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

### 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.2"
"version": "2.11.3"
}
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.11.3](https://github.com/sigi-framework/sigi/compare/v2.11.2...v2.11.3) (2021-08-30)

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

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

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sigi/core",
"version": "2.11.2",
"version": "2.11.3",
"description": "Sigi core library",
"keywords": ["RxJS", "TypeScript", "Sigi"],
"author": "LongYinan <longyinan.brooklyn@bytedance.com>",
Expand All @@ -24,8 +24,8 @@
"url": "https://github.com/sigi-framework/sigi/issues"
},
"dependencies": {
"@sigi/di": "^2.10.2",
"@sigi/types": "^2.10.2",
"@sigi/di": "^2.11.3",
"@sigi/types": "^2.11.3",
"tslib": "^2.3.1"
},
"peerDependencies": {
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.3](https://github.com/sigi-framework/sigi/compare/v2.11.2...v2.11.3) (2021-08-30)

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

## [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
Expand Down
6 changes: 3 additions & 3 deletions packages/devtool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sigi/devtool",
"version": "2.11.2",
"version": "2.11.3",
"description": "Connect sigi to redux devtool",
"keywords": ["Devtool", "Sigi"],
"author": "LongYinan <lynweklm@gmail.com>",
Expand All @@ -24,8 +24,8 @@
"url": "https://github.com/sigi-framework/sigi/issues"
},
"dependencies": {
"@sigi/core": "^2.11.2",
"@sigi/types": "^2.10.2",
"@sigi/core": "^2.11.3",
"@sigi/types": "^2.11.3",
"tslib": "^2.3.1"
}
}
4 changes: 4 additions & 0 deletions packages/di/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.3](https://github.com/sigi-framework/sigi/compare/v2.11.2...v2.11.3) (2021-08-30)

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

## [2.10.2](https://github.com/sigi-framework/sigi/compare/v2.10.1...v2.10.2) (2021-05-26)

**Note:** Version bump only for package @sigi/di
Expand Down
2 changes: 1 addition & 1 deletion packages/di/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sigi/di",
"version": "2.10.2",
"version": "2.11.3",
"description": "Dependencies injection library for sigi framework",
"keywords": ["DI", "Sigi"],
"author": "LongYinan <lynweklm@gmail.com>",
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.3](https://github.com/sigi-framework/sigi/compare/v2.11.2...v2.11.3) (2021-08-30)

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

## [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
Expand Down
10 changes: 5 additions & 5 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.2",
"version": "2.11.3",
"description": "React router integration for sigi framework",
"keywords": ["Sigi", "Router", "React", "RxJS"],
"author": "LongYinan <lynweklm@gmail.com>",
Expand All @@ -25,10 +25,10 @@
"url": "https://github.com/sigi-framework/sigi/issues"
},
"dependencies": {
"@sigi/core": "^2.11.2",
"@sigi/di": "^2.10.2",
"@sigi/react": "^2.11.2",
"@sigi/types": "^2.10.2",
"@sigi/core": "^2.11.3",
"@sigi/di": "^2.11.3",
"@sigi/react": "^2.11.3",
"@sigi/types": "^2.11.3",
"tslib": "^2.3.1"
},
"devDependencies": {
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.3](https://github.com/sigi-framework/sigi/compare/v2.11.2...v2.11.3) (2021-08-30)

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

## [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
Expand Down
10 changes: 5 additions & 5 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.2",
"version": "2.11.3",
"description": "React bindings for sigi framework",
"keywords": ["Hooks", "RxJS", "TypeScript", "React", "Sigi"],
"author": "LongYinan <lynweklm@gmail.com>",
Expand All @@ -25,10 +25,10 @@
"url": "https://github.com/sigi-framework/sigi/issues"
},
"dependencies": {
"@sigi/core": "^2.11.2",
"@sigi/di": "^2.10.2",
"@sigi/ssr": "^2.11.2",
"@sigi/types": "^2.10.2",
"@sigi/core": "^2.11.3",
"@sigi/di": "^2.11.3",
"@sigi/ssr": "^2.11.3",
"@sigi/types": "^2.11.3",
"tslib": "^2.3.1"
},
"peerDependencies": {
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.3](https://github.com/sigi-framework/sigi/compare/v2.11.2...v2.11.3) (2021-08-30)

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

## [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
Expand Down
8 changes: 4 additions & 4 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.2",
"version": "2.11.3",
"description": "Server side rendering support for sigi framework",
"keywords": ["Sigi", "SSR"],
"author": "LongYinan <lynweklm@gmail.com>",
Expand All @@ -27,9 +27,9 @@
"url": "https://github.com/sigi-framework/sigi/issues"
},
"dependencies": {
"@sigi/core": "^2.11.2",
"@sigi/di": "^2.10.2",
"@sigi/types": "^2.10.2",
"@sigi/core": "^2.11.3",
"@sigi/di": "^2.11.3",
"@sigi/types": "^2.11.3",
"path-to-regexp": "^6.2.0",
"serialize-javascript": "^6.0.0",
"tslib": "^2.3.1"
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.3](https://github.com/sigi-framework/sigi/compare/v2.11.2...v2.11.3) (2021-08-30)

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

## [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
Expand Down
6 changes: 3 additions & 3 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sigi/testing",
"version": "2.11.2",
"version": "2.11.3",
"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.11.2",
"@sigi/di": "^2.10.2"
"@sigi/core": "^2.11.3",
"@sigi/di": "^2.11.3"
}
}
4 changes: 4 additions & 0 deletions packages/ts-plugin/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.3](https://github.com/sigi-framework/sigi/compare/v2.11.2...v2.11.3) (2021-08-30)

**Note:** Version bump only for package @sigi/ts-plugin

## [2.10.2](https://github.com/sigi-framework/sigi/compare/v2.10.1...v2.10.2) (2021-05-26)

**Note:** Version bump only for package @sigi/ts-plugin
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sigi/ts-plugin",
"version": "2.10.2",
"version": "2.11.3",
"description": "TypeScript plugin for Sigi framework",
"keywords": ["TypeScript", "Sigi", "Transformer"],
"author": "LongYinan <lynweklm@gmail.com>",
Expand All @@ -27,7 +27,7 @@
"typescript": ">=4"
},
"dependencies": {
"@sigi/types": "^2.10.2",
"@sigi/types": "^2.11.3",
"tslib": "^2.3.1"
}
}
4 changes: 4 additions & 0 deletions packages/types/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.3](https://github.com/sigi-framework/sigi/compare/v2.11.2...v2.11.3) (2021-08-30)

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

## [2.10.2](https://github.com/sigi-framework/sigi/compare/v2.10.1...v2.10.2) (2021-05-26)

**Note:** Version bump only for package @sigi/types
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sigi/types",
"version": "2.10.2",
"version": "2.11.3",
"description": "Types definition for sigi framework",
"keywords": ["Sigi", "TypeScript"],
"author": "LongYinan <lynweklm@gmail.com>",
Expand Down
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.3](https://github.com/sigi-framework/sigi/compare/v2.11.2...v2.11.3) (2021-08-30)

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

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

0 comments on commit 6c1c468

Please sign in to comment.