Skip to content

Commit fd6b546

Browse files
chore: version packages (#367)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9e8e0ea commit fd6b546

5 files changed

Lines changed: 11 additions & 16 deletions

File tree

.changeset/refactor-core-debounce-narrow-types.md

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

.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# react-simplikit
22

3+
## 0.0.50
4+
5+
### Patch Changes
6+
7+
- [#362](https://github.com/toss/react-simplikit/pull/362) [`fc9b1dc`](https://github.com/toss/react-simplikit/commit/fc9b1dcc2be7902ffe487c5868180317b9f07730) Thanks [@guesung](https://github.com/guesung)! - refactor(core): narrow types in `debounce` utility to reduce `any` usage
8+
9+
- [#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
10+
11+
- [#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
12+
313
## 0.0.49
414

515
### 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)