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 30, 2024
1 parent 31c0a38 commit e72c41a
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-moons-warn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/chilly-mugs-perform.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.1",
"@quilted/rollup": "workspace:^0.2.44"
"@quilted/rollup": "workspace:^0.2.45"
},
"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.1",
"@quilted/rollup": "workspace:^0.2.44"
"@quilted/rollup": "workspace:^0.2.45"
},
"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.21

### Patch Changes

- [`3a20ff9`](https://github.com/lemonmade/quilt/commit/3a20ff9101119d07bad8ddfbf414be4d3833c3b1) Thanks [@lemonmade](https://github.com/lemonmade)! - Simplify default async input equality check, and remove `dequal` as a framework dependency

## 0.4.20

### 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.20",
"version": "0.4.21",
"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.7

### Patch Changes

- Updated dependencies [[`3a20ff9`](https://github.com/lemonmade/quilt/commit/3a20ff9101119d07bad8ddfbf414be4d3833c3b1)]:
- @quilted/async@0.4.21

## 3.3.6

### 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.6",
"version": "3.3.7",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/preact-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @quilted/preact-graphql

## 0.1.6

### Patch Changes

- [`8971aa1`](https://github.com/lemonmade/quilt/commit/8971aa1802ccaf8fb9edfb5a4227ab8f8be298b2) Thanks [@lemonmade](https://github.com/lemonmade)! - Key `useGraphQLQuery` calls using variables by default

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

## 0.1.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/preact-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/preact-graphql",
"type": "module",
"version": "0.1.5",
"version": "0.1.6",
"repository": {
"type": "git",
"url": "https://github.com/lemonmade/quilt.git",
Expand Down Expand Up @@ -39,7 +39,7 @@
"build": "rollup --config configuration/rollup.config.js"
},
"dependencies": {
"@quilted/graphql": "workspace:^3.3.6",
"@quilted/graphql": "workspace:^3.3.7",
"@quilted/preact-async": "workspace:^0.1.14",
"@quilted/preact-context": "workspace:^0.1.0",
"@quilted/preact-signals": "workspace:^0.1.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.45

### Patch Changes

- [`3a20ff9`](https://github.com/lemonmade/quilt/commit/3a20ff9101119d07bad8ddfbf414be4d3833c3b1) Thanks [@lemonmade](https://github.com/lemonmade)! - Simplify default async input equality check, and remove `dequal` as a framework dependency

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

## 0.2.44

### 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.44",
"version": "0.2.45",
"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.4",
"@quilted/babel": "workspace:^0.2.2",
"@quilted/graphql": "workspace:^3.3.4",
"@quilted/graphql": "workspace:^3.3.7",
"@types/babel__preset-env": "^7.9.0",
"browserslist": "^4.22.1",
"browserslist-useragent-regexp": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit e72c41a

Please sign in to comment.