Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish packages 🚀 #828

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/afraid-moons-warn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/chilly-mugs-perform.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tiny-bulldogs-tell.md

This file was deleted.

2 changes: 1 addition & 1 deletion integrations/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"peerDependencies": {
"@quilted/quilt": "workspace:^0.8.1",
"@quilted/rollup": "workspace:^0.2.44"
"@quilted/rollup": "workspace:^0.2.45"
},
"peerDependenciesMeta": {
"@quilted/quilt": {
Expand Down
2 changes: 1 addition & 1 deletion integrations/deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"peerDependencies": {
"@quilted/quilt": "workspace:^0.8.1",
"@quilted/rollup": "workspace:^0.2.44"
"@quilted/rollup": "workspace:^0.2.45"
},
"peerDependenciesMeta": {
"@quilted/quilt": {
Expand Down
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.21

### Patch Changes

- [`3a20ff9`](https://github.com/lemonmade/quilt/commit/3a20ff9101119d07bad8ddfbf414be4d3833c3b1) Thanks [@lemonmade](https://github.com/lemonmade)! - Simplify default async input equality check, and remove `dequal` as a framework dependency

## 0.4.20

### 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.20",
"version": "0.4.21",
"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.7

### Patch Changes

- Updated dependencies [[`3a20ff9`](https://github.com/lemonmade/quilt/commit/3a20ff9101119d07bad8ddfbf414be4d3833c3b1)]:
- @quilted/async@0.4.21

## 3.3.6

### 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.6",
"version": "3.3.7",
"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.18

### Patch Changes

- [`47b73db`](https://github.com/lemonmade/quilt/commit/47b73dbbc726efd09cccfb49d8a0620b9aff378a) Thanks [@lemonmade](https://github.com/lemonmade)! - Use a consistent name for serialized framework data

- Updated dependencies [[`3a20ff9`](https://github.com/lemonmade/quilt/commit/3a20ff9101119d07bad8ddfbf414be4d3833c3b1)]:
- @quilted/async@0.4.21

## 0.1.17

### 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.17",
"version": "0.1.18",
"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.15",
"@quilted/async": "workspace:^0.4.21",
"@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.6

### Patch Changes

- [`8971aa1`](https://github.com/lemonmade/quilt/commit/8971aa1802ccaf8fb9edfb5a4227ab8f8be298b2) Thanks [@lemonmade](https://github.com/lemonmade)! - Key `useGraphQLQuery` calls using variables by default

- [`47b73db`](https://github.com/lemonmade/quilt/commit/47b73dbbc726efd09cccfb49d8a0620b9aff378a) Thanks [@lemonmade](https://github.com/lemonmade)! - Use a consistent name for serialized framework data

- Updated dependencies [[`47b73db`](https://github.com/lemonmade/quilt/commit/47b73dbbc726efd09cccfb49d8a0620b9aff378a)]:
- @quilted/preact-async@0.1.18
- @quilted/graphql@3.3.7

## 0.1.5

### 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.5",
"version": "0.1.6",
"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.3.6",
"@quilted/preact-async": "workspace:^0.1.14",
"@quilted/graphql": "workspace:^3.3.7",
"@quilted/preact-async": "workspace:^0.1.18",
"@quilted/preact-context": "workspace:^0.1.0",
"@quilted/preact-signals": "workspace:^0.1.0",
"@quilted/useful-types": "workspace:^2.0.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/preact-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @quilted/preact-router

## 0.2.11

### Patch Changes

- [`47b73db`](https://github.com/lemonmade/quilt/commit/47b73dbbc726efd09cccfb49d8a0620b9aff378a) Thanks [@lemonmade](https://github.com/lemonmade)! - Use a consistent name for serialized framework data

- Updated dependencies [[`3a20ff9`](https://github.com/lemonmade/quilt/commit/3a20ff9101119d07bad8ddfbf414be4d3833c3b1), [`47b73db`](https://github.com/lemonmade/quilt/commit/47b73dbbc726efd09cccfb49d8a0620b9aff378a)]:
- @quilted/async@0.4.21
- @quilted/preact-async@0.1.18

## 0.2.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.10",
"version": "0.2.11",
"repository": {
"type": "git",
"url": "https://github.com/lemonmade/quilt.git",
Expand Down Expand Up @@ -39,9 +39,9 @@
"build": "rollup --config configuration/rollup.config.js"
},
"dependencies": {
"@quilted/async": "workspace:^0.4.17",
"@quilted/async": "workspace:^0.4.21",
"@quilted/http": "workspace:^0.3.0",
"@quilted/preact-async": "workspace:^0.1.15",
"@quilted/preact-async": "workspace:^0.1.18",
"@quilted/preact-browser": "workspace:^0.1.1",
"@quilted/preact-context": "workspace:^0.1.1",
"@quilted/preact-performance": "workspace:^0.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @quilted/rollup

## 0.2.45

### Patch Changes

- [`3a20ff9`](https://github.com/lemonmade/quilt/commit/3a20ff9101119d07bad8ddfbf414be4d3833c3b1) Thanks [@lemonmade](https://github.com/lemonmade)! - Simplify default async input equality check, and remove `dequal` as a framework dependency

- Updated dependencies []:
- @quilted/graphql@3.3.7

## 0.2.44

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"access": "public",
"@quilted/registry": "https://registry.npmjs.org"
},
"version": "0.2.44",
"version": "0.2.45",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -148,7 +148,7 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@quilted/assets": "workspace:^0.1.4",
"@quilted/babel": "workspace:^0.2.2",
"@quilted/graphql": "workspace:^3.3.4",
"@quilted/graphql": "workspace:^3.3.7",
"@types/babel__preset-env": "^7.9.0",
"browserslist": "^4.22.1",
"browserslist-useragent-regexp": "^4.1.0",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.