Skip to content

Commit

Permalink
v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
run-nan committed Aug 30, 2023
1 parent 828243a commit f646e34
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 3 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.16.2](https://github.com/ralliejs/rallie/compare/v0.16.1...v0.16.2) (2023-08-30)

### Bug Fixes

- **@rallie/react:** fix the bug that the state doesn't update when the dependencies change ([828243a](https://github.com/ralliejs/rallie/commit/828243a733ac0d6d1ce9a48561b7d0a7a6c955eb)), closes [#47](https://github.com/ralliejs/rallie/issues/47)

## [0.16.1](https://github.com/ralliejs/rallie/compare/v0.16.0...v0.16.1) (2023-08-12)

**Note:** Version bump only for package ralliejs
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "pnpm",
"version": "0.16.1",
"version": "0.16.2",
"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.16.2](https://github.com/ralliejs/rallie/compare/v0.16.1...v0.16.2) (2023-08-30)

### Bug Fixes

- **@rallie/react:** fix the bug that the state doesn't update when the dependencies change ([828243a](https://github.com/ralliejs/rallie/commit/828243a733ac0d6d1ce9a48561b7d0a7a6c955eb)), closes [#47](https://github.com/ralliejs/rallie/issues/47)

## [0.16.1](https://github.com/ralliejs/rallie/compare/v0.16.0...v0.16.1) (2023-08-12)

**Note:** Version bump only for package @rallie/react
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.16.1",
"version": "0.16.2",
"description": "react binding for rallie",
"author": "Philip Lau",
"homepage": "https://github.com/ralliejs/rallie#readme",
Expand Down
4 changes: 4 additions & 0 deletions 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.16.2](https://github.com/ralliejs/rallie/compare/v0.16.1...v0.16.2) (2023-08-30)

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

## [0.16.1](https://github.com/ralliejs/rallie/compare/v0.16.0...v0.16.1) (2023-08-12)

**Note:** Version bump only for package playground
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.16.1",
"version": "0.16.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit f646e34

Please sign in to comment.