Skip to content

Commit a4a4be6

Browse files
chore: release (#12)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 47e4600 commit a4a4be6

File tree

5 files changed

+18
-8
lines changed

5 files changed

+18
-8
lines changed

.changeset/heavy-bikes-scream.md

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

examples/demo/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# classy-store-demo
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#11](https://github.com/codeBelt/classy-store/pull/11) [`47e4600`](https://github.com/codeBelt/classy-store/commit/47e46004aaeb42ac130c96c7170ac13640d19fe5) Thanks [@codeBelt](https://github.com/codeBelt)! - convert codebase to bun workspace
8+
9+
- Updated dependencies [[`47e4600`](https://github.com/codeBelt/classy-store/commit/47e46004aaeb42ac130c96c7170ac13640d19fe5)]:
10+
- @codebelt/classy-store@0.1.1

examples/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "classy-store-demo",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/classy-store/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### Patch Changes
66

7+
- [#11](https://github.com/codeBelt/classy-store/pull/11) [`47e4600`](https://github.com/codeBelt/classy-store/commit/47e46004aaeb42ac130c96c7170ac13640d19fe5) Thanks [@codeBelt](https://github.com/codeBelt)! - convert codebase to bun workspace
8+
9+
## 0.1.1
10+
11+
### Patch Changes
12+
713
- [#7](https://github.com/codeBelt/classy-store/pull/7) [`64489ea`](https://github.com/codeBelt/classy-store/commit/64489eabb16e7d917ec211b97d65cf47148c6cb9) Thanks [@codeBelt](https://github.com/codeBelt)! - add `withHistory`, `devtools`, and `subscribeKey` utilities for enhanced state management
814

915
- [#6](https://github.com/codeBelt/classy-store/pull/6) [`14ffd85`](https://github.com/codeBelt/classy-store/commit/14ffd85f1b6107f4ec44cfcbd7abec0c234437c2) Thanks [@codeBelt](https://github.com/codeBelt)! - add `useLocalStore` hook for component-scoped reactive stores with tests and documentation

packages/classy-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codebelt/classy-store",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Class-based reactive state management — ES6 Proxy + immutable snapshots",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)