Skip to content

Commit

Permalink
Version Packages (#41)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and publish to npm
yourself or [setup this action to publish
automatically](https://github.com/changesets/action#with-publishing). If
you're not ready to do a release yet, that's fine, whenever you add more
changesets to main, this PR will be updated.


# Releases
## @coldwired/[email protected]

### Patch Changes

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

## @coldwired/[email protected]

### Patch Changes

-   f10e9bd: fix some actions

## @coldwired/[email protected]

### Patch Changes

-   Updated dependencies [0d4b8a5]
-   Updated dependencies [f10e9bd]
    -   @coldwired/[email protected]
  • Loading branch information
tchak committed Jul 10, 2024
2 parents 922d845 + bc1ebe3 commit 1cbd137
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 1cbd137

Please sign in to comment.