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 Jul 26, 2024
1 parent 85a4b7e commit 1cb7eb4
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/cool-ladybugs-yawn.md

This file was deleted.

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

## 0.1.2

### Patch Changes

- [#788](https://github.com/lemonmade/quilt/pull/788) [`85a4b7e`](https://github.com/lemonmade/quilt/commit/85a4b7ed8e6ad58662ebf969d8fabbe8e21510a3) Thanks [@lemonmade](https://github.com/lemonmade)! - Add `Browser.locale` and use it in place of `useLocaleFromEnvironment()`

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "0.1.2",
"engines": {
"node": ">=18.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.36

### Patch Changes

- [#788](https://github.com/lemonmade/quilt/pull/788) [`85a4b7e`](https://github.com/lemonmade/quilt/commit/85a4b7ed8e6ad58662ebf969d8fabbe8e21510a3) Thanks [@lemonmade](https://github.com/lemonmade)! - Add `Browser.locale` and use it in place of `useLocaleFromEnvironment()`

## 0.2.35

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

## 0.1.2

### Patch Changes

- [#788](https://github.com/lemonmade/quilt/pull/788) [`85a4b7e`](https://github.com/lemonmade/quilt/commit/85a4b7ed8e6ad58662ebf969d8fabbe8e21510a3) Thanks [@lemonmade](https://github.com/lemonmade)! - Add `Browser.locale` and use it in place of `useLocaleFromEnvironment()`

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preact-email/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/preact-email",
"type": "module",
"version": "0.1.1",
"version": "0.1.2",
"description": "React-friendly APIs for rendering emails and their metadata",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/preact-localize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quilted/react-localize

## 0.3.1

### Patch Changes

- [#788](https://github.com/lemonmade/quilt/pull/788) [`85a4b7e`](https://github.com/lemonmade/quilt/commit/85a4b7ed8e6ad58662ebf969d8fabbe8e21510a3) Thanks [@lemonmade](https://github.com/lemonmade)! - Add `Browser.locale` and use it in place of `useLocaleFromEnvironment()`

## 0.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preact-localize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@quilted/preact-localize",
"description": "Utilities for localizing React applications",
"type": "module",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit 1cb7eb4

Please sign in to comment.