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 b830bab commit f0d4e47
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-carrots-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-items-complain.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.42"
"@quilted/rollup": "workspace:^0.2.43"
},
"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.42"
"@quilted/rollup": "workspace:^0.2.43"
},
"peerDependenciesMeta": {
"@quilted/quilt": {
Expand Down
6 changes: 6 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quilted/create

## 0.2.38

### Patch Changes

- [`adcbf2e`](https://github.com/lemonmade/quilt/commit/adcbf2ee7eb3322e94438400cbb5ba9ad8bfa29a) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix TypeScript shared config version for templates

## 0.2.37

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/create",
"type": "module",
"version": "0.2.37",
"version": "0.2.38",
"license": "MIT",
"repository": {
"type": "git",
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.43

### Patch Changes

- [`b830bab`](https://github.com/lemonmade/quilt/commit/b830bab9fb4cf2bd51aa665c4750ddf114312887) Thanks [@lemonmade](https://github.com/lemonmade)! - Add GraphQL operation type to Rollup output

## 0.2.42

### 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.42",
"version": "0.2.43",
"engines": {
"node": ">=14.0.0"
},
Expand Down

0 comments on commit f0d4e47

Please sign in to comment.