Skip to content

Commit 43a25e2

Browse files
authored
Version Packages (#54)
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/actions@0.17.1 ### Patch Changes - 5aa7d97: fix refresh action ## @coldwired/turbo-stream@0.17.1 ### Patch Changes - 5aa7d97: fix refresh action - Updated dependencies [5aa7d97] - @coldwired/actions@0.17.1
2 parents 6bf4176 + 038d31f commit 43a25e2

5 files changed

Lines changed: 17 additions & 9 deletions

File tree

.changeset/khaki-brooms-notice.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/actions/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @coldwired/actions
22

3+
## 0.17.1
4+
5+
### Patch Changes
6+
7+
- 5aa7d97: fix refresh action
8+
39
## 0.17.0
410

511
### Minor Changes

packages/actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"type": "module",
18-
"version": "0.17.0",
18+
"version": "0.17.1",
1919
"keywords": [
2020
"turbo"
2121
],

packages/turbo-stream/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @coldwired/turbo-stream
22

3+
## 0.17.1
4+
5+
### Patch Changes
6+
7+
- 5aa7d97: fix refresh action
8+
- Updated dependencies [5aa7d97]
9+
- @coldwired/actions@0.17.1
10+
311
## 0.17.0
412

513
### Patch Changes

packages/turbo-stream/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"type": "module",
18-
"version": "0.17.0",
18+
"version": "0.17.1",
1919
"keywords": [
2020
"turbo"
2121
],
@@ -32,7 +32,7 @@
3232
"clean": "del dist coverage node_modules/.vite"
3333
},
3434
"dependencies": {
35-
"@coldwired/actions": "^0.17.0",
35+
"@coldwired/actions": "^0.17.1",
3636
"@coldwired/utils": "^0.16.0",
3737
"tiny-invariant": "^1.3.2"
3838
},

0 commit comments

Comments
 (0)