Skip to content

Commit

Permalink
Publish packages (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Aug 26, 2024
1 parent f2463ec commit 97a7d4b
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/purple-gorillas-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-baboons-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-colts-love.md

This file was deleted.

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

## 0.2.10

### Patch Changes

- [`fa1c385`](https://github.com/lemonmade/quilt/commit/fa1c385b71aca6b0de663be2f0724f95d42293df) Thanks [@lemonmade](https://github.com/lemonmade)! - Remove `Other` type in favor of dedicated types for each unmatched object type

## 0.2.9

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

## 3.1.0

### Minor Changes

- [`f2463ec`](https://github.com/lemonmade/quilt/commit/f2463ec87c1af107fcfa0f307765912c9f86e29b) Thanks [@lemonmade](https://github.com/lemonmade)! - Add custom `serialize` and `deserialize` options to both thread serialization implementations

- [`b5ca2bd`](https://github.com/lemonmade/quilt/commit/b5ca2bd058f650509f062c609b5a49a39e0b4823) Thanks [@lemonmade](https://github.com/lemonmade)! - Add methods to check for `ThreadSignal` and `ThreadAbortSignal`

## 3.0.0

### Major 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.0.0",
"version": "3.1.0",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit 97a7d4b

Please sign in to comment.