diff --git a/.changeset/afraid-laws-study.md b/.changeset/afraid-laws-study.md deleted file mode 100644 index 2a8bda3628..0000000000 --- a/.changeset/afraid-laws-study.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@marko/compiler": patch -"marko": patch -"@marko/runtime-tags": patch ---- - -Improve registry id normalization. diff --git a/package-lock.json b/package-lock.json index 299dc7798d..b8d7694da2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10271,7 +10271,7 @@ }, "packages/compiler": { "name": "@marko/compiler", - "version": "5.39.5", + "version": "5.39.6", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.26.2", @@ -10299,16 +10299,16 @@ "source-map-support": "^0.5.21" }, "devDependencies": { - "marko": "^5.37.5" + "marko": "^5.37.7" } }, "packages/runtime-class": { "name": "marko", - "version": "5.37.6", + "version": "5.37.7", "license": "MIT", "dependencies": { "@babel/runtime": "^7.26.0", - "@marko/compiler": "^5.39.5", + "@marko/compiler": "^5.39.6", "app-module-path": "^2.2.0", "argly": "^1.2.0", "browser-refresh-client": "1.1.4", @@ -10349,10 +10349,10 @@ }, "packages/runtime-tags": { "name": "@marko/runtime-tags", - "version": "0.3.12", + "version": "0.3.13", "license": "MIT", "dependencies": { - "@marko/compiler": "^5.39.5", + "@marko/compiler": "^5.39.6", "csstype": "^3.1.3", "magic-string": "^0.30.17" } diff --git a/packages/compiler/CHANGELOG.md b/packages/compiler/CHANGELOG.md index 5b5dfdb673..31dde88052 100644 --- a/packages/compiler/CHANGELOG.md +++ b/packages/compiler/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.39.6 + +### Patch Changes + +- [#2434](https://github.com/marko-js/marko/pull/2434) [`6a235a8`](https://github.com/marko-js/marko/commit/6a235a88813cd45a8704060e4fac3ed82c2f3437) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve registry id normalization. + ## 5.39.5 ### Patch Changes diff --git a/packages/compiler/package.json b/packages/compiler/package.json index f1a646abab..db3a86fded 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@marko/compiler", - "version": "5.39.5", + "version": "5.39.6", "description": "Marko template to JS compiler.", "keywords": [ "babel", @@ -86,7 +86,7 @@ "source-map-support": "^0.5.21" }, "devDependencies": { - "marko": "^5.37.5" + "marko": "^5.37.7" }, "publishConfig": { "access": "public" diff --git a/packages/runtime-class/CHANGELOG.md b/packages/runtime-class/CHANGELOG.md index 65edbf9a51..61ae4664dc 100644 --- a/packages/runtime-class/CHANGELOG.md +++ b/packages/runtime-class/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 5.37.7 + +### Patch Changes + +- [#2434](https://github.com/marko-js/marko/pull/2434) [`6a235a8`](https://github.com/marko-js/marko/commit/6a235a88813cd45a8704060e4fac3ed82c2f3437) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve registry id normalization. + +- Updated dependencies [[`6a235a8`](https://github.com/marko-js/marko/commit/6a235a88813cd45a8704060e4fac3ed82c2f3437)]: + - @marko/compiler@5.39.6 + ## 5.37.6 ### Patch Changes diff --git a/packages/runtime-class/package.json b/packages/runtime-class/package.json index 616b2dda64..8d7928aea2 100644 --- a/packages/runtime-class/package.json +++ b/packages/runtime-class/package.json @@ -1,6 +1,6 @@ { "name": "marko", - "version": "5.37.6", + "version": "5.37.7", "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.", "keywords": [ "front-end", @@ -70,7 +70,7 @@ }, "dependencies": { "@babel/runtime": "^7.26.0", - "@marko/compiler": "^5.39.5", + "@marko/compiler": "^5.39.6", "app-module-path": "^2.2.0", "argly": "^1.2.0", "browser-refresh-client": "1.1.4", diff --git a/packages/runtime-tags/CHANGELOG.md b/packages/runtime-tags/CHANGELOG.md index d913e69920..338329181f 100644 --- a/packages/runtime-tags/CHANGELOG.md +++ b/packages/runtime-tags/CHANGELOG.md @@ -1,5 +1,14 @@ # @marko/runtime-tags +## 0.3.13 + +### Patch Changes + +- [#2434](https://github.com/marko-js/marko/pull/2434) [`6a235a8`](https://github.com/marko-js/marko/commit/6a235a88813cd45a8704060e4fac3ed82c2f3437) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve registry id normalization. + +- Updated dependencies [[`6a235a8`](https://github.com/marko-js/marko/commit/6a235a88813cd45a8704060e4fac3ed82c2f3437)]: + - @marko/compiler@5.39.6 + ## 0.3.12 ### Patch Changes diff --git a/packages/runtime-tags/package.json b/packages/runtime-tags/package.json index 9d9a8a450a..acb0687e03 100644 --- a/packages/runtime-tags/package.json +++ b/packages/runtime-tags/package.json @@ -1,6 +1,6 @@ { "name": "@marko/runtime-tags", - "version": "0.3.12", + "version": "0.3.13", "description": "Optimized runtime for Marko templates.", "keywords": [ "api", @@ -39,7 +39,7 @@ "build": "node -r ~ts ./scripts/bundle.ts" }, "dependencies": { - "@marko/compiler": "^5.39.5", + "@marko/compiler": "^5.39.6", "csstype": "^3.1.3", "magic-string": "^0.30.17" },