Skip to content

Commit

Permalink
Publish packages 🚀 (#717)
Browse files Browse the repository at this point in the history
* Publish packages

* Fix lints

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
lemonmade and github-actions[bot] committed May 5, 2024
1 parent 6b96d6d commit 78062dc
Show file tree
Hide file tree
Showing 29 changed files with 154 additions and 67 deletions.
5 changes: 0 additions & 5 deletions .changeset/nice-rings-whisper.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/silver-bananas-compare.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/craft": "workspace:^0.2.6",
"@quilted/quilt": "workspace:^0.6.14"
"@quilted/quilt": "workspace:^0.6.15"
},
"peerDependenciesMeta": {
"@quilted/craft": {
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/craft": "workspace:^0.2.6",
"@quilted/quilt": "workspace:^0.6.14"
"@quilted/quilt": "workspace:^0.6.15"
},
"peerDependenciesMeta": {
"@quilted/craft": {
Expand Down
9 changes: 9 additions & 0 deletions integrations/react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @quilted/react-query

## 0.3.2

### Patch Changes

- [#716](https://github.com/lemonmade/quilt/pull/716) [`7daafca`](https://github.com/lemonmade/quilt/commit/7daafca900b3d9ea66be179394eadf7998cc94be) Thanks [@lemonmade](https://github.com/lemonmade)! - Refactor browser APIs

- Updated dependencies [[`7daafca`](https://github.com/lemonmade/quilt/commit/7daafca900b3d9ea66be179394eadf7998cc94be)]:
- @quilted/quilt@0.6.15

## 0.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions integrations/react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/react-query",
"type": "module",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@quilted/useful-types": "workspace:^2.0.0"
},
"peerDependencies": {
"@quilted/quilt": "workspace:^0.6.14",
"@quilted/quilt": "workspace:^0.6.15",
"react": "^17.0.0 || ^18.0.0",
"@tanstack/react-query": "^5.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quilted/assets

## 0.1.2

### Patch Changes

- [#716](https://github.com/lemonmade/quilt/pull/716) [`7daafca`](https://github.com/lemonmade/quilt/commit/7daafca900b3d9ea66be179394eadf7998cc94be) Thanks [@lemonmade](https://github.com/lemonmade)! - Refactor browser APIs

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"access": "public",
"@quilted/registry": "https://registry.npmjs.org"
},
"version": "0.1.1",
"version": "0.1.2",
"engines": {
"node": ">=14.0.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @quilted/browser

## 0.0.1

### Patch Changes

- [#716](https://github.com/lemonmade/quilt/pull/716) [`7daafca`](https://github.com/lemonmade/quilt/commit/7daafca900b3d9ea66be179394eadf7998cc94be) Thanks [@lemonmade](https://github.com/lemonmade)! - Refactor browser APIs

- Updated dependencies [[`7daafca`](https://github.com/lemonmade/quilt/commit/7daafca900b3d9ea66be179394eadf7998cc94be)]:
- @quilted/assets@0.1.2
4 changes: 2 additions & 2 deletions packages/browser/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.0.0",
"version": "0.0.1",
"engines": {
"node": ">=18.0.0"
},
Expand Down Expand Up @@ -51,7 +51,7 @@
"build": "rollup --config ./rollup.config.js"
},
"dependencies": {
"@quilted/assets": "workspace:^0.1.1",
"@quilted/assets": "workspace:^0.1.2",
"@quilted/signals": "workspace:^0.2.1",
"js-cookie": "^3.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quilted/create

## 0.2.19

### Patch Changes

- [#716](https://github.com/lemonmade/quilt/pull/716) [`7daafca`](https://github.com/lemonmade/quilt/commit/7daafca900b3d9ea66be179394eadf7998cc94be) Thanks [@lemonmade](https://github.com/lemonmade)! - Refactor browser APIs

## 0.2.18

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

## 3.0.3

### Patch Changes

- [#716](https://github.com/lemonmade/quilt/pull/716) [`7daafca`](https://github.com/lemonmade/quilt/commit/7daafca900b3d9ea66be179394eadf7998cc94be) Thanks [@lemonmade](https://github.com/lemonmade)! - Refactor browser APIs

## 3.0.2

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

## 0.6.15

### Patch Changes

- [#716](https://github.com/lemonmade/quilt/pull/716) [`7daafca`](https://github.com/lemonmade/quilt/commit/7daafca900b3d9ea66be179394eadf7998cc94be) Thanks [@lemonmade](https://github.com/lemonmade)! - Refactor browser APIs

- Updated dependencies [[`c402a9a`](https://github.com/lemonmade/quilt/commit/c402a9a1c98efa24deed160ba2eaddeaad3b008a), [`7daafca`](https://github.com/lemonmade/quilt/commit/7daafca900b3d9ea66be179394eadf7998cc94be)]:
- @quilted/react-async@0.4.2
- @quilted/react-localize@0.2.2
- @quilted/react-browser@0.0.1
- @quilted/react-router@0.4.1
- @quilted/react-dom@18.2.11
- @quilted/graphql@3.0.3
- @quilted/assets@0.1.2

## 0.6.14

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/quilt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/quilt",
"type": "module",
"version": "0.6.14",
"version": "0.6.15",
"repository": {
"type": "git",
"url": "https://github.com/lemonmade/quilt.git",
Expand Down Expand Up @@ -226,19 +226,19 @@
"build": "rollup --config configuration/rollup.config.js"
},
"dependencies": {
"@quilted/assets": "workspace:^0.1.0",
"@quilted/assets": "workspace:^0.1.2",
"@quilted/async": "workspace:^0.4.1",
"@quilted/events": "workspace:^2.0.0",
"@quilted/graphql": "workspace:^3.0.2",
"@quilted/graphql": "workspace:^3.0.3",
"@quilted/react": "workspace:^18.2.0",
"@quilted/react-async": "workspace:^0.4.1",
"@quilted/react-browser": "workspace:^0.0.0",
"@quilted/react-dom": "workspace:^18.2.0",
"@quilted/react-async": "workspace:^0.4.2",
"@quilted/react-browser": "workspace:^0.0.1",
"@quilted/react-dom": "workspace:^18.2.11",
"@quilted/react-graphql": "workspace:^0.5.0",
"@quilted/react-idle": "workspace:^0.4.0",
"@quilted/react-localize": "workspace:^0.2.0",
"@quilted/react-localize": "workspace:^0.2.2",
"@quilted/react-performance": "workspace:^0.2.0",
"@quilted/react-router": "workspace:^0.4.0",
"@quilted/react-router": "workspace:^0.4.1",
"@quilted/react-signals": "workspace:^0.2.4",
"@quilted/react-testing": "workspace:^0.6.0",
"@quilted/react-utilities": "workspace:^0.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @quilted/react-async

## 0.4.2

### Patch Changes

- [`c402a9a`](https://github.com/lemonmade/quilt/commit/c402a9a1c98efa24deed160ba2eaddeaad3b008a) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix incorrect type for AsyncComponent.Preload

- [#716](https://github.com/lemonmade/quilt/pull/716) [`7daafca`](https://github.com/lemonmade/quilt/commit/7daafca900b3d9ea66be179394eadf7998cc94be) Thanks [@lemonmade](https://github.com/lemonmade)! - Refactor browser APIs

- Updated dependencies [[`7daafca`](https://github.com/lemonmade/quilt/commit/7daafca900b3d9ea66be179394eadf7998cc94be)]:
- @quilted/react-browser@0.0.1

## 0.4.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-async/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/react-async",
"type": "module",
"version": "0.4.1",
"version": "0.4.2",
"repository": {
"type": "git",
"url": "https://github.com/lemonmade/quilt.git",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@quilted/async": "workspace:^0.4.1",
"@quilted/react-browser": "workspace:^0.0.0",
"@quilted/react-browser": "workspace:^0.0.1",
"@quilted/react-signals": "workspace:^0.2.4"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/react-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @quilted/react-browser

## 0.0.1

### Patch Changes

- [#716](https://github.com/lemonmade/quilt/pull/716) [`7daafca`](https://github.com/lemonmade/quilt/commit/7daafca900b3d9ea66be179394eadf7998cc94be) Thanks [@lemonmade](https://github.com/lemonmade)! - Refactor browser APIs

- Updated dependencies [[`7daafca`](https://github.com/lemonmade/quilt/commit/7daafca900b3d9ea66be179394eadf7998cc94be)]:
- @quilted/browser@0.0.1
- @quilted/assets@0.1.2
6 changes: 3 additions & 3 deletions packages/react-browser/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.0.0",
"version": "0.0.1",
"engines": {
"node": ">=18.0.0"
},
Expand Down Expand Up @@ -42,8 +42,8 @@
"build": "rollup --config ./rollup.config.js"
},
"dependencies": {
"@quilted/assets": "workspace:^0.1.1",
"@quilted/browser": "workspace:^0.0.0",
"@quilted/assets": "workspace:^0.1.2",
"@quilted/browser": "workspace:^0.0.1",
"@quilted/http": "workspace:^0.3.0",
"@quilted/react-utilities": "workspace:^0.2.1",
"@quilted/signals": "workspace:^0.2.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/react-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quilted/react-dom

## 18.2.11

### Patch Changes

- [#716](https://github.com/lemonmade/quilt/pull/716) [`7daafca`](https://github.com/lemonmade/quilt/commit/7daafca900b3d9ea66be179394eadf7998cc94be) Thanks [@lemonmade](https://github.com/lemonmade)! - Refactor browser APIs

## 18.2.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@quilted/react-dom",
"description": "",
"type": "module",
"version": "18.2.10",
"version": "18.2.11",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/react-email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @quilted/react-email

## 0.3.2

### Patch Changes

- [#716](https://github.com/lemonmade/quilt/pull/716) [`7daafca`](https://github.com/lemonmade/quilt/commit/7daafca900b3d9ea66be179394eadf7998cc94be) Thanks [@lemonmade](https://github.com/lemonmade)! - Refactor browser APIs

- Updated dependencies [[`7daafca`](https://github.com/lemonmade/quilt/commit/7daafca900b3d9ea66be179394eadf7998cc94be)]:
- @quilted/react-browser@0.0.1

## 0.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-email/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/react-email",
"type": "module",
"version": "0.3.1",
"version": "0.3.2",
"description": "React-friendly APIs for rendering emails and their metadata",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"preact-render-to-string": "^6.4.0",
"@quilted/react-browser": "workspace:^0.0.0"
"@quilted/react-browser": "workspace:^0.0.1"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/react-localize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @quilted/react-localize

## 0.2.2

### Patch Changes

- [#716](https://github.com/lemonmade/quilt/pull/716) [`7daafca`](https://github.com/lemonmade/quilt/commit/7daafca900b3d9ea66be179394eadf7998cc94be) Thanks [@lemonmade](https://github.com/lemonmade)! - Refactor browser APIs

- Updated dependencies [[`7daafca`](https://github.com/lemonmade/quilt/commit/7daafca900b3d9ea66be179394eadf7998cc94be)]:
- @quilted/react-browser@0.0.1
- @quilted/react-router@0.4.1

## 0.2.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/react-localize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@quilted/react-localize",
"description": "Utilities for localizing React applications",
"type": "module",
"version": "0.2.1",
"version": "0.2.2",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"dependencies": {
"@quilted/localize": "workspace:^0.2.0",
"@quilted/react-browser": "workspace:^0.0.0",
"@quilted/react-router": "workspace:^0.4.0",
"@quilted/react-browser": "workspace:^0.0.1",
"@quilted/react-router": "workspace:^0.4.1",
"@quilted/react-utilities": "workspace:^0.2.0"
},
"peerDependencies": {
Expand All @@ -64,7 +64,7 @@
},
"devDependencies": {
"@quilted/request-router": "workspace:^0.2.0",
"@quilted/react-browser": "workspace:^0.0.0",
"@quilted/react-browser": "workspace:^0.0.1",
"react": "workspace:@quilted/react@^18.2.0"
}
}

0 comments on commit 78062dc

Please sign in to comment.