Skip to content

Commit

Permalink
Publish packages (#857)
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
lemonmade and github-actions[bot] authored Dec 4, 2024
1 parent b1744f5 commit 6208c6c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/sweet-zebras-watch.md

This file was deleted.

2 changes: 1 addition & 1 deletion integrations/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"peerDependencies": {
"@quilted/quilt": "workspace:^0.8.8",
"@quilted/rollup": "workspace:^0.2.47"
"@quilted/rollup": "workspace:^0.2.48"
},
"peerDependenciesMeta": {
"@quilted/quilt": {
Expand Down
2 changes: 1 addition & 1 deletion integrations/deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"peerDependencies": {
"@quilted/quilt": "workspace:^0.8.8",
"@quilted/rollup": "workspace:^0.2.47"
"@quilted/rollup": "workspace:^0.2.48"
},
"peerDependenciesMeta": {
"@quilted/quilt": {
Expand Down
6 changes: 6 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quilted/rollup

## 0.2.48

### Patch Changes

- [`b1744f5`](https://github.com/lemonmade/quilt/commit/b1744f5277102f82663f1423cc3ee0e0bdecb865) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix import assertions by requiring Node 20.10+ for Rollup plugin

## 0.2.47

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"access": "public",
"@quilted/registry": "https://registry.npmjs.org"
},
"version": "0.2.47",
"version": "0.2.48",
"engines": {
"node": ">=20.10.0"
},
Expand Down

0 comments on commit 6208c6c

Please sign in to comment.