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 31, 2024
1 parent 574b5d6 commit 4096561
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-goats-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-bats-ring.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/preact-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quilted/preact-graphql

## 0.1.7

### Patch Changes

- [`cec3cc7`](https://github.com/lemonmade/quilt/commit/cec3cc7d89eaad21d12567413e53428bf31ec81a) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix excessive query creation

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.6",
"version": "0.1.7",
"repository": {
"type": "git",
"url": "https://github.com/lemonmade/quilt.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/threads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quilted/threads

## 3.1.1

### Patch Changes

- [`574b5d6`](https://github.com/lemonmade/quilt/commit/574b5d62c63a2b4505f9e8f192283382fbc9fd37) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix `ThreadSignal` initialization

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/threads/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@quilted/threads",
"description": "Helpers for communicating between JavaScript environments using message passing.",
"type": "module",
"version": "3.1.0",
"version": "3.1.1",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit 4096561

Please sign in to comment.