Skip to content

Commit dd02b50

Browse files
v0.9.2
1 parent 28109b9 commit dd02b50

File tree

15 files changed

+103
-40
lines changed

15 files changed

+103
-40
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.9.2](https://github.com/ralliejs/rallie/compare/v0.9.1...v0.9.2) (2022-10-21)
7+
8+
### Performance Improvements
9+
10+
- cache connected block to avoid memory leak ([28109b9](https://github.com/ralliejs/rallie/commit/28109b9d1f3605054910a7e566960114978f38bf))
11+
112
# Changelog
213

314
All notable changes to this project will be documented in this file.
@@ -8,11 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
819
## [0.9.1] - 2022-07-09
920

1021
### Changed
22+
1123
- change the generic parameter of `block.connect`
1224

1325
## [0.9.0] - 2022-07-08
1426

1527
### Added
28+
1629
- add `CreatedBlock.export()` and `ConnectedBlock.import()`
1730

1831
## [0.8.1] - 2022-04-20

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"useWorkspaces": true,
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"command": {
55
"version": {
66
"allowBranch": "master",

package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.9.2](https://github.com/ralliejs/rallie/compare/v0.9.1...v0.9.2) (2022-10-21)
7+
8+
**Note:** Version bump only for package @rallie/core

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rallie/core",
3-
"version": "0.9.0",
3+
"version": "0.9.2",
44
"description": "a progressive micro front framework",
55
"main": "./dist/index.umd.js",
66
"module": "./dist/index.es.js",

packages/load-html/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.9.2](https://github.com/ralliejs/rallie/compare/v0.9.1...v0.9.2) (2022-10-21)
7+
8+
**Note:** Version bump only for package @rallie/load-html

packages/load-html/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rallie/load-html",
3-
"version": "0.9.0",
3+
"version": "0.9.2",
44
"description": "a middleware to load resources from html",
55
"main": "./dist/index.umd.js",
66
"module": "./dist/index.es.js",
@@ -22,6 +22,6 @@
2222
},
2323
"homepage": "https://github.com/ralliejs/rallie#readme",
2424
"devDependencies": {
25-
"@rallie/core": "^0.9.0"
25+
"@rallie/core": "0.9.2"
2626
}
2727
}

packages/playground/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.9.2](https://github.com/ralliejs/rallie/compare/v0.9.1...v0.9.2) (2022-10-21)
7+
8+
**Note:** Version bump only for package playground

packages/playground/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "playground",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"private": true,
55
"scripts": {
66
"dev": "vite",
77
"build": "vite build",
88
"serve": "vite preview"
99
},
1010
"dependencies": {
11-
"@rallie/load-html": "^0.9.0",
12-
"@rallie/react": "^0.9.1",
13-
"@rallie/vue": "^0.9.1",
11+
"@rallie/load-html": "0.9.2",
12+
"@rallie/react": "0.9.2",
13+
"@rallie/vue": "0.9.2",
1414
"naive-ui": "^2.21.1",
15-
"rallie": "^0.9.1"
15+
"rallie": "0.9.2"
1616
},
1717
"devDependencies": {
1818
"@vitejs/plugin-react": "^1.0.7",

packages/rallie/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.9.2](https://github.com/ralliejs/rallie/compare/v0.9.1...v0.9.2) (2022-10-21)
7+
8+
### Performance Improvements
9+
10+
- cache connected block to avoid memory leak ([28109b9](https://github.com/ralliejs/rallie/commit/28109b9d1f3605054910a7e566960114978f38bf))

packages/rallie/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rallie",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "a progressive micro front framework",
55
"main": "./dist/index.umd.js",
66
"module": "./dist/index.es.js",
@@ -14,7 +14,7 @@
1414
"dist"
1515
],
1616
"dependencies": {
17-
"@rallie/core": "^0.9.0"
17+
"@rallie/core": "0.9.2"
1818
},
1919
"repository": {
2020
"type": "git",

packages/react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.9.2](https://github.com/ralliejs/rallie/compare/v0.9.1...v0.9.2) (2022-10-21)
7+
8+
**Note:** Version bump only for package @rallie/react

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rallie/react",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "react binding for rallie",
55
"author": "Philip Lau",
66
"homepage": "https://github.com/ralliejs/rallie#readme",
@@ -26,7 +26,7 @@
2626
"react": ">=16.8.0"
2727
},
2828
"devDependencies": {
29-
"@rallie/core": "^0.9.0",
30-
"rallie": "^0.9.1"
29+
"@rallie/core": "0.9.2",
30+
"rallie": "0.9.2"
3131
}
3232
}

packages/vue/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.9.2](https://github.com/ralliejs/rallie/compare/v0.9.1...v0.9.2) (2022-10-21)
7+
8+
**Note:** Version bump only for package @rallie/vue

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rallie/vue",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "vue binding for rallie",
55
"author": "runnan <1608272694@qq.com>",
66
"homepage": "https://github.com/ralliejs/rallie#readme",
@@ -26,6 +26,6 @@
2626
"vue": ">=2.0.0"
2727
},
2828
"devDependencies": {
29-
"rallie": "^0.9.1"
29+
"rallie": "0.9.2"
3030
}
3131
}

0 commit comments

Comments
 (0)