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 14, 2024
1 parent e2cbe39 commit 97d1bd0
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 27 deletions.
6 changes: 0 additions & 6 deletions .changeset/fair-avocados-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-guests-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-pillows-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-mangos-lay.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.16

### Patch Changes

- [`e2cbe39`](https://github.com/lemonmade/quilt/commit/e2cbe39437473c8e848794da3df8fd30feefbd0e) Thanks [@lemonmade](https://github.com/lemonmade)! - Make yielded values trigger `value` subscribers

## 0.4.15

### 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.15",
"version": "0.4.16",
"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.30

### Patch Changes

- [`f5981c1`](https://github.com/lemonmade/quilt/commit/f5981c1a28c91ffed11536b1ab6274c3d945bdf8) Thanks [@lemonmade](https://github.com/lemonmade)! - Improve app context in GraphQL template

- [`a70f378`](https://github.com/lemonmade/quilt/commit/a70f378463b7c951654e6ff44b4bf5aaeda3a386) Thanks [@lemonmade](https://github.com/lemonmade)! - Rename `Start` to `Home` in app templates

## 0.2.29

### 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.29",
"version": "0.2.30",
"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.1

### Patch Changes

- [`299dfc4`](https://github.com/lemonmade/quilt/commit/299dfc4fae623e6b2bbf3ecb73f1d59bf44e13c8) Thanks [@lemonmade](https://github.com/lemonmade)! - Add missing `cached` option for GraphQL queries

- Updated dependencies [[`e2cbe39`](https://github.com/lemonmade/quilt/commit/e2cbe39437473c8e848794da3df8fd30feefbd0e)]:
- @quilted/async@0.4.16

## 3.3.0

### Minor 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.0",
"version": "3.3.1",
"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.4

### Patch Changes

- [`299dfc4`](https://github.com/lemonmade/quilt/commit/299dfc4fae623e6b2bbf3ecb73f1d59bf44e13c8) Thanks [@lemonmade](https://github.com/lemonmade)! - Add missing `cached` option for GraphQL queries

- Updated dependencies [[`299dfc4`](https://github.com/lemonmade/quilt/commit/299dfc4fae623e6b2bbf3ecb73f1d59bf44e13c8)]:
- @quilted/graphql@3.3.1

## 0.1.3

### 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.3",
"version": "0.1.4",
"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.2.0",
"@quilted/graphql": "workspace:^3.3.1",
"@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 97d1bd0

Please sign in to comment.