Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/heavy-bikes-scream.md

This file was deleted.

10 changes: 10 additions & 0 deletions examples/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# classy-store-demo

## 0.1.1

### Patch Changes

- [#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

- Updated dependencies [[`47e4600`](https://github.com/codeBelt/classy-store/commit/47e46004aaeb42ac130c96c7170ac13640d19fe5)]:
- @codebelt/classy-store@0.1.1
2 changes: 1 addition & 1 deletion examples/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "classy-store-demo",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/classy-store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Patch Changes

- [#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

## 0.1.1

### Patch Changes

- [#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

- [#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
Expand Down
2 changes: 1 addition & 1 deletion packages/classy-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codebelt/classy-store",
"version": "0.1.0",
"version": "0.1.1",
"description": "Class-based reactive state management — ES6 Proxy + immutable snapshots",
"repository": {
"type": "git",
Expand Down