Skip to content

Commit

Permalink
v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
run-nan committed Feb 22, 2023
1 parent 45433cf commit c2af1f1
Show file tree
Hide file tree
Showing 8 changed files with 28 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.

## [0.13.1](https://github.com/ralliejs/rallie/compare/v0.13.0...v0.13.1) (2023-02-22)

### Bug Fixes

- **@rallie/react:** fix the bug of function state([#46](https://github.com/ralliejs/rallie/issues/46)) ([45433cf](https://github.com/ralliejs/rallie/commit/45433cfa657e735115d3841a05ad63652bad5f3d))

# [0.13.0](https://github.com/ralliejs/rallie/compare/v0.12.0...v0.13.0) (2023-02-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"useWorkspaces": true,
"npmClient": "pnpm",
"version": "0.13.0",
"version": "0.13.1",
"command": {
"version": {
"allowBranch": "master",
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.

## [0.13.1](https://github.com/ralliejs/rallie/compare/v0.13.0...v0.13.1) (2023-02-22)

### Bug Fixes

- **@rallie/react:** fix the bug of function state([#46](https://github.com/ralliejs/rallie/issues/46)) ([45433cf](https://github.com/ralliejs/rallie/commit/45433cfa657e735115d3841a05ad63652bad5f3d))

# [0.13.0](https://github.com/ralliejs/rallie/compare/v0.12.0...v0.13.0) (2023-02-21)

### Features
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": "@rallie/react",
"version": "0.13.0",
"version": "0.13.1",
"description": "react binding for rallie",
"author": "Philip Lau",
"homepage": "https://github.com/ralliejs/rallie#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/vue/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.13.1](https://github.com/ralliejs/rallie/compare/v0.13.0...v0.13.1) (2023-02-22)

### Bug Fixes

- **@rallie/react:** fix the bug of function state([#46](https://github.com/ralliejs/rallie/issues/46)) ([45433cf](https://github.com/ralliejs/rallie/commit/45433cfa657e735115d3841a05ad63652bad5f3d))

# [0.13.0](https://github.com/ralliejs/rallie/compare/v0.12.0...v0.13.0) (2023-02-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rallie/vue",
"version": "0.13.0",
"version": "0.13.1",
"description": "vue binding for rallie",
"author": "runnan <[email protected]>",
"homepage": "https://github.com/ralliejs/rallie#readme",
Expand Down
6 changes: 6 additions & 0 deletions playground/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.13.1](https://github.com/ralliejs/rallie/compare/v0.13.0...v0.13.1) (2023-02-22)

### Bug Fixes

- **@rallie/react:** fix the bug of function state([#46](https://github.com/ralliejs/rallie/issues/46)) ([45433cf](https://github.com/ralliejs/rallie/commit/45433cfa657e735115d3841a05ad63652bad5f3d))

# [0.13.0](https://github.com/ralliejs/rallie/compare/v0.12.0...v0.13.0) (2023-02-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground",
"private": true,
"version": "0.13.0",
"version": "0.13.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit c2af1f1

Please sign in to comment.