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 May 14, 2024
1 parent 0e01748 commit 17820a5
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/good-mails-help.md

This file was deleted.

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

## 0.1.7

### Patch Changes

- [`0e01748`](https://github.com/lemonmade/quilt/commit/0e017486085aa1d45bb322c841ca213956ec983a) Thanks [@lemonmade](https://github.com/lemonmade)! - Return an extendable render function when customizing `options`

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preact-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/preact-testing",
"type": "module",
"version": "0.1.6",
"version": "0.1.7",
"repository": {
"type": "git",
"url": "https://github.com/lemonmade/quilt.git",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @quilted/react-testing

## 0.6.10

### Patch Changes

- [`0e01748`](https://github.com/lemonmade/quilt/commit/0e017486085aa1d45bb322c841ca213956ec983a) Thanks [@lemonmade](https://github.com/lemonmade)! - Return an extendable render function when customizing `options`

- Updated dependencies [[`0e01748`](https://github.com/lemonmade/quilt/commit/0e017486085aa1d45bb322c841ca213956ec983a)]:
- @quilted/preact-testing@0.1.7

## 0.6.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/react-testing",
"type": "module",
"version": "0.6.9",
"version": "0.6.10",
"repository": {
"type": "git",
"url": "https://github.com/lemonmade/quilt.git",
Expand Down Expand Up @@ -71,7 +71,7 @@
"build": "rollup --config configuration/rollup.config.js"
},
"dependencies": {
"@quilted/preact-testing": "workspace:^0.1.5",
"@quilted/preact-testing": "workspace:^0.1.7",
"jest-matcher-utils": "^27.0.0"
},
"devDependencies": {
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 17820a5

Please sign in to comment.