Skip to content

Commit

Permalink
v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jul 19, 2021
1 parent b80253a commit 795cf4c
Show file tree
Hide file tree
Showing 8 changed files with 85 additions and 13 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.11.0](https://github.com/sigi-framework/sigi/compare/v2.10.9...v2.11.0) (2021-07-19)


### Features

* **ssr:** support match fn ([f899954](https://github.com/sigi-framework/sigi/commit/f899954a24ad6f3a903675868f335aeb0fa3568f))





## [2.10.9](https://github.com/sigi-framework/sigi/compare/v2.10.8...v2.10.9) (2021-06-28)

**Note:** Version bump only for package sigi
Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.10.9"
"version": "2.11.0"
}
8 changes: 8 additions & 0 deletions packages/react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.11.0](https://github.com/sigi-framework/sigi/compare/v2.10.9...v2.11.0) (2021-07-19)

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





## [2.10.9](https://github.com/sigi-framework/sigi/compare/v2.10.8...v2.10.9) (2021-06-28)

**Note:** Version bump only for package @sigi/react-router
Expand Down
18 changes: 14 additions & 4 deletions packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "@sigi/react-router",
"version": "2.10.9",
"version": "2.11.0",
"description": "React router integration for sigi framework",
"keywords": ["Sigi", "Router", "React", "RxJS"],
"keywords": [
"Sigi",
"Router",
"React",
"RxJS"
],
"author": "LongYinan <lynweklm@gmail.com>",
"homepage": "https://sigi.how",
"license": "MIT",
Expand All @@ -16,7 +21,12 @@
"access": "public"
},
"sideEffects": false,
"files": ["dist", "esm", "next", "es2015"],
"files": [
"dist",
"esm",
"next",
"es2015"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sigi-framework/sigi.git"
Expand All @@ -27,7 +37,7 @@
"dependencies": {
"@sigi/core": "^2.10.8",
"@sigi/di": "^2.10.2",
"@sigi/react": "^2.10.9",
"@sigi/react": "^2.11.0",
"@sigi/types": "^2.10.2",
"tslib": "^2.2.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.11.0](https://github.com/sigi-framework/sigi/compare/v2.10.9...v2.11.0) (2021-07-19)


### Features

* **ssr:** support match fn ([f899954](https://github.com/sigi-framework/sigi/commit/f899954a24ad6f3a903675868f335aeb0fa3568f))





## [2.10.9](https://github.com/sigi-framework/sigi/compare/v2.10.8...v2.10.9) (2021-06-28)

**Note:** Version bump only for package @sigi/react
Expand Down
19 changes: 15 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "@sigi/react",
"version": "2.10.9",
"version": "2.11.0",
"description": "React bindings for sigi framework",
"keywords": ["Hooks", "RxJS", "TypeScript", "React", "Sigi"],
"keywords": [
"Hooks",
"RxJS",
"TypeScript",
"React",
"Sigi"
],
"author": "LongYinan <longyinan.brooklyn@bytedance.com>",
"homepage": "https://sigi.how",
"license": "MIT",
Expand All @@ -16,7 +22,12 @@
"access": "public"
},
"sideEffects": false,
"files": ["dist", "esm", "next", "es2015"],
"files": [
"dist",
"esm",
"next",
"es2015"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sigi-framework/sigi.git"
Expand All @@ -27,7 +38,7 @@
"dependencies": {
"@sigi/core": "^2.10.8",
"@sigi/di": "^2.10.2",
"@sigi/ssr": "^2.10.8",
"@sigi/ssr": "^2.11.0",
"@sigi/types": "^2.10.2",
"tslib": "^2.2.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.11.0](https://github.com/sigi-framework/sigi/compare/v2.10.9...v2.11.0) (2021-07-19)


### Features

* **ssr:** support match fn ([f899954](https://github.com/sigi-framework/sigi/commit/f899954a24ad6f3a903675868f335aeb0fa3568f))





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

### Bug Fixes
Expand Down
14 changes: 11 additions & 3 deletions packages/ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "@sigi/ssr",
"version": "2.10.8",
"version": "2.11.0",
"description": "Server side rendering support for sigi framework",
"keywords": ["Sigi", "SSR"],
"keywords": [
"Sigi",
"SSR"
],
"author": "LongYinan <lynweklm@gmail.com>",
"homepage": "https://github.com/sigi-framework/",
"license": "MIT",
Expand All @@ -15,7 +18,12 @@
"access": "public"
},
"sideEffects": false,
"files": ["dist", "esm", "next", "es2015"],
"files": [
"dist",
"esm",
"next",
"es2015"
],
"engines": {
"node": ">= 10.17"
},
Expand Down

0 comments on commit 795cf4c

Please sign in to comment.