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 Jul 28, 2024
1 parent e4e4bb8 commit 93a4081
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-phones-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-camels-sip.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.10",
"@quilted/rollup": "workspace:^0.2.37"
"@quilted/rollup": "workspace:^0.2.38"
},
"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.10",
"@quilted/rollup": "workspace:^0.2.37"
"@quilted/rollup": "workspace:^0.2.38"
},
"peerDependenciesMeta": {
"@quilted/quilt": {
Expand Down
6 changes: 6 additions & 0 deletions packages/async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quilted/async

## 0.4.19

### Patch Changes

- [`e4e4bb8`](https://github.com/lemonmade/quilt/commit/e4e4bb8a20189627dad271ee1b9a8f503e63e398) Thanks [@lemonmade](https://github.com/lemonmade)! - Lazily initialize `AbortController` in `AsyncActionRun` instances

## 0.4.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/async/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/async",
"type": "module",
"version": "0.4.18",
"version": "0.4.19",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @quilted/graphql

## 3.3.4

### Patch Changes

- Updated dependencies [[`e4e4bb8`](https://github.com/lemonmade/quilt/commit/e4e4bb8a20189627dad271ee1b9a8f503e63e398)]:
- @quilted/async@0.4.19

## 3.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@quilted/graphql",
"description": "Tiny, type-safe helpers for using GraphQL",
"type": "module",
"version": "3.3.3",
"version": "3.3.4",
"license": "MIT",
"repository": {
"type": "git",
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.38

### Patch Changes

- [`520a002`](https://github.com/lemonmade/quilt/commit/520a00204f5d2f7674f78c510109092a4b7648a3) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix `runtime.output.clean` in app server

- Updated dependencies []:
- @quilted/graphql@3.3.4

## 0.2.37

### 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.37",
"version": "0.2.38",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -148,7 +148,7 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@quilted/assets": "workspace:^0.1.0",
"@quilted/babel": "workspace:^0.2.2",
"@quilted/graphql": "workspace:^3.1.2",
"@quilted/graphql": "workspace:^3.3.4",
"@types/babel__preset-env": "^7.9.0",
"browserslist": "^4.22.1",
"browserslist-useragent-regexp": "^4.1.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 93a4081

Please sign in to comment.