diff --git a/.changeset/orange-needles-brush.md b/.changeset/orange-needles-brush.md deleted file mode 100644 index bc4a0c7..0000000 --- a/.changeset/orange-needles-brush.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"marko-widgets": patch -"@marko/compat-v4": patch ---- - -Fix compat with latest @marko/compiler attribute tags changes. diff --git a/package-lock.json b/package-lock.json index cce576b..ef2609a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9480,7 +9480,7 @@ }, "packages/compat-v4": { "name": "@marko/compat-v4", - "version": "1.0.10", + "version": "1.0.11", "license": "MIT", "dependencies": { "@marko/babel-utils": "^6.5.6", @@ -9492,12 +9492,12 @@ } }, "packages/marko-widgets": { - "version": "8.0.15", + "version": "8.0.16", "license": "MIT", "dependencies": { "@marko/babel-utils": "^6.5.6", "@marko/compat-utils": "^1.0.3", - "@marko/compat-v4": "^1.0.10", + "@marko/compat-v4": "^1.0.11", "raptor-dom": "^1.1.1", "raptor-renderer": "^1.5.0" }, @@ -9514,7 +9514,7 @@ "devDependencies": { "diffable-html": "^5.0.0", "jquery": "^3.7.0", - "marko-widgets": "^8.0.15", + "marko-widgets": "^8.0.16", "mocha-autotest": "^1.1.2" } } diff --git a/packages/compat-v4/CHANGELOG.md b/packages/compat-v4/CHANGELOG.md index 6b8b2f7..1e0a281 100644 --- a/packages/compat-v4/CHANGELOG.md +++ b/packages/compat-v4/CHANGELOG.md @@ -1,5 +1,11 @@ # @marko/compat-v4 +## 1.0.11 + +### Patch Changes + +- [#28](https://github.com/marko-js/compat/pull/28) [`81a9316`](https://github.com/marko-js/compat/commit/81a9316bbdd2e175f84a55997fef2fa6db12a334) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix compat with latest @marko/compiler attribute tags changes. + ## 1.0.10 ### Patch Changes diff --git a/packages/compat-v4/package.json b/packages/compat-v4/package.json index b3094f7..89aa175 100644 --- a/packages/compat-v4/package.json +++ b/packages/compat-v4/package.json @@ -1,6 +1,6 @@ { "name": "@marko/compat-v4", - "version": "1.0.10", + "version": "1.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": { diff --git a/packages/marko-widgets/CHANGELOG.md b/packages/marko-widgets/CHANGELOG.md index b20868b..2c41c3d 100644 --- a/packages/marko-widgets/CHANGELOG.md +++ b/packages/marko-widgets/CHANGELOG.md @@ -1,5 +1,14 @@ # marko-widgets +## 8.0.16 + +### Patch Changes + +- [#28](https://github.com/marko-js/compat/pull/28) [`81a9316`](https://github.com/marko-js/compat/commit/81a9316bbdd2e175f84a55997fef2fa6db12a334) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix compat with latest @marko/compiler attribute tags changes. + +- Updated dependencies [[`81a9316`](https://github.com/marko-js/compat/commit/81a9316bbdd2e175f84a55997fef2fa6db12a334)]: + - @marko/compat-v4@1.0.11 + ## 8.0.15 ### Patch Changes diff --git a/packages/marko-widgets/package.json b/packages/marko-widgets/package.json index bee22d5..1ad6196 100644 --- a/packages/marko-widgets/package.json +++ b/packages/marko-widgets/package.json @@ -1,6 +1,6 @@ { "name": "marko-widgets", - "version": "8.0.15", + "version": "8.0.16", "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.3", - "@marko/compat-v4": "^1.0.10", + "@marko/compat-v4": "^1.0.11", "raptor-dom": "^1.1.1", "raptor-renderer": "^1.5.0" }, diff --git a/tests/old/package.json b/tests/old/package.json index 9df6caa..48a7780 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.15" + "marko-widgets": "^8.0.16" } } \ No newline at end of file