diff --git a/.changeset/nervous-kids-rescue.md b/.changeset/nervous-kids-rescue.md deleted file mode 100644 index 722034f..0000000 --- a/.changeset/nervous-kids-rescue.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"marko-widgets": patch -"@marko/compat-utils": patch -"@marko/compat-v4": patch ---- - -Fix incompatibilty with latest @marko/compiler diff --git a/package-lock.json b/package-lock.json index d556a97..413bbd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9812,7 +9812,7 @@ }, "packages/compat-utils": { "name": "@marko/compat-utils", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "@marko/babel-utils": "^6.5.6" @@ -9824,11 +9824,11 @@ }, "packages/compat-v4": { "name": "@marko/compat-v4", - "version": "1.0.7", + "version": "1.0.8", "license": "MIT", "dependencies": { "@marko/babel-utils": "^6.5.6", - "@marko/compat-utils": "^1.0.1" + "@marko/compat-utils": "^1.0.2" }, "peerDependencies": { "@marko/compiler": "^5", @@ -9836,12 +9836,12 @@ } }, "packages/marko-widgets": { - "version": "8.0.12", + "version": "8.0.13", "license": "MIT", "dependencies": { "@marko/babel-utils": "^6.5.6", - "@marko/compat-utils": "^1.0.1", - "@marko/compat-v4": "^1.0.7", + "@marko/compat-utils": "^1.0.2", + "@marko/compat-v4": "^1.0.8", "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.0", + "marko-widgets": "^8.0.13", "mocha-autotest": "^1.1.2" } } diff --git a/packages/compat-utils/CHANGELOG.md b/packages/compat-utils/CHANGELOG.md index cc46f36..60230b9 100644 --- a/packages/compat-utils/CHANGELOG.md +++ b/packages/compat-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @marko/compat-utils +## 1.0.2 + +### Patch Changes + +- [#22](https://github.com/marko-js/compat/pull/22) [`cc693723ad05215b6ec8195c9ab5552aeea2900f`](https://github.com/marko-js/compat/commit/cc693723ad05215b6ec8195c9ab5552aeea2900f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix incompatibilty with latest @marko/compiler + ## 1.0.1 ### Patch Changes diff --git a/packages/compat-utils/package.json b/packages/compat-utils/package.json index 7efede9..4bc9f31 100644 --- a/packages/compat-utils/package.json +++ b/packages/compat-utils/package.json @@ -1,6 +1,6 @@ { "name": "@marko/compat-utils", - "version": "1.0.1", + "version": "1.0.2", "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/compat-v4/CHANGELOG.md b/packages/compat-v4/CHANGELOG.md index e60f39e..d38e250 100644 --- a/packages/compat-v4/CHANGELOG.md +++ b/packages/compat-v4/CHANGELOG.md @@ -1,5 +1,14 @@ # @marko/compat-v4 +## 1.0.8 + +### Patch Changes + +- [#22](https://github.com/marko-js/compat/pull/22) [`cc693723ad05215b6ec8195c9ab5552aeea2900f`](https://github.com/marko-js/compat/commit/cc693723ad05215b6ec8195c9ab5552aeea2900f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix incompatibilty with latest @marko/compiler + +- Updated dependencies [[`cc693723ad05215b6ec8195c9ab5552aeea2900f`](https://github.com/marko-js/compat/commit/cc693723ad05215b6ec8195c9ab5552aeea2900f)]: + - @marko/compat-utils@1.0.2 + ## 1.0.7 ### Patch Changes diff --git a/packages/compat-v4/package.json b/packages/compat-v4/package.json index baeb8de..12fcddc 100644 --- a/packages/compat-v4/package.json +++ b/packages/compat-v4/package.json @@ -1,6 +1,6 @@ { "name": "@marko/compat-v4", - "version": "1.0.7", + "version": "1.0.8", "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": { @@ -26,7 +26,7 @@ ], "dependencies": { "@marko/babel-utils": "^6.5.6", - "@marko/compat-utils": "^1.0.1" + "@marko/compat-utils": "^1.0.2" }, "peerDependencies": { "@marko/compiler": "^5", diff --git a/packages/marko-widgets/CHANGELOG.md b/packages/marko-widgets/CHANGELOG.md index df9feca..6279775 100644 --- a/packages/marko-widgets/CHANGELOG.md +++ b/packages/marko-widgets/CHANGELOG.md @@ -1,5 +1,15 @@ # marko-widgets +## 8.0.13 + +### Patch Changes + +- [#22](https://github.com/marko-js/compat/pull/22) [`cc693723ad05215b6ec8195c9ab5552aeea2900f`](https://github.com/marko-js/compat/commit/cc693723ad05215b6ec8195c9ab5552aeea2900f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix incompatibilty with latest @marko/compiler + +- Updated dependencies [[`cc693723ad05215b6ec8195c9ab5552aeea2900f`](https://github.com/marko-js/compat/commit/cc693723ad05215b6ec8195c9ab5552aeea2900f)]: + - @marko/compat-utils@1.0.2 + - @marko/compat-v4@1.0.8 + ## 8.0.12 ### Patch Changes diff --git a/packages/marko-widgets/package.json b/packages/marko-widgets/package.json index 7f54372..cfa7bd1 100644 --- a/packages/marko-widgets/package.json +++ b/packages/marko-widgets/package.json @@ -1,6 +1,6 @@ { "name": "marko-widgets", - "version": "8.0.12", + "version": "8.0.13", "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": { @@ -32,8 +32,8 @@ ], "dependencies": { "@marko/babel-utils": "^6.5.6", - "@marko/compat-utils": "^1.0.1", - "@marko/compat-v4": "^1.0.7", + "@marko/compat-utils": "^1.0.2", + "@marko/compat-v4": "^1.0.8", "raptor-dom": "^1.1.1", "raptor-renderer": "^1.5.0" }, diff --git a/tests/old/package.json b/tests/old/package.json index 7b11c85..82c4e44 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.0" + "marko-widgets": "^8.0.13" } } \ No newline at end of file