Skip to content

Commit dbed8df

Browse files
Publish Next Version (#682)
1 parent 26a6593 commit dbed8df

6 files changed

+19
-25
lines changed

.changeset/bright-bikes-exist.md

-9
This file was deleted.

.changeset/healthy-yaks-rest.md

-5
This file was deleted.

.changeset/silent-bugs-tap.md

-5
This file was deleted.

.changeset/three-olives-move.md

-5
This file was deleted.

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# pleasantest
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [#684](https://github.com/cloudfour/pleasantest/pull/684) [`53fe380`](https://github.com/cloudfour/pleasantest/commit/53fe380a7382f67ecbf43e57362a0eb156713617) Thanks [@renovate](https://github.com/apps/renovate)! - Update `@testing-library/dom` to `v9`.
8+
9+
Breaking changes:
10+
11+
- `ByRole` now only allows string as a role. The `exact`, `trim`, `collapseWhitespace`, and `normalizer` options are no longer supported for role queries.
12+
13+
- [#681](https://github.com/cloudfour/pleasantest/pull/681) [`f00efad`](https://github.com/cloudfour/pleasantest/commit/f00efad029084dbef888506e78f54b36e85f0a90) Thanks [@calebeby](https://github.com/calebeby)! - Drop support for node 14 and 19
14+
15+
- [#686](https://github.com/cloudfour/pleasantest/pull/686) [`563cd06`](https://github.com/cloudfour/pleasantest/commit/563cd065943f8f1dc29351d2025611bafc9a59c2) Thanks [@renovate](https://github.com/apps/renovate)! - Update Puppeteer from `v18` to `v20`. [The `puppeteer` changelog is available here](https://github.com/puppeteer/puppeteer/blob/main/packages/puppeteer/CHANGELOG.md#1900-2022-10-14).
16+
17+
### Minor Changes
18+
19+
- [#698](https://github.com/cloudfour/pleasantest/pull/698) [`fd66068`](https://github.com/cloudfour/pleasantest/commit/fd660686df142785e1500e3fcd61afce0f23080c) Thanks [@calebeby](https://github.com/calebeby)! - Add support for Node 20
20+
321
## 3.1.0
422

523
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pleasantest",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"engines": {
55
"node": "16 || 18 || 20"
66
},

0 commit comments

Comments
 (0)