Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and github-actions[bot] committed Apr 17, 2024
1 parent 463cca8 commit 269029d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"ember-primitives": {
"impact": "minor",
"oldVersion": "0.13.0",
"newVersion": "0.14.0",
"oldVersion": "0.14.0",
"newVersion": "0.15.0",
"constraints": [
{
"impact": "minor",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./ember-primitives/package.json"
}
},
"description": "## Release (2024-03-19)\n\nember-primitives 0.14.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `ember-primitives`, `test-app`\n * [#279](https://github.com/universal-ember/ember-primitives/pull/279) [ToggleGroup]: Support `@type=multi`, allowing multiple toggles to be active at once. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-04-17)\n\nember-primitives 0.15.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `ember-primitives`, `test-app`\n * [#289](https://github.com/universal-ember/ember-primitives/pull/289) Injest all of ember-velcro as a new optional import: `ember-primitives/floating-ui` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Miguel Andrade ([@miguelcobain](https://github.com/miguelcobain))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## Release (2024-04-17)

ember-primitives 0.15.0 (minor)

#### :rocket: Enhancement
* `docs-app`, `ember-primitives`, `test-app`
* [#289](https://github.com/universal-ember/ember-primitives/pull/289) Injest all of ember-velcro as a new optional import: `ember-primitives/floating-ui` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 2
- Miguel Andrade ([@miguelcobain](https://github.com/miguelcobain))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-03-19)

ember-primitives 0.14.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.14.0",
"version": "0.15.0",
"description": "Making apps easier to build",
"sideEffects": [
"*.css"
Expand Down

0 comments on commit 269029d

Please sign in to comment.