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 27, 2024
1 parent 4667a8c commit 527df8f
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-sloths-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-students-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-deers-begin.md

This file was deleted.

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.20

### Patch Changes

- [`2685a56`](https://github.com/lemonmade/quilt/commit/2685a5622619b7dc15ad8cc84daa8943704c53d4) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix `AsyncAction` not returning latest available data while running

## 0.4.19

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

## 3.3.6

### Patch Changes

- [`ed8ade0`](https://github.com/lemonmade/quilt/commit/ed8ade071b579d3fb98d71437ffd0de580e26bc2) Thanks [@lemonmade](https://github.com/lemonmade)! - Re-export `GraphQLCache` from testing entrypoint

- Updated dependencies [[`2685a56`](https://github.com/lemonmade/quilt/commit/2685a5622619b7dc15ad8cc84daa8943704c53d4)]:
- @quilted/async@0.4.20

## 3.3.5

### 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.5",
"version": "3.3.6",
"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.5

### Patch Changes

- [`9289032`](https://github.com/lemonmade/quilt/commit/92890322edb0dcfa2b27b8b36178e478433d6eca) Thanks [@lemonmade](https://github.com/lemonmade)! - Add `useGraphQLQueryData` and `useGraphQLQueryRefetchOnMount` hooks

- Updated dependencies [[`ed8ade0`](https://github.com/lemonmade/quilt/commit/ed8ade071b579d3fb98d71437ffd0de580e26bc2)]:
- @quilted/graphql@3.3.6

## 0.1.4

### 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.4",
"version": "0.1.5",
"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.1",
"@quilted/graphql": "workspace:^3.3.6",
"@quilted/preact-async": "workspace:^0.1.14",
"@quilted/preact-context": "workspace:^0.1.0",
"@quilted/preact-signals": "workspace:^0.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 527df8f

Please sign in to comment.