diff --git a/.release-plan.json b/.release-plan.json index 43c0e952..ced1d750 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,20 @@ "solution": { "ember-primitives": { "impact": "minor", - "oldVersion": "0.13.0", - "newVersion": "0.14.0", + "oldVersion": "0.14.0", + "newVersion": "0.15.0", "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-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-18)\n\nember-primitives 0.15.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `ember-primitives`, `test-app`\n * [#286](https://github.com/universal-ember/ember-primitives/pull/286) Implement Menu ([@miguelcobain](https://github.com/miguelcobain))\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#### :bug: Bug Fix\n* `test-app`\n * [#291](https://github.com/universal-ember/ember-primitives/pull/291) fix floating-ui tests ([@miguelcobain](https://github.com/miguelcobain))\n* `ember-primitives`, `test-app`\n * [#290](https://github.com/universal-ember/ember-primitives/pull/290) fix velcro types ([@miguelcobain](https://github.com/miguelcobain))\n\n#### Committers: 2\n- Miguel Andrade ([@miguelcobain](https://github.com/miguelcobain))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d8b1e15..23e09741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## Release (2024-04-18) + +ember-primitives 0.15.0 (minor) + +#### :rocket: Enhancement +* `docs-app`, `ember-primitives`, `test-app` + * [#286](https://github.com/universal-ember/ember-primitives/pull/286) Implement Menu ([@miguelcobain](https://github.com/miguelcobain)) + * [#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)) + +#### :bug: Bug Fix +* `test-app` + * [#291](https://github.com/universal-ember/ember-primitives/pull/291) fix floating-ui tests ([@miguelcobain](https://github.com/miguelcobain)) +* `ember-primitives`, `test-app` + * [#290](https://github.com/universal-ember/ember-primitives/pull/290) fix velcro types ([@miguelcobain](https://github.com/miguelcobain)) + +#### Committers: 2 +- Miguel Andrade ([@miguelcobain](https://github.com/miguelcobain)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-03-19) ember-primitives 0.14.0 (minor) diff --git a/ember-primitives/package.json b/ember-primitives/package.json index 92169ac1..df08293f 100644 --- a/ember-primitives/package.json +++ b/ember-primitives/package.json @@ -1,6 +1,6 @@ { "name": "ember-primitives", - "version": "0.14.0", + "version": "0.15.0", "description": "Making apps easier to build", "sideEffects": [ "*.css"