diff --git a/.changeset/calm-boxes-give.md b/.changeset/calm-boxes-give.md deleted file mode 100644 index 29ed09802c..0000000000 --- a/.changeset/calm-boxes-give.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@marko/compiler": patch -"marko": patch ---- - -TypeScript dependency fix diff --git a/package-lock.json b/package-lock.json index a7203ddc3e..d9ee345a3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10848,7 +10848,7 @@ }, "packages/compiler": { "name": "@marko/compiler", - "version": "5.37.19", + "version": "5.37.20", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.24.7", @@ -10880,10 +10880,10 @@ } }, "packages/marko": { - "version": "5.35.28", + "version": "5.35.29", "license": "MIT", "dependencies": { - "@marko/compiler": "^5.37.19", + "@marko/compiler": "^5.37.20", "@marko/translator-default": "^6.0.20", "app-module-path": "^2.2.0", "argly": "^1.2.0", diff --git a/packages/compiler/CHANGELOG.md b/packages/compiler/CHANGELOG.md index c3f1eda6c0..b6477b4acd 100644 --- a/packages/compiler/CHANGELOG.md +++ b/packages/compiler/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.37.20 + +### Patch Changes + +- [#2334](https://github.com/marko-js/marko/pull/2334) [`212fbd0`](https://github.com/marko-js/marko/commit/212fbd063d046d865bb3e8f996db91060b6651b2) Thanks [@LuLaValva](https://github.com/LuLaValva)! - TypeScript dependency fix + ## 5.37.19 ### Patch Changes diff --git a/packages/compiler/package.json b/packages/compiler/package.json index 1a04afe4b3..768b56e804 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@marko/compiler", - "version": "5.37.19", + "version": "5.37.20", "description": "Marko template to JS compiler.", "keywords": [ "babel", diff --git a/packages/marko/CHANGELOG.md b/packages/marko/CHANGELOG.md index bf90a5bf67..20e567532b 100644 --- a/packages/marko/CHANGELOG.md +++ b/packages/marko/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 5.35.29 + +### Patch Changes + +- [#2334](https://github.com/marko-js/marko/pull/2334) [`212fbd0`](https://github.com/marko-js/marko/commit/212fbd063d046d865bb3e8f996db91060b6651b2) Thanks [@LuLaValva](https://github.com/LuLaValva)! - TypeScript dependency fix + +- Updated dependencies [[`212fbd0`](https://github.com/marko-js/marko/commit/212fbd063d046d865bb3e8f996db91060b6651b2)]: + - @marko/compiler@5.37.20 + ## 5.35.28 ### Patch Changes diff --git a/packages/marko/package.json b/packages/marko/package.json index 72e4a34919..d1c7b9e812 100644 --- a/packages/marko/package.json +++ b/packages/marko/package.json @@ -1,6 +1,6 @@ { "name": "marko", - "version": "5.35.28", + "version": "5.35.29", "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.", "keywords": [ "front-end", @@ -66,7 +66,7 @@ "build": "babel ./src --out-dir ./dist --extensions .js --copy-files --config-file ../../babel.config.js --env-name=production" }, "dependencies": { - "@marko/compiler": "^5.37.19", + "@marko/compiler": "^5.37.20", "@marko/translator-default": "^6.0.20", "app-module-path": "^2.2.0", "argly": "^1.2.0",