From cb23d3797f5b1ca1aac2815bee2bf73be0843799 Mon Sep 17 00:00:00 2001 From: run-nan <1608272694@qq.com> Date: Thu, 23 Feb 2023 00:22:08 +0800 Subject: [PATCH] v0.13.2 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/react/CHANGELOG.md | 6 ++++++ packages/react/package.json | 2 +- playground/CHANGELOG.md | 4 ++++ playground/package.json | 2 +- 6 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c4d81f..1a27ded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.2](https://github.com/ralliejs/rallie/compare/v0.13.1...v0.13.2) (2023-02-22) + +### Bug Fixes + +- **@rallie/react): fix(@rallie/react:** fixup the commit 45433cfa657e735115d3841a05ad63652bad5f3d ([127c69b](https://github.com/ralliejs/rallie/commit/127c69b135f52c7552dceac5bdcd602f182660c9)) + ## [0.13.1](https://github.com/ralliejs/rallie/compare/v0.13.0...v0.13.1) (2023-02-22) ### Bug Fixes diff --git a/lerna.json b/lerna.json index aa6d847..506bfc9 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "useWorkspaces": true, "npmClient": "pnpm", - "version": "0.13.1", + "version": "0.13.2", "command": { "version": { "allowBranch": "master", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index d614c36..4f172e9 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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.2](https://github.com/ralliejs/rallie/compare/v0.13.1...v0.13.2) (2023-02-22) + +### Bug Fixes + +- **@rallie/react): fix(@rallie/react:** fixup the commit 45433cfa657e735115d3841a05ad63652bad5f3d ([127c69b](https://github.com/ralliejs/rallie/commit/127c69b135f52c7552dceac5bdcd602f182660c9)) + ## [0.13.1](https://github.com/ralliejs/rallie/compare/v0.13.0...v0.13.1) (2023-02-22) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index d831ffe..58ddb2c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@rallie/react", - "version": "0.13.1", + "version": "0.13.2", "description": "react binding for rallie", "author": "Philip Lau", "homepage": "https://github.com/ralliejs/rallie#readme", diff --git a/playground/CHANGELOG.md b/playground/CHANGELOG.md index 4903e91..e5d6d32 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -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.13.2](https://github.com/ralliejs/rallie/compare/v0.13.1...v0.13.2) (2023-02-22) + +**Note:** Version bump only for package playground + ## [0.13.1](https://github.com/ralliejs/rallie/compare/v0.13.0...v0.13.1) (2023-02-22) ### Bug Fixes diff --git a/playground/package.json b/playground/package.json index 039578f..675070c 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "name": "playground", "private": true, - "version": "0.13.1", + "version": "0.13.2", "type": "module", "scripts": { "dev": "vite",