diff --git a/.changeset/small-rivers-burn.md b/.changeset/small-rivers-burn.md deleted file mode 100644 index 9871006f36..0000000000 --- a/.changeset/small-rivers-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ima/testing-library": minor ---- - -Throw an error when JSDOM HTML template render failed. This can be potentially a **BREAKING CHANGE** if your tests are already using a broken HTML template in JSDOM. Until now, you might not have even noticed the problem until you had a test accessing specific context features that required a proper HTML template. diff --git a/package-lock.json b/package-lock.json index a5ad8fdb64..fa988d1c0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33449,7 +33449,7 @@ }, "packages/testing-library": { "name": "@ima/testing-library", - "version": "19.9.0", + "version": "19.10.0", "license": "MIT", "dependencies": { "@messageformat/core": "^3.0.1", diff --git a/packages/testing-library/CHANGELOG.md b/packages/testing-library/CHANGELOG.md index cdb6089a0e..265b2ed09e 100644 --- a/packages/testing-library/CHANGELOG.md +++ b/packages/testing-library/CHANGELOG.md @@ -1,5 +1,11 @@ # @ima/testing-library +## 19.10.0 + +### Minor Changes + +- cd24e835d: Throw an error when JSDOM HTML template render failed. This can be potentially a **BREAKING CHANGE** if your tests are already using a broken HTML template in JSDOM. Until now, you might not have even noticed the problem until you had a test accessing specific context features that required a proper HTML template. + ## 19.9.0 ### Minor Changes diff --git a/packages/testing-library/package.json b/packages/testing-library/package.json index f04367d736..6255b12461 100644 --- a/packages/testing-library/package.json +++ b/packages/testing-library/package.json @@ -1,6 +1,6 @@ { "name": "@ima/testing-library", - "version": "19.9.0", + "version": "19.10.0", "description": "Testing library for IMA.js applications.", "keywords": [ "IMA.js",