diff --git a/.changeset/orange-rice-hope.md b/.changeset/orange-rice-hope.md deleted file mode 100644 index b2f527e..0000000 --- a/.changeset/orange-rice-hope.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"marko-widgets": patch -"@marko/compat-v4": patch ---- - -Fix issue where non standard template literals were not transformed when used inside of the legacy dynamic attributes syntax. diff --git a/package-lock.json b/package-lock.json index 413bbd4..d0c2fe1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9824,7 +9824,7 @@ }, "packages/compat-v4": { "name": "@marko/compat-v4", - "version": "1.0.8", + "version": "1.0.9", "license": "MIT", "dependencies": { "@marko/babel-utils": "^6.5.6", @@ -9836,12 +9836,12 @@ } }, "packages/marko-widgets": { - "version": "8.0.13", + "version": "8.0.14", "license": "MIT", "dependencies": { "@marko/babel-utils": "^6.5.6", "@marko/compat-utils": "^1.0.2", - "@marko/compat-v4": "^1.0.8", + "@marko/compat-v4": "^1.0.9", "raptor-dom": "^1.1.1", "raptor-renderer": "^1.5.0" }, @@ -9858,7 +9858,7 @@ "devDependencies": { "diffable-html": "^5.0.0", "jquery": "^3.7.0", - "marko-widgets": "^8.0.13", + "marko-widgets": "^8.0.14", "mocha-autotest": "^1.1.2" } } diff --git a/packages/compat-v4/CHANGELOG.md b/packages/compat-v4/CHANGELOG.md index d38e250..2c50cfb 100644 --- a/packages/compat-v4/CHANGELOG.md +++ b/packages/compat-v4/CHANGELOG.md @@ -1,5 +1,11 @@ # @marko/compat-v4 +## 1.0.9 + +### Patch Changes + +- [#24](https://github.com/marko-js/compat/pull/24) [`cd2b725ddb5ae07a6b4973831d68c823472c8acb`](https://github.com/marko-js/compat/commit/cd2b725ddb5ae07a6b4973831d68c823472c8acb) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where non standard template literals were not transformed when used inside of the legacy dynamic attributes syntax. + ## 1.0.8 ### Patch Changes diff --git a/packages/compat-v4/package.json b/packages/compat-v4/package.json index 12fcddc..c9274e4 100644 --- a/packages/compat-v4/package.json +++ b/packages/compat-v4/package.json @@ -1,6 +1,6 @@ { "name": "@marko/compat-v4", - "version": "1.0.8", + "version": "1.0.9", "homepage": "https://github.com/marko-js/compat/blob/main/README.md", "bugs": "https://github.com/marko-js/compat/issues/new?template=Bug_report.md", "repository": { diff --git a/packages/marko-widgets/CHANGELOG.md b/packages/marko-widgets/CHANGELOG.md index 6279775..ee9d3c8 100644 --- a/packages/marko-widgets/CHANGELOG.md +++ b/packages/marko-widgets/CHANGELOG.md @@ -1,5 +1,14 @@ # marko-widgets +## 8.0.14 + +### Patch Changes + +- [#24](https://github.com/marko-js/compat/pull/24) [`cd2b725ddb5ae07a6b4973831d68c823472c8acb`](https://github.com/marko-js/compat/commit/cd2b725ddb5ae07a6b4973831d68c823472c8acb) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where non standard template literals were not transformed when used inside of the legacy dynamic attributes syntax. + +- Updated dependencies [[`cd2b725ddb5ae07a6b4973831d68c823472c8acb`](https://github.com/marko-js/compat/commit/cd2b725ddb5ae07a6b4973831d68c823472c8acb)]: + - @marko/compat-v4@1.0.9 + ## 8.0.13 ### Patch Changes diff --git a/packages/marko-widgets/package.json b/packages/marko-widgets/package.json index cfa7bd1..84223bf 100644 --- a/packages/marko-widgets/package.json +++ b/packages/marko-widgets/package.json @@ -1,6 +1,6 @@ { "name": "marko-widgets", - "version": "8.0.13", + "version": "8.0.14", "homepage": "https://github.com/marko-js/compat/blob/main/README.md", "bugs": "https://github.com/marko-js/compat/issues/new?template=Bug_report.md", "repository": { @@ -33,7 +33,7 @@ "dependencies": { "@marko/babel-utils": "^6.5.6", "@marko/compat-utils": "^1.0.2", - "@marko/compat-v4": "^1.0.8", + "@marko/compat-v4": "^1.0.9", "raptor-dom": "^1.1.1", "raptor-renderer": "^1.5.0" }, diff --git a/tests/old/package.json b/tests/old/package.json index 82c4e44..1ac1f62 100644 --- a/tests/old/package.json +++ b/tests/old/package.json @@ -5,6 +5,6 @@ "diffable-html": "^5.0.0", "jquery": "^3.7.0", "mocha-autotest": "^1.1.2", - "marko-widgets": "^8.0.13" + "marko-widgets": "^8.0.14" } } \ No newline at end of file