Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release prep #1505

Merged
merged 1 commit into from
Jul 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 11 additions & 15 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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"
Expand All @@ -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",
Expand All @@ -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"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/macros/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-internals/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/webpack",
"version": "3.1.1",
"version": "3.1.2",
"private": false,
"description": "Builds EmberJS apps with Webpack",
"repository": {
Expand Down