Skip to content

Commit c2af1f1

Browse files
committed
v0.13.1
1 parent 45433cf commit c2af1f1

File tree

8 files changed

+28
-4
lines changed

8 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.1](https://github.com/ralliejs/rallie/compare/v0.13.0...v0.13.1) (2023-02-22)
7+
8+
### Bug Fixes
9+
10+
- **@rallie/react:** fix the bug of function state([#46](https://github.com/ralliejs/rallie/issues/46)) ([45433cf](https://github.com/ralliejs/rallie/commit/45433cfa657e735115d3841a05ad63652bad5f3d))
11+
612
# [0.13.0](https://github.com/ralliejs/rallie/compare/v0.12.0...v0.13.0) (2023-02-21)
713

814
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"useWorkspaces": true,
33
"npmClient": "pnpm",
4-
"version": "0.13.0",
4+
"version": "0.13.1",
55
"command": {
66
"version": {
77
"allowBranch": "master",

packages/react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.1](https://github.com/ralliejs/rallie/compare/v0.13.0...v0.13.1) (2023-02-22)
7+
8+
### Bug Fixes
9+
10+
- **@rallie/react:** fix the bug of function state([#46](https://github.com/ralliejs/rallie/issues/46)) ([45433cf](https://github.com/ralliejs/rallie/commit/45433cfa657e735115d3841a05ad63652bad5f3d))
11+
612
# [0.13.0](https://github.com/ralliejs/rallie/compare/v0.12.0...v0.13.0) (2023-02-21)
713

814
### Features

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rallie/react",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "react binding for rallie",
55
"author": "Philip Lau",
66
"homepage": "https://github.com/ralliejs/rallie#readme",

packages/vue/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.1](https://github.com/ralliejs/rallie/compare/v0.13.0...v0.13.1) (2023-02-22)
7+
8+
### Bug Fixes
9+
10+
- **@rallie/react:** fix the bug of function state([#46](https://github.com/ralliejs/rallie/issues/46)) ([45433cf](https://github.com/ralliejs/rallie/commit/45433cfa657e735115d3841a05ad63652bad5f3d))
11+
612
# [0.13.0](https://github.com/ralliejs/rallie/compare/v0.12.0...v0.13.0) (2023-02-21)
713

814
### Features

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rallie/vue",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "vue binding for rallie",
55
"author": "runnan <1608272694@qq.com>",
66
"homepage": "https://github.com/ralliejs/rallie#readme",

playground/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.1](https://github.com/ralliejs/rallie/compare/v0.13.0...v0.13.1) (2023-02-22)
7+
8+
### Bug Fixes
9+
10+
- **@rallie/react:** fix the bug of function state([#46](https://github.com/ralliejs/rallie/issues/46)) ([45433cf](https://github.com/ralliejs/rallie/commit/45433cfa657e735115d3841a05ad63652bad5f3d))
11+
612
# [0.13.0](https://github.com/ralliejs/rallie/compare/v0.12.0...v0.13.0) (2023-02-21)
713

814
### Features

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
33
"private": true,
4-
"version": "0.13.0",
4+
"version": "0.13.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)