Skip to content

Commit

Permalink
v2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LongYinan committed Sep 29, 2021
1 parent 7f52249 commit 0bbed8f
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 4 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.2](https://github.com/sigi-framework/sigi/compare/v2.12.1...v2.12.2) (2021-09-29)

### Bug Fixes

- **react:** flip boolean can assure react to force update ([10a1ca8](https://github.com/sigi-framework/sigi/commit/10a1ca8a7ad5218c979cafb8f4a8ba9e68074e50))

## [2.12.1](https://github.com/sigi-framework/sigi/compare/v2.12.0...v2.12.1) (2021-09-18)

### 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.12.1"
"version": "2.12.2"
}
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.2](https://github.com/sigi-framework/sigi/compare/v2.12.1...v2.12.2) (2021-09-29)

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

## [2.12.1](https://github.com/sigi-framework/sigi/compare/v2.12.0...v2.12.1) (2021-09-18)

**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.12.1",
"version": "2.12.2",
"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.12.1",
"@sigi/di": "^2.11.3",
"@sigi/react": "^2.12.1",
"@sigi/react": "^2.12.2",
"@sigi/types": "^2.11.3",
"tslib": "^2.3.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/react/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.2](https://github.com/sigi-framework/sigi/compare/v2.12.1...v2.12.2) (2021-09-29)

### Bug Fixes

- **react:** flip boolean can assure react to force update ([10a1ca8](https://github.com/sigi-framework/sigi/commit/10a1ca8a7ad5218c979cafb8f4a8ba9e68074e50))

## [2.12.1](https://github.com/sigi-framework/sigi/compare/v2.12.0...v2.12.1) (2021-09-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sigi/react",
"version": "2.12.1",
"version": "2.12.2",
"description": "React bindings for sigi framework",
"keywords": ["Hooks", "RxJS", "TypeScript", "React", "Sigi"],
"author": "LongYinan <lynweklm@gmail.com>",
Expand Down

0 comments on commit 0bbed8f

Please sign in to comment.