diff --git a/.changeset/grumpy-kids-check.md b/.changeset/grumpy-kids-check.md deleted file mode 100644 index d4ef898acf..0000000000 --- a/.changeset/grumpy-kids-check.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@marko/compiler": minor -"marko": minor ---- - -Add "exports" to marko.json diff --git a/package-lock.json b/package-lock.json index fa22abcc7e..1a55cbbde6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11589,7 +11589,7 @@ }, "packages/compiler": { "name": "@marko/compiler", - "version": "5.33.8", + "version": "5.34.0", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.16.0", @@ -11636,10 +11636,10 @@ "license": "Apache-2.0" }, "packages/marko": { - "version": "5.31.18", + "version": "5.32.0", "license": "MIT", "dependencies": { - "@marko/compiler": "^5.33.8", + "@marko/compiler": "^5.34.0", "@marko/translator-default": "^5.31.8", "app-module-path": "^2.2.0", "argly": "^1.2.0", diff --git a/packages/compiler/CHANGELOG.md b/packages/compiler/CHANGELOG.md index 0729d57c27..266fe5e0b8 100644 --- a/packages/compiler/CHANGELOG.md +++ b/packages/compiler/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.34.0 + +### Minor Changes + +- [#2062](https://github.com/marko-js/marko/pull/2062) [`436ace040`](https://github.com/marko-js/marko/commit/436ace040b73d11908911d60c10845b6e99e8eca) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Add "exports" to marko.json + ## 5.33.8 ### Patch Changes diff --git a/packages/compiler/package.json b/packages/compiler/package.json index ffdd56cd28..77869b4989 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@marko/compiler", - "version": "5.33.8", + "version": "5.34.0", "description": "Marko template to JS compiler.", "keywords": [ "babel", diff --git a/packages/marko/CHANGELOG.md b/packages/marko/CHANGELOG.md index 54abdb25dd..47277b58e0 100644 --- a/packages/marko/CHANGELOG.md +++ b/packages/marko/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 5.32.0 + +### Minor Changes + +- [#2062](https://github.com/marko-js/marko/pull/2062) [`436ace040`](https://github.com/marko-js/marko/commit/436ace040b73d11908911d60c10845b6e99e8eca) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Add "exports" to marko.json + +### Patch Changes + +- Updated dependencies [[`436ace040`](https://github.com/marko-js/marko/commit/436ace040b73d11908911d60c10845b6e99e8eca)]: + - @marko/compiler@5.34.0 + ## 5.31.18 ### Patch Changes diff --git a/packages/marko/package.json b/packages/marko/package.json index 152f763a41..cc0def6d6b 100644 --- a/packages/marko/package.json +++ b/packages/marko/package.json @@ -1,6 +1,6 @@ { "name": "marko", - "version": "5.31.18", + "version": "5.32.0", "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.8", + "@marko/compiler": "^5.34.0", "@marko/translator-default": "^5.31.8", "app-module-path": "^2.2.0", "argly": "^1.2.0",