Skip to content

Commit

Permalink
chore: update versions (#130)
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 Jan 15, 2025
1 parent de57ac4 commit 1e9437d
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/ninety-deers-nail.md

This file was deleted.

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

## 4.4.0

## 4.3.0

## 4.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ccstate-babel",
"version": "4.3.0",
"version": "4.4.0",
"description": "CCState Babel Plugin",
"private": true,
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/ccstate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ccstate

## 4.4.0

## 4.3.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": "4.3.0",
"version": "4.4.0",
"description": "CCState Core",
"private": true,
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ccstate-devtools

## 4.4.0

### Patch Changes

- ccstate@4.4.0

## 4.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ccstate-devtools",
"version": "4.3.0",
"version": "4.4.0",
"description": "CCState DevTools",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ccstate-react

## 4.4.0

### Minor Changes

- de57ac4: fix: useSet should useCallback to keep stable

### Patch Changes

- ccstate@4.4.0

## 4.3.0

### Patch Changes
Expand Down
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": "4.3.0",
"version": "4.4.0",
"description": "CCState React Hooks",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ccstate-solid

## 4.4.0

### Patch Changes

- ccstate@4.4.0

## 4.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ccstate-solid",
"version": "4.3.0",
"version": "4.4.0",
"description": "CCState Solid.js Hooks",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ccstate-svelte

## 4.4.0

### Patch Changes

- ccstate@4.4.0

## 4.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ccstate-svelte",
"version": "4.3.0",
"version": "4.4.0",
"description": "CCState Svelte Hooks",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ccstate-vue

## 4.4.0

### Patch Changes

- ccstate@4.4.0

## 4.3.0

### Patch Changes
Expand Down
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": "4.3.0",
"version": "4.4.0",
"description": "CCState Vue Hooks",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1e9437d

Please sign in to comment.