Skip to content

Commit

Permalink
Publish packages (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Jul 1, 2024
1 parent 2b7ccd2 commit c6ac06a
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-zebras-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-badgers-listen.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.17

### Patch Changes

- [`858db16`](https://github.com/lemonmade/quilt/commit/858db164ea8d1d84d2cf112797405840deb0f4f2) Thanks [@lemonmade](https://github.com/lemonmade)! - Round cache time for async actions

## 0.4.16

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

## 3.3.2

### Patch Changes

- Updated dependencies [[`858db16`](https://github.com/lemonmade/quilt/commit/858db164ea8d1d84d2cf112797405840deb0f4f2)]:
- @quilted/async@0.4.17

## 3.3.1

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

## 0.2.2

### Patch Changes

- [`2b7ccd2`](https://github.com/lemonmade/quilt/commit/2b7ccd2fd23c827db3b167585262071cd51c868c) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix incorrect typings in preact-router package

- Updated dependencies [[`858db16`](https://github.com/lemonmade/quilt/commit/858db164ea8d1d84d2cf112797405840deb0f4f2)]:
- @quilted/async@0.4.17

## 0.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/preact-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/preact-router",
"type": "module",
"version": "0.2.1",
"version": "0.2.2",
"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/async": "workspace:^0.4.15",
"@quilted/async": "workspace:^0.4.17",
"@quilted/http": "workspace:^0.3.0",
"@quilted/preact-async": "workspace:^0.1.14",
"@quilted/preact-browser": "workspace:^0.1.1",
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 c6ac06a

Please sign in to comment.