diff --git a/.changeset/heavy-squids-flow.md b/.changeset/heavy-squids-flow.md deleted file mode 100644 index 39f5357..0000000 --- a/.changeset/heavy-squids-flow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@marko/compat-v4": patch -"marko-widgets": patch ---- - -Improve handling of non standard template literals when there are escape sequences. diff --git a/package-lock.json b/package-lock.json index 02e53b0..7f092f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9486,7 +9486,7 @@ }, "packages/compat-v4": { "name": "@marko/compat-v4", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "dependencies": { "@marko/babel-utils": "^6.3.1", @@ -9498,12 +9498,12 @@ } }, "packages/marko-widgets": { - "version": "8.0.10", + "version": "8.0.11", "license": "MIT", "dependencies": { "@marko/babel-utils": "^6.3.1", "@marko/compat-utils": "^1.0.1", - "@marko/compat-v4": "^1.0.6", + "@marko/compat-v4": "^1.0.7", "raptor-dom": "^1.1.1", "raptor-renderer": "^1.5.0" }, diff --git a/packages/compat-v4/CHANGELOG.md b/packages/compat-v4/CHANGELOG.md index f35ceae..e60f39e 100644 --- a/packages/compat-v4/CHANGELOG.md +++ b/packages/compat-v4/CHANGELOG.md @@ -1,5 +1,11 @@ # @marko/compat-v4 +## 1.0.7 + +### Patch Changes + +- [#18](https://github.com/marko-js/compat/pull/18) [`08b6ee5`](https://github.com/marko-js/compat/commit/08b6ee58cbd51a6fee42a66df2180d92442e98f6) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve handling of non standard template literals when there are escape sequences. + ## 1.0.6 ### Patch Changes diff --git a/packages/compat-v4/package.json b/packages/compat-v4/package.json index 3b42aaf..0fc70ad 100644 --- a/packages/compat-v4/package.json +++ b/packages/compat-v4/package.json @@ -1,6 +1,6 @@ { "name": "@marko/compat-v4", - "version": "1.0.6", + "version": "1.0.7", "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 a4fe102..1012380 100644 --- a/packages/marko-widgets/CHANGELOG.md +++ b/packages/marko-widgets/CHANGELOG.md @@ -1,5 +1,14 @@ # marko-widgets +## 8.0.11 + +### Patch Changes + +- [#18](https://github.com/marko-js/compat/pull/18) [`08b6ee5`](https://github.com/marko-js/compat/commit/08b6ee58cbd51a6fee42a66df2180d92442e98f6) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve handling of non standard template literals when there are escape sequences. + +- Updated dependencies [[`08b6ee5`](https://github.com/marko-js/compat/commit/08b6ee58cbd51a6fee42a66df2180d92442e98f6)]: + - @marko/compat-v4@1.0.7 + ## 8.0.10 ### Patch Changes diff --git a/packages/marko-widgets/package.json b/packages/marko-widgets/package.json index 5e254cb..b5c3eb8 100644 --- a/packages/marko-widgets/package.json +++ b/packages/marko-widgets/package.json @@ -1,6 +1,6 @@ { "name": "marko-widgets", - "version": "8.0.10", + "version": "8.0.11", "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.3.1", "@marko/compat-utils": "^1.0.1", - "@marko/compat-v4": "^1.0.6", + "@marko/compat-v4": "^1.0.7", "raptor-dom": "^1.1.1", "raptor-renderer": "^1.5.0" },