Skip to content

Commit

Permalink
chore: update versions (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 22, 2024
1 parent 997ac56 commit 78ccc77
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-years-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-items-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-islands-tickle.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/ccstate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# ccstate

## 3.0.0

### Major Changes

- 932cb80: refactor: expose react hooks into independent package 'ccstate-react'
- 7035e82: refactor(debug): remove event & devtools

### Minor Changes

- d3b721c: feat: release vue support

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ccstate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ccstate",
"version": "2.2.0",
"version": "3.0.0",
"description": "CCState Core",
"private": true,
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ccstate-react

## 3.0.0

### Patch Changes

- Updated dependencies [932cb80]
- Updated dependencies [d3b721c]
- Updated dependencies [7035e82]
- ccstate@3.0.0
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": "ccstate-react",
"version": "2.2.0",
"version": "3.0.0",
"description": "CCState React Hooks",
"private": true,
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ccstate-vue

## 3.0.0

### Patch Changes

- Updated dependencies [932cb80]
- Updated dependencies [d3b721c]
- Updated dependencies [7035e82]
- ccstate@3.0.0
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ccstate-vue",
"version": "2.2.0",
"version": "3.0.0",
"description": "CCState Vue Hooks",
"private": true,
"repository": {
Expand Down

0 comments on commit 78ccc77

Please sign in to comment.