Skip to content

Commit

Permalink
chore: update versions (#127)
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 27, 2024
1 parent 89d98a2 commit fd58850
Show file tree
Hide file tree
Showing 15 changed files with 50 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/twelve-plants-agree.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.3.0

## 4.2.0

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

## 4.3.0

### Minor Changes

- 89d98a2: feat(ccstate): state & computed will distinct change by default

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

## 4.3.0

### Patch Changes

- Updated dependencies [89d98a2]
- ccstate@4.3.0

## 4.1.0

init package
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.1.0",
"version": "4.3.0",
"description": "CCState DevTools",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ccstate-react

## 4.3.0

### Patch Changes

- Updated dependencies [89d98a2]
- ccstate@4.3.0

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

## 4.3.0

### Patch Changes

- Updated dependencies [89d98a2]
- ccstate@4.3.0

## 4.2.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.2.0",
"version": "4.3.0",
"description": "CCState Solid.js Hooks",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ccstate-svelte

## 4.3.0

### Patch Changes

- Updated dependencies [89d98a2]
- ccstate@4.3.0

## 4.2.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.2.0",
"version": "4.3.0",
"description": "CCState Svelte Hooks",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ccstate-vue

## 4.3.0

### Patch Changes

- Updated dependencies [89d98a2]
- ccstate@4.3.0

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

0 comments on commit fd58850

Please sign in to comment.