Skip to content

Commit

Permalink
v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LongYinan committed Sep 2, 2021
1 parent a4c3f0a commit f457c60
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 6 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.12.0](https://github.com/sigi-framework/sigi/compare/v2.11.3...v2.12.0) (2021-09-02)

### Features

- **ssr:** support extract to json and restore state ([4ac7936](https://github.com/sigi-framework/sigi/commit/4ac793678a35c8ad5591415885f1de4cff0a612e))

## [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
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.3"
"version": "2.12.0"
}
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.12.0](https://github.com/sigi-framework/sigi/compare/v2.11.3...v2.12.0) (2021-09-02)

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

## [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
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "2.12.0",
"description": "React router integration for sigi framework",
"keywords": ["Sigi", "Router", "React", "RxJS"],
"author": "LongYinan <lynweklm@gmail.com>",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@sigi/core": "^2.11.3",
"@sigi/di": "^2.11.3",
"@sigi/react": "^2.11.3",
"@sigi/react": "^2.12.0",
"@sigi/types": "^2.11.3",
"tslib": "^2.3.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.

# [2.12.0](https://github.com/sigi-framework/sigi/compare/v2.11.3...v2.12.0) (2021-09-02)

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

## [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
Expand Down
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": "@sigi/react",
"version": "2.11.3",
"version": "2.12.0",
"description": "React bindings for sigi framework",
"keywords": ["Hooks", "RxJS", "TypeScript", "React", "Sigi"],
"author": "LongYinan <lynweklm@gmail.com>",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@sigi/core": "^2.11.3",
"@sigi/di": "^2.11.3",
"@sigi/ssr": "^2.11.3",
"@sigi/ssr": "^2.12.0",
"@sigi/types": "^2.11.3",
"tslib": "^2.3.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/ssr/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.12.0](https://github.com/sigi-framework/sigi/compare/v2.11.3...v2.12.0) (2021-09-02)

### Features

- **ssr:** support extract to json and restore state ([4ac7936](https://github.com/sigi-framework/sigi/commit/4ac793678a35c8ad5591415885f1de4cff0a612e))

## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sigi/ssr",
"version": "2.11.3",
"version": "2.12.0",
"description": "Server side rendering support for sigi framework",
"keywords": ["Sigi", "SSR"],
"author": "LongYinan <lynweklm@gmail.com>",
Expand Down

0 comments on commit f457c60

Please sign in to comment.