diff --git a/.changeset/eight-comics-appear.md b/.changeset/eight-comics-appear.md deleted file mode 100644 index c92ef611f1..0000000000 --- a/.changeset/eight-comics-appear.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@marko/compiler": patch -"marko": patch ---- - -When compiling async, prefer using the async babel api for loading babel config files. diff --git a/.changeset/gold-rats-protect.md b/.changeset/gold-rats-protect.md deleted file mode 100644 index 0223532355..0000000000 --- a/.changeset/gold-rats-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"marko": patch ---- - -fix event handler types diff --git a/.changeset/grumpy-mirrors-hug.md b/.changeset/grumpy-mirrors-hug.md deleted file mode 100644 index b37684bb11..0000000000 --- a/.changeset/grumpy-mirrors-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"marko": patch ---- - -Add CSS camelCase properties diff --git a/package-lock.json b/package-lock.json index b38660b57c..57ee2206a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11589,7 +11589,7 @@ }, "packages/compiler": { "name": "@marko/compiler", - "version": "5.33.2", + "version": "5.33.3", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.16.0", @@ -11636,10 +11636,10 @@ "license": "Apache-2.0" }, "packages/marko": { - "version": "5.31.11", + "version": "5.31.12", "license": "MIT", "dependencies": { - "@marko/compiler": "^5.33.2", + "@marko/compiler": "^5.33.3", "@marko/translator-default": "^5.31.3", "app-module-path": "^2.2.0", "argly": "^1.2.0", diff --git a/packages/compiler/CHANGELOG.md b/packages/compiler/CHANGELOG.md index 58e2b32ac4..dda58a9eb6 100644 --- a/packages/compiler/CHANGELOG.md +++ b/packages/compiler/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.33.3 + +### Patch Changes + +- [#2042](https://github.com/marko-js/marko/pull/2042) [`447104632`](https://github.com/marko-js/marko/commit/44710463258999ad037febef10264e32f3291157) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - When compiling async, prefer using the async babel api for loading babel config files. + ## 5.33.2 ### Patch Changes diff --git a/packages/compiler/package.json b/packages/compiler/package.json index aa5f4001f2..d51c2a5fa1 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@marko/compiler", - "version": "5.33.2", + "version": "5.33.3", "description": "Marko template to JS compiler.", "keywords": [ "babel", diff --git a/packages/marko/CHANGELOG.md b/packages/marko/CHANGELOG.md index 9126b4d579..551e3a6475 100644 --- a/packages/marko/CHANGELOG.md +++ b/packages/marko/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 5.31.12 + +### Patch Changes + +- [#2042](https://github.com/marko-js/marko/pull/2042) [`447104632`](https://github.com/marko-js/marko/commit/44710463258999ad037febef10264e32f3291157) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - When compiling async, prefer using the async babel api for loading babel config files. + +- [#2044](https://github.com/marko-js/marko/pull/2044) [`358fb2d22`](https://github.com/marko-js/marko/commit/358fb2d22e3e7bd7cba5e97f34547ff53c309f62) Thanks [@LuLaValva](https://github.com/LuLaValva)! - fix event handler types + +- [#2043](https://github.com/marko-js/marko/pull/2043) [`f94486b10`](https://github.com/marko-js/marko/commit/f94486b10fb8c7be63551d0aa4cbebdb8d03614b) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Add CSS camelCase properties + +- Updated dependencies [[`447104632`](https://github.com/marko-js/marko/commit/44710463258999ad037febef10264e32f3291157)]: + - @marko/compiler@5.33.3 + ## 5.31.11 ### Patch Changes diff --git a/packages/marko/package.json b/packages/marko/package.json index c2e3511d77..bf9972a2e8 100644 --- a/packages/marko/package.json +++ b/packages/marko/package.json @@ -1,6 +1,6 @@ { "name": "marko", - "version": "5.31.11", + "version": "5.31.12", "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.", "keywords": [ "front-end", @@ -64,7 +64,7 @@ "build": "babel ./src --out-dir ./dist --delete-dir-on-start --copy-files --config-file ../../babel.config.js --env-name=production" }, "dependencies": { - "@marko/compiler": "^5.33.2", + "@marko/compiler": "^5.33.3", "@marko/translator-default": "^5.31.3", "app-module-path": "^2.2.0", "argly": "^1.2.0",