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 f779435 commit abdf554
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/tidy-items-sparkle.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.41"
"@quilted/rollup": "workspace:^0.2.42"
},
"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.41"
"@quilted/rollup": "workspace:^0.2.42"
},
"peerDependenciesMeta": {
"@quilted/quilt": {
Expand Down
6 changes: 6 additions & 0 deletions packages/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quilted/assets

## 0.1.4

### Patch Changes

- [`f779435`](https://github.com/lemonmade/quilt/commit/f779435d9b943d342c058bcf2e3049696c1a512e) Thanks [@lemonmade](https://github.com/lemonmade)! - Add basic support for SRI hashes

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"access": "public",
"@quilted/registry": "https://registry.npmjs.org"
},
"version": "0.1.3",
"version": "0.1.4",
"engines": {
"node": ">=14.0.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @quilted/rollup

## 0.2.42

### Patch Changes

- [`f779435`](https://github.com/lemonmade/quilt/commit/f779435d9b943d342c058bcf2e3049696c1a512e) Thanks [@lemonmade](https://github.com/lemonmade)! - Add basic support for SRI hashes

- Updated dependencies [[`f779435`](https://github.com/lemonmade/quilt/commit/f779435d9b943d342c058bcf2e3049696c1a512e)]:
- @quilted/assets@0.1.4

## 0.2.41

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.41",
"version": "0.2.42",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -146,7 +146,7 @@
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@quilted/assets": "workspace:^0.1.3",
"@quilted/assets": "workspace:^0.1.4",
"@quilted/babel": "workspace:^0.2.2",
"@quilted/graphql": "workspace:^3.3.4",
"@types/babel__preset-env": "^7.9.0",
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 abdf554

Please sign in to comment.