Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona authored and github-actions[bot] committed Jun 11, 2024
1 parent 2bf520d commit d597f31
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 15 deletions.
42 changes: 30 additions & 12 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,49 @@
"oldVersion": "3.1.1"
},
"@embroider/compat": {
"oldVersion": "3.5.1"
"impact": "patch",
"oldVersion": "3.5.1",
"newVersion": "3.5.2",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "./packages/compat/package.json"
},
"@embroider/core": {
"oldVersion": "3.4.10"
"impact": "patch",
"oldVersion": "3.4.10",
"newVersion": "3.4.11",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "./packages/core/package.json"
},
"@embroider/hbs-loader": {
"oldVersion": "3.0.3"
},
"@embroider/macros": {
"oldVersion": "1.16.2"
},
"@embroider/reverse-exports": {
"oldVersion": "0.1.0"
},
"@embroider/router": {
"impact": "patch",
"oldVersion": "2.1.7",
"newVersion": "2.1.8",
"oldVersion": "1.16.2",
"newVersion": "1.16.3",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/router/package.json"
"pkgJSONPath": "./packages/macros/package.json"
},
"@embroider/reverse-exports": {
"oldVersion": "0.1.0"
},
"@embroider/router": {
"oldVersion": "2.1.8"
},
"@embroider/shared-internals": {
"oldVersion": "2.6.1"
Expand All @@ -52,5 +70,5 @@
"oldVersion": "4.0.1"
}
},
"description": "## Release (2024-05-29)\n\n@embroider/router 2.1.8 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/router`\n * [#1945](https://github.com/embroider-build/embroider/pull/1945) avoid loading of lazy engines when generating linkto urls for routes ([@void-mAlex](https://github.com/void-mAlex))\n\n#### Committers: 1\n- Alex ([@void-mAlex](https://github.com/void-mAlex))\n"
"description": "## Release (2024-06-11)\n\n@embroider/compat 3.5.2 (patch)\n@embroider/core 3.4.11 (patch)\n@embroider/macros 1.16.3 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/macros`, `@embroider/test-fixtures`, `@embroider/test-scenarios`\n * [#1975](https://github.com/embroider-build/embroider/pull/1975) Stop using \"#with\" in macro tests ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Embroider Changelog

## Release (2024-06-11)

@embroider/compat 3.5.2 (patch)
@embroider/core 3.4.11 (patch)
@embroider/macros 1.16.3 (patch)

#### :bug: Bug Fix
* `@embroider/macros`, `@embroider/test-fixtures`, `@embroider/test-scenarios`
* [#1975](https://github.com/embroider-build/embroider/pull/1975) Stop using "#with" in macro tests ([@ef4](https://github.com/ef4))

#### Committers: 1
- Edward Faulkner ([@ef4](https://github.com/ef4))

## Release (2024-05-29)

@embroider/router 2.1.8 (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.5.1",
"version": "3.5.2",
"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.4.10",
"version": "3.4.11",
"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.16.2",
"version": "1.16.3",
"private": false,
"description": "Standardized build-time macros for ember apps.",
"keywords": [
Expand Down

0 comments on commit d597f31

Please sign in to comment.