diff --git a/.release-plan.json b/.release-plan.json index be50c1ea7..8f6f9128a 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,21 +1,12 @@ { "solution": { "@nrg-ui/css": { - "impact": "minor", - "oldVersion": "0.1.2", - "newVersion": "0.2.0", - "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - } - ], - "pkgJSONPath": "./packages/design-system/package.json" + "oldVersion": "0.2.0" }, "@nrg-ui/core": { "impact": "patch", - "oldVersion": "0.3.0", - "newVersion": "0.3.1", + "oldVersion": "0.3.1", + "newVersion": "0.3.2", "constraints": [ { "impact": "patch", @@ -25,5 +16,5 @@ "pkgJSONPath": "./packages/ember-core/package.json" } }, - "description": "## Release (2024-09-19)\n\n@nrg-ui/css 0.2.0 (minor)\n@nrg-ui/core 0.3.1 (patch)\n\n#### :rocket: Enhancement\n* `@nrg-ui/css`\n * [#148](https://github.com/knoxville-utilities-board/nrg-ui/pull/148) feat(css): Enable negative margins ([@TSenter](https://github.com/TSenter))\n\n#### :memo: Documentation\n* `docs-app`\n * [#142](https://github.com/knoxville-utilities-board/nrg-ui/pull/142) chore: Update rootURL for docs app ([@TSenter](https://github.com/TSenter))\n\n#### :house: Internal\n* `docs-app`, `test-app`, `@nrg-ui/core`\n * [#144](https://github.com/knoxville-utilities-board/nrg-ui/pull/144) refactor: Update service pricing component parameter name ([@lnicely](https://github.com/lnicely))\n * [#138](https://github.com/knoxville-utilities-board/nrg-ui/pull/138) chore: Use Embroider for docs app ([@TSenter](https://github.com/TSenter))\n* `docs-app`\n * [#142](https://github.com/knoxville-utilities-board/nrg-ui/pull/142) chore: Update rootURL for docs app ([@TSenter](https://github.com/TSenter))\n* `test-app`\n * [#141](https://github.com/knoxville-utilities-board/nrg-ui/pull/141) chore: Add link to test page ([@KeithClinard](https://github.com/KeithClinard))\n\n#### Committers: 3\n- Keith ([@KeithClinard](https://github.com/KeithClinard))\n- Lucas ([@lnicely](https://github.com/lnicely))\n- Tyler Senter ([@TSenter](https://github.com/TSenter))\n" + "description": "## Release (2024-09-20)\n\n@nrg-ui/core 0.3.2 (patch)\n\n#### :house: Internal\n* `@nrg-ui/core`\n * [#149](https://github.com/knoxville-utilities-board/nrg-ui/pull/149) style(header): Remove padding from header container ([@TSenter](https://github.com/TSenter))\n\n#### Committers: 1\n- Tyler Senter ([@TSenter](https://github.com/TSenter))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 28a97d40e..ccf5c18ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-09-20) + +@nrg-ui/core 0.3.2 (patch) + +#### :house: Internal +* `@nrg-ui/core` + * [#149](https://github.com/knoxville-utilities-board/nrg-ui/pull/149) style(header): Remove padding from header container ([@TSenter](https://github.com/TSenter)) + +#### Committers: 1 +- Tyler Senter ([@TSenter](https://github.com/TSenter)) + ## Release (2024-09-19) @nrg-ui/css 0.2.0 (minor) diff --git a/packages/ember-core/package.json b/packages/ember-core/package.json index 093b65bd4..12420fd22 100644 --- a/packages/ember-core/package.json +++ b/packages/ember-core/package.json @@ -1,6 +1,6 @@ { "name": "@nrg-ui/core", - "version": "0.3.1", + "version": "0.3.2", "description": "The default blueprint for Embroider v2 addons.", "keywords": [ "ember-addon"