Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 10, 2024
1 parent 922d845 commit bc1ebe3
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/hip-hornets-end.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/moody-turtles-retire.md

This file was deleted.

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

## 0.15.1

### Patch Changes

- 0d4b8a5: implement form reset action
- f10e9bd: fix some actions

## 0.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"type": "module",
"version": "0.13.0",
"version": "0.15.1",
"keywords": [
"turbo"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @coldwired/react

## 0.15.1

### Patch Changes

- f10e9bd: fix some actions

## 0.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"type": "module",
"version": "0.15.0",
"version": "0.15.1",
"scripts": {
"build": "run-s clean build:*",
"build:vite": "vite build",
Expand Down
8 changes: 8 additions & 0 deletions packages/turbo-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @coldwired/turbo-stream

## 0.15.1

### Patch Changes

- Updated dependencies [0d4b8a5]
- Updated dependencies [f10e9bd]
- @coldwired/actions@0.15.1

## 0.13.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/turbo-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"type": "module",
"version": "0.13.0",
"version": "0.15.1",
"keywords": [
"turbo"
],
Expand All @@ -34,7 +34,7 @@
"clean": "del dist coverage node_modules/.vite"
},
"dependencies": {
"@coldwired/actions": "^0.13.0",
"@coldwired/actions": "^0.15.1",
"@coldwired/utils": "^0.13.0",
"tiny-invariant": "^1.3.2"
},
Expand Down

0 comments on commit bc1ebe3

Please sign in to comment.