diff --git a/.release-plan.json b/.release-plan.json index 43c0e952..78039faa 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -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", @@ -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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d8b1e15..bf05c3f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/ember-primitives/package.json b/ember-primitives/package.json index b013a71d..64d37fdf 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"