Skip to content

Commit

Permalink
Prepare Release using 'release-plan' (#338)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions-bot@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 12, 2024
1 parent 9ffdca8 commit b8cc48f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"ember-primitives": {
"impact": "minor",
"oldVersion": "0.20.0",
"newVersion": "0.21.0",
"impact": "patch",
"oldVersion": "0.21.0",
"newVersion": "0.21.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./ember-primitives/package.json"
}
},
"description": "## Release (2024-06-28)\n\nember-primitives 0.21.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `ember-primitives`, `test-app`\n * [#336](https://github.com/universal-ember/ember-primitives/pull/336) Support hash-only transitions in proper-links ([@mmun](https://github.com/mmun))\n * [#325](https://github.com/universal-ember/ember-primitives/pull/325) Upgrade form-data-utils ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `docs-app`\n * [#331](https://github.com/universal-ember/ember-primitives/pull/331) fix broken links in proper-links.md ([@johanrd](https://github.com/johanrd))\n\n#### :house: Internal\n* Other\n * [#335](https://github.com/universal-ember/ember-primitives/pull/335) Re-roll lock, pin macros ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `docs-app`, `test-app`\n * [#334](https://github.com/universal-ember/ember-primitives/pull/334) Get app watching working ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Martin Muñoz ([@mmun](https://github.com/mmun))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@johanrd](https://github.com/johanrd)\n"
"description": "## Release (2024-08-12)\n\nember-primitives 0.21.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-primitives`\n * [#352](https://github.com/universal-ember/ember-primitives/pull/352) Add layout export (for StickyFooter) -- this was missing, but mentioned in the docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-08-12)

ember-primitives 0.21.1 (patch)

#### :bug: Bug Fix
* `ember-primitives`
* [#352](https://github.com/universal-ember/ember-primitives/pull/352) Add layout export (for StickyFooter) -- this was missing, but mentioned in the docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-06-28)

ember-primitives 0.21.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion ember-primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-primitives",
"version": "0.21.0",
"version": "0.21.1",
"description": "Making apps easier to build",
"sideEffects": [
"*.css"
Expand Down

0 comments on commit b8cc48f

Please sign in to comment.