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 Jun 6, 2024
1 parent ab9d73b commit 8b87a0a
Show file tree
Hide file tree
Showing 19 changed files with 71 additions and 47 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-snakes-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-vans-eat.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/olive-cows-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-glasses-taste.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/violet-carrots-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-toys-melt.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.15

### Patch Changes

- [`7faeb6a`](https://github.com/lemonmade/quilt/commit/7faeb6a4152f072b7d25a0da7aa498af380b8227) Thanks [@lemonmade](https://github.com/lemonmade)! - Add `force` option to `AsyncActionCache.run()`

## 0.4.14

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

## 0.2.29

### Patch Changes

- [`ce48754`](https://github.com/lemonmade/quilt/commit/ce48754047e8279d5e774a4547a19d48217bb2e6) Thanks [@lemonmade](https://github.com/lemonmade)! - Remove reference to react-query from GraphQL template

- [`ab9d73b`](https://github.com/lemonmade/quilt/commit/ab9d73bd56c4f43d207a9f01e4a7265b4f953a40) Thanks [@lemonmade](https://github.com/lemonmade)! - Add dedicated `GraphQLCache` class

## 0.2.28

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

## 0.2.4

### Patch Changes

- [`f6bc262`](https://github.com/lemonmade/quilt/commit/f6bc262ea020a94a1ecc0de4cda8ef6d6371ee23) Thanks [@lemonmade](https://github.com/lemonmade)! - Add options to output GraphQL documents to a string, and to omit the source

- Updated dependencies [[`ab9d73b`](https://github.com/lemonmade/quilt/commit/ab9d73bd56c4f43d207a9f01e4a7265b4f953a40), [`729163a`](https://github.com/lemonmade/quilt/commit/729163a3270a3dcfc6ae55511c31dbf1a46715ca)]:
- @quilted/graphql@3.2.0

## 0.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/graphql-tools",
"type": "module",
"version": "0.2.3",
"version": "0.2.4",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -74,7 +74,7 @@
"@graphql-tools/graphql-file-loader": "^8.0.0",
"@graphql-tools/json-file-loader": "^8.0.0",
"@graphql-tools/load": "^8.0.0",
"@quilted/graphql": "workspace:^3.0.2",
"@quilted/graphql": "workspace:^3.2.0",
"@quilted/useful-types": "workspace:^2.0.0",
"arg": "^5.0.0",
"chokidar": "^3.5.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @quilted/graphql

## 3.2.0

### Minor Changes

- [`ab9d73b`](https://github.com/lemonmade/quilt/commit/ab9d73bd56c4f43d207a9f01e4a7265b4f953a40) Thanks [@lemonmade](https://github.com/lemonmade)! - Add dedicated `GraphQLCache` class

### Patch Changes

- [`729163a`](https://github.com/lemonmade/quilt/commit/729163a3270a3dcfc6ae55511c31dbf1a46715ca) Thanks [@lemonmade](https://github.com/lemonmade)! - Use `NoInfer` on GraphQL option types

- Updated dependencies [[`7faeb6a`](https://github.com/lemonmade/quilt/commit/7faeb6a4152f072b7d25a0da7aa498af380b8227)]:
- @quilted/async@0.4.15

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

## 0.1.14

### Patch Changes

- [`9a9667e`](https://github.com/lemonmade/quilt/commit/9a9667e6514215c9b851bfd426f470e0371c27a5) Thanks [@lemonmade](https://github.com/lemonmade)! - Add `serialize` option to `AsyncContext` to make cache serialization optional

- Updated dependencies [[`7faeb6a`](https://github.com/lemonmade/quilt/commit/7faeb6a4152f072b7d25a0da7aa498af380b8227)]:
- @quilted/async@0.4.15

## 0.1.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/preact-async/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/preact-async",
"type": "module",
"version": "0.1.13",
"version": "0.1.14",
"repository": {
"type": "git",
"url": "https://github.com/lemonmade/quilt.git",
Expand All @@ -26,7 +26,7 @@
"build": "rollup --config configuration/rollup.config.js"
},
"dependencies": {
"@quilted/async": "workspace:^0.4.14",
"@quilted/async": "workspace:^0.4.15",
"@quilted/preact-browser": "workspace:^0.1.4",
"@quilted/preact-context": "workspace:^0.1.0",
"@quilted/preact-signals": "workspace:^0.1.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/preact-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @quilted/preact-graphql

## 0.1.3

### Patch Changes

- [`ab9d73b`](https://github.com/lemonmade/quilt/commit/ab9d73bd56c4f43d207a9f01e4a7265b4f953a40) Thanks [@lemonmade](https://github.com/lemonmade)! - Add dedicated `GraphQLCache` class

- [`729163a`](https://github.com/lemonmade/quilt/commit/729163a3270a3dcfc6ae55511c31dbf1a46715ca) Thanks [@lemonmade](https://github.com/lemonmade)! - Use `NoInfer` on GraphQL option types

- Updated dependencies [[`9a9667e`](https://github.com/lemonmade/quilt/commit/9a9667e6514215c9b851bfd426f470e0371c27a5), [`ab9d73b`](https://github.com/lemonmade/quilt/commit/ab9d73bd56c4f43d207a9f01e4a7265b4f953a40), [`729163a`](https://github.com/lemonmade/quilt/commit/729163a3270a3dcfc6ae55511c31dbf1a46715ca)]:
- @quilted/preact-async@0.1.14
- @quilted/graphql@3.2.0

## 0.1.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "0.1.3",
"repository": {
"type": "git",
"url": "https://github.com/lemonmade/quilt.git",
Expand Down Expand Up @@ -39,8 +39,8 @@
"build": "rollup --config configuration/rollup.config.js"
},
"dependencies": {
"@quilted/graphql": "workspace:^3.1.1",
"@quilted/preact-async": "workspace:^0.1.11",
"@quilted/graphql": "workspace:^3.2.0",
"@quilted/preact-async": "workspace:^0.1.14",
"@quilted/preact-context": "workspace:^0.1.0",
"@quilted/preact-signals": "workspace:^0.1.0",
"@quilted/useful-types": "workspace:^2.0.0"
Expand Down
8 changes: 4 additions & 4 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 8b87a0a

Please sign in to comment.