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 Jan 26, 2024
1 parent 89d63fb commit 8c709c2
Show file tree
Hide file tree
Showing 18 changed files with 48 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-flowers-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-experts-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-moles-destroy.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": "^0.2.5",
"@quilted/quilt": "^0.6.9"
"@quilted/quilt": "^0.6.10"
},
"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": "^0.2.5",
"@quilted/quilt": "^0.6.9"
"@quilted/quilt": "^0.6.10"
},
"peerDependenciesMeta": {
"@quilted/craft": {
Expand Down
2 changes: 1 addition & 1 deletion integrations/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@quilted/useful-types": "^2.0.0"
},
"peerDependencies": {
"@quilted/quilt": "^0.6.9",
"@quilted/quilt": "^0.6.10",
"react": "^17.0.0 || ^18.0.0",
"@tanstack/react-query": "^5.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.15

### Patch Changes

- [`f2000adb`](https://github.com/lemonmade/quilt/commit/f2000adbb0d4cfd57901b560e4d12e3690bee8d5) Thanks [@lemonmade](https://github.com/lemonmade)! - Simplify package and smaller app templates

## 0.2.14

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

## 0.6.10

### Patch Changes

- [#692](https://github.com/lemonmade/quilt/pull/692) [`afb65d19`](https://github.com/lemonmade/quilt/commit/afb65d19406001ac76674850b3ccded17862b76c) Thanks [@lemonmade](https://github.com/lemonmade)! - Add `renderToFragmentResponse` helper function

## 0.6.9

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

## 0.4.1

### Patch Changes

- [`89d63fb6`](https://github.com/lemonmade/quilt/commit/89d63fb6fd0abb90a54bff67cb38db981ba37dd8) Thanks [@lemonmade](https://github.com/lemonmade)! - Add `interactiveWidget` option to Viewport hook and component

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@quilted/react-html",
"description": "Provides components and hooks for interacting with the HTML document.",
"type": "module",
"version": "0.4.0",
"version": "0.4.1",
"repository": {
"type": "git",
"url": "https://github.com/lemonmade/quilt.git",
Expand Down
7 changes: 7 additions & 0 deletions tests/e2e/fixtures/basic-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# e2e-fixture-basic-api

## 0.0.40

### Patch Changes

- Updated dependencies [[`afb65d19`](https://github.com/lemonmade/quilt/commit/afb65d19406001ac76674850b3ccded17862b76c)]:
- @quilted/quilt@0.6.10

## 0.0.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/fixtures/basic-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "e2e-fixture-basic-api",
"private": true,
"version": "0.0.39",
"version": "0.0.40",
"type": "module",
"main": "./api.ts",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions tests/e2e/fixtures/basic-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# e2e-fixture-basic-app

## 0.0.40

### Patch Changes

- Updated dependencies [[`afb65d19`](https://github.com/lemonmade/quilt/commit/afb65d19406001ac76674850b3ccded17862b76c)]:
- @quilted/quilt@0.6.10

## 0.0.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/fixtures/basic-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "e2e-fixture-basic-app",
"private": true,
"version": "0.0.39",
"version": "0.0.40",
"type": "module",
"scripts": {
"build": "rollup --config rollup.config.js"
Expand Down
7 changes: 7 additions & 0 deletions tests/e2e/fixtures/empty-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# e2e-fixture-empty-app

## 0.0.40

### Patch Changes

- Updated dependencies [[`afb65d19`](https://github.com/lemonmade/quilt/commit/afb65d19406001ac76674850b3ccded17862b76c)]:
- @quilted/quilt@0.6.10

## 0.0.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/fixtures/empty-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "e2e-fixture-empty-app",
"private": true,
"version": "0.0.39",
"version": "0.0.40",
"type": "module",
"scripts": {
"build": "rollup --config rollup.config.js"
Expand Down

0 comments on commit 8c709c2

Please sign in to comment.