diff --git a/.release-plan.json b/.release-plan.json index 73ab49c6d..f7f629a20 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -11,8 +11,8 @@ }, "@embroider/compat": { "impact": "patch", - "oldVersion": "3.1.2", - "newVersion": "3.1.3", + "oldVersion": "3.1.3", + "newVersion": "3.1.4", "constraints": [ { "impact": "patch", @@ -23,8 +23,8 @@ }, "@embroider/core": { "impact": "patch", - "oldVersion": "3.1.0", - "newVersion": "3.1.1", + "oldVersion": "3.1.1", + "newVersion": "3.1.2", "constraints": [ { "impact": "patch", @@ -46,8 +46,8 @@ }, "@embroider/macros": { "impact": "patch", - "oldVersion": "1.12.0", - "newVersion": "1.12.1", + "oldVersion": "1.12.1", + "newVersion": "1.12.2", "constraints": [ { "impact": "patch", @@ -61,16 +61,12 @@ }, "@embroider/shared-internals": { "impact": "patch", - "oldVersion": "2.2.0", - "newVersion": "2.2.1", + "oldVersion": "2.2.1", + "newVersion": "2.2.2", "constraints": [ { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "/Users/edward/hacking/embroider/packages/shared-internals/package.json" @@ -83,8 +79,8 @@ }, "@embroider/webpack": { "impact": "patch", - "oldVersion": "3.1.0", - "newVersion": "3.1.1", + "oldVersion": "3.1.1", + "newVersion": "3.1.2", "constraints": [ { "impact": "patch", @@ -94,5 +90,5 @@ "pkgJSONPath": "/Users/edward/hacking/embroider/packages/webpack/package.json" } }, - "description": "## Release (2023-06-30)\n\n@embroider/compat 3.1.3 (patch)\n@embroider/core 3.1.1 (patch)\n@embroider/macros 1.12.1 (patch)\n@embroider/shared-internals 2.2.1 (patch)\n@embroider/webpack 3.1.1 (patch)\n\n#### :bug: Bug Fix\n* `core`, `shared-internals`\n * [#1495](https://github.com/embroider-build/embroider/pull/1495) Eagerly virtualize emberVirtualPackages ([@ef4](https://github.com/ef4))\n* `shared-internals`\n * [#1493](https://github.com/embroider-build/embroider/pull/1493) Fix rewritten-package-cache when app has symlink to node_modules ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* Other\n * [#1496](https://github.com/embroider-build/embroider/pull/1496) Unskip some core-resolver tests ([@ef4](https://github.com/ef4))\n* `shared-internals`\n * [#1494](https://github.com/embroider-build/embroider/pull/1494) Make proxied rewritten-package-cache methods clearer ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n" + "description": "## Release (2023-07-01)\n\n@embroider/compat 3.1.4 (patch)\n@embroider/core 3.1.2 (patch)\n@embroider/macros 1.12.2 (patch)\n@embroider/shared-internals 2.2.2 (patch)\n@embroider/webpack 3.1.2 (patch)\n\n#### :bug: Bug Fix\n* `core`\n * [#1504](https://github.com/embroider-build/embroider/pull/1504) fix inter-package relative imports in addon's app-js ([@ef4](https://github.com/ef4))\n* `shared-internals`\n * [#1503](https://github.com/embroider-build/embroider/pull/1503) less aggressive realpathSync ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* [#1502](https://github.com/embroider-build/embroider/pull/1502) re-enabling ember 5.1 tests ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 594b4c179..402f88056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Embroider Changelog +## Release (2023-07-01) + +@embroider/compat 3.1.4 (patch) +@embroider/core 3.1.2 (patch) +@embroider/macros 1.12.2 (patch) +@embroider/shared-internals 2.2.2 (patch) +@embroider/webpack 3.1.2 (patch) + +#### :bug: Bug Fix +* `core` + * [#1504](https://github.com/embroider-build/embroider/pull/1504) fix inter-package relative imports in addon's app-js ([@ef4](https://github.com/ef4)) +* `shared-internals` + * [#1503](https://github.com/embroider-build/embroider/pull/1503) less aggressive realpathSync ([@ef4](https://github.com/ef4)) + +#### :house: Internal +* [#1502](https://github.com/embroider-build/embroider/pull/1502) re-enabling ember 5.1 tests ([@ef4](https://github.com/ef4)) + +#### Committers: 1 +- Edward Faulkner ([@ef4](https://github.com/ef4)) + ## Release (2023-06-30) @embroider/compat 3.1.3 (patch) diff --git a/packages/compat/package.json b/packages/compat/package.json index e47db1196..73d02266a 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/compat", - "version": "3.1.3", + "version": "3.1.4", "private": false, "description": "Backward compatibility layer for the Embroider build system.", "repository": { diff --git a/packages/core/package.json b/packages/core/package.json index 372065305..ace13471a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/core", - "version": "3.1.1", + "version": "3.1.2", "private": false, "description": "A build system for EmberJS applications.", "repository": { diff --git a/packages/macros/package.json b/packages/macros/package.json index 55548f576..4f549487e 100644 --- a/packages/macros/package.json +++ b/packages/macros/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/macros", - "version": "1.12.1", + "version": "1.12.2", "private": false, "description": "Standardized build-time macros for ember apps.", "keywords": [ diff --git a/packages/shared-internals/package.json b/packages/shared-internals/package.json index ca4804c5e..15b689671 100644 --- a/packages/shared-internals/package.json +++ b/packages/shared-internals/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/shared-internals", - "version": "2.2.1", + "version": "2.2.2", "private": false, "description": "Utilities shared among the other embroider packages", "repository": { diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 91f463ff1..f3f1f4ea7 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/webpack", - "version": "3.1.1", + "version": "3.1.2", "private": false, "description": "Builds EmberJS apps with Webpack", "repository": {