Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ones-liupengfei committed Oct 23, 2022
1 parent 29c4e86 commit 69ceeff
Show file tree
Hide file tree
Showing 15 changed files with 72 additions and 40 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.

# [0.10.0](https://github.com/ralliejs/rallie/compare/v0.9.2...v0.10.0) (2022-10-23)

### Features

- **core:** remove `socket.waitState` ([29c4e86](https://github.com/ralliejs/rallie/commit/29c4e8615a93e910bd2f639a9910b370ffe1d67d))

## [0.9.2](https://github.com/ralliejs/rallie/compare/v0.9.1...v0.9.2) (2022-10-21)

### Performance Improvements
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"useWorkspaces": true,
"version": "0.9.2",
"version": "0.10.0",
"command": {
"version": {
"allowBranch": "master",
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/core/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.

# [0.10.0](https://github.com/ralliejs/rallie/compare/v0.9.2...v0.10.0) (2022-10-23)

### Features

- **core:** remove `socket.waitState` ([29c4e86](https://github.com/ralliejs/rallie/commit/29c4e8615a93e910bd2f639a9910b370ffe1d67d))

## [0.9.2](https://github.com/ralliejs/rallie/compare/v0.9.1...v0.9.2) (2022-10-21)

**Note:** Version bump only for package @rallie/core
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rallie/core",
"version": "0.9.2",
"version": "0.10.0",
"description": "a progressive micro front framework",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/load-html/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.

# [0.10.0](https://github.com/ralliejs/rallie/compare/v0.9.2...v0.10.0) (2022-10-23)

**Note:** Version bump only for package @rallie/load-html

## [0.9.2](https://github.com/ralliejs/rallie/compare/v0.9.1...v0.9.2) (2022-10-21)

**Note:** Version bump only for package @rallie/load-html
4 changes: 2 additions & 2 deletions packages/load-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rallie/load-html",
"version": "0.9.2",
"version": "0.10.0",
"description": "a middleware to load resources from html",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
Expand All @@ -22,6 +22,6 @@
},
"homepage": "https://github.com/ralliejs/rallie#readme",
"devDependencies": {
"@rallie/core": "0.9.2"
"@rallie/core": "0.10.0"
}
}
4 changes: 4 additions & 0 deletions packages/playground/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.

# [0.10.0](https://github.com/ralliejs/rallie/compare/v0.9.2...v0.10.0) (2022-10-23)

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

## [0.9.2](https://github.com/ralliejs/rallie/compare/v0.9.1...v0.9.2) (2022-10-21)

**Note:** Version bump only for package playground
10 changes: 5 additions & 5 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "playground",
"version": "0.9.2",
"version": "0.10.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@rallie/load-html": "0.9.2",
"@rallie/react": "0.9.2",
"@rallie/vue": "0.9.2",
"@rallie/load-html": "0.10.0",
"@rallie/react": "0.10.0",
"@rallie/vue": "0.10.0",
"naive-ui": "^2.21.1",
"rallie": "0.9.2"
"rallie": "0.10.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^1.0.7",
Expand Down
4 changes: 4 additions & 0 deletions packages/rallie/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.

# [0.10.0](https://github.com/ralliejs/rallie/compare/v0.9.2...v0.10.0) (2022-10-23)

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

## [0.9.2](https://github.com/ralliejs/rallie/compare/v0.9.1...v0.9.2) (2022-10-21)

### Performance Improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/rallie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rallie",
"version": "0.9.2",
"version": "0.10.0",
"description": "a progressive micro front framework",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
Expand All @@ -14,7 +14,7 @@
"dist"
],
"dependencies": {
"@rallie/core": "0.9.2"
"@rallie/core": "0.10.0"
},
"repository": {
"type": "git",
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.

# [0.10.0](https://github.com/ralliejs/rallie/compare/v0.9.2...v0.10.0) (2022-10-23)

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

## [0.9.2](https://github.com/ralliejs/rallie/compare/v0.9.1...v0.9.2) (2022-10-21)

**Note:** Version bump only for package @rallie/react
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rallie/react",
"version": "0.9.2",
"version": "0.10.0",
"description": "react binding for rallie",
"author": "Philip Lau",
"homepage": "https://github.com/ralliejs/rallie#readme",
Expand All @@ -26,7 +26,7 @@
"react": ">=16.8.0"
},
"devDependencies": {
"@rallie/core": "0.9.2",
"rallie": "0.9.2"
"@rallie/core": "0.10.0",
"rallie": "0.10.0"
}
}
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.

# [0.10.0](https://github.com/ralliejs/rallie/compare/v0.9.2...v0.10.0) (2022-10-23)

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

## [0.9.2](https://github.com/ralliejs/rallie/compare/v0.9.1...v0.9.2) (2022-10-21)

**Note:** Version bump only for package @rallie/vue
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rallie/vue",
"version": "0.9.2",
"version": "0.10.0",
"description": "vue binding for rallie",
"author": "runnan <1608272694@qq.com>",
"homepage": "https://github.com/ralliejs/rallie#readme",
Expand All @@ -26,6 +26,6 @@
"vue": ">=2.0.0"
},
"devDependencies": {
"rallie": "0.9.2"
"rallie": "0.10.0"
}
}

0 comments on commit 69ceeff

Please sign in to comment.