Skip to content

Commit

Permalink
Publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 5, 2024
1 parent fa9a629 commit 0a07cd8
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/large-vans-reflect.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.7.11",
"@quilted/rollup": "workspace:^0.2.40"
"@quilted/rollup": "workspace:^0.2.41"
},
"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.7.11",
"@quilted/rollup": "workspace:^0.2.40"
"@quilted/rollup": "workspace:^0.2.41"
},
"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.41

### Patch Changes

- [`fa9a629`](https://github.com/lemonmade/quilt/commit/fa9a62986d5cdc1f120f9d98f70f6b94b9362b00) Thanks [@lemonmade](https://github.com/lemonmade)! - More asset manifest fixes

## 0.2.40

### 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.40",
"version": "0.2.41",
"engines": {
"node": ">=14.0.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @quilted/vite

## 0.1.26

### Patch Changes

- [`fa9a629`](https://github.com/lemonmade/quilt/commit/fa9a62986d5cdc1f120f9d98f70f6b94b9362b00) Thanks [@lemonmade](https://github.com/lemonmade)! - More asset manifest fixes

- Updated dependencies [[`fa9a629`](https://github.com/lemonmade/quilt/commit/fa9a62986d5cdc1f120f9d98f70f6b94b9362b00)]:
- @quilted/rollup@0.2.41

## 0.1.25

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/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.1.25",
"version": "0.1.26",
"engines": {
"node": ">=18.0.0"
},
Expand Down Expand Up @@ -54,7 +54,7 @@
"@babel/core": "^7.23.0",
"@prefresh/vite": "^2.4.4",
"@quilted/babel": "workspace:^0.2.2",
"@quilted/rollup": "workspace:^0.2.40",
"@quilted/rollup": "workspace:^0.2.41",
"@quilted/request-router": "workspace:^0.3.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a07cd8

Please sign in to comment.