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 Jul 4, 2024
1 parent 3882c9a commit 3f8da75
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,7 @@
"oldVersion": "3.1.1"
},
"@embroider/compat": {
"impact": "patch",
"oldVersion": "3.5.5",
"newVersion": "3.5.6",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/compat/package.json"
"oldVersion": "3.5.6"
},
"@embroider/core": {
"oldVersion": "3.4.14"
Expand All @@ -43,7 +34,16 @@
"oldVersion": "4.0.0"
},
"@embroider/util": {
"oldVersion": "1.13.1"
"impact": "patch",
"oldVersion": "1.13.1",
"newVersion": "1.13.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/util/package.json"
},
"@embroider/vite": {
"oldVersion": "0.2.0"
Expand All @@ -52,5 +52,5 @@
"oldVersion": "4.0.4"
}
},
"description": "## Release (2024-07-03)\n\n@embroider/compat 3.5.6 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/compat`\n * [#2012](https://github.com/embroider-build/embroider/pull/2012) Empty packages as valid v2 addons ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n\n#### Committers: 1\n- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n"
"description": "## Release (2024-07-04)\n\n@embroider/util 1.13.2 (patch)\n\n#### :house: Internal\n* Other\n * [#2015](https://github.com/embroider-build/embroider/pull/2015) update github actions ([@mansona](https://github.com/mansona))\n* `@embroider/util`, `@embroider/sample-transforms`, `@embroider/test-support`, `@embroider/test-scenarios`\n * [#1931](https://github.com/embroider-build/embroider/pull/1931) update scenario-tester ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\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-07-04)

@embroider/util 1.13.2 (patch)

#### :house: Internal
* Other
* [#2015](https://github.com/embroider-build/embroider/pull/2015) update github actions ([@mansona](https://github.com/mansona))
* `@embroider/util`, `@embroider/sample-transforms`, `@embroider/test-support`, `@embroider/test-scenarios`
* [#1931](https://github.com/embroider-build/embroider/pull/1931) update scenario-tester ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

## Release (2024-07-03)

@embroider/compat 3.5.6 (patch)
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/util",
"version": "1.13.1",
"version": "1.13.2",
"description": "Utilities for app and addon authors.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 3f8da75

Please sign in to comment.