Skip to content

Commit d19fa58

Browse files
chore: version packages
1 parent 1d9ec79 commit d19fa58

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

.changeset/refactor-usecounter-validate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/refactor-useprevious-type.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# react-simplikit
22

3+
## 0.0.50
4+
5+
### Patch Changes
6+
7+
- [#259](https://github.com/toss/react-simplikit/pull/259) [`1d9ec79`](https://github.com/toss/react-simplikit/commit/1d9ec7984899d1d8dcda16d15efa66f458c347fa) Thanks [@wo-o29](https://github.com/wo-o29)! - refactor(useCounter): extract validateValue as pure function and remove unnecessary useCallback
8+
9+
- [#272](https://github.com/toss/react-simplikit/pull/272) [`75ab148`](https://github.com/toss/react-simplikit/commit/75ab1484a1af68a2f27fa31da8f6094f0c63d37f) Thanks [@wo-o29](https://github.com/wo-o29)! - refactor(usePrevious): remove unnecessary `undefined` from compare argument and return type
10+
311
## 0.0.49
412

513
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-simplikit",
3-
"version": "0.0.49",
3+
"version": "0.0.50",
44
"main": "./dist/index.cjs",
55
"module": "./esm/index.js",
66
"types": "./dist/index.d.cts",

0 commit comments

Comments
 (0)