From ee83657ef7c6805e8bf04931f0af2365bc4dc6d7 Mon Sep 17 00:00:00 2001 From: TSenter <7104823+TSenter@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:21:35 +0000 Subject: [PATCH] release: @nrg-ui/css@0.6.0, @nrg-ui/core@0.8.0 --- .release-plan.json | 14 +++++++++----- CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/design-system/package.json | 2 +- packages/ember-core/package.json | 2 +- 4 files changed, 35 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 01b5ad7e5..4e1d77094 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "@nrg-ui/css": { "impact": "minor", - "oldVersion": "0.4.0", - "newVersion": "0.5.0", + "oldVersion": "0.5.0", + "newVersion": "0.6.0", "constraints": [ { "impact": "minor", @@ -14,16 +14,20 @@ }, "@nrg-ui/core": { "impact": "minor", - "oldVersion": "0.6.0", - "newVersion": "0.7.0", + "oldVersion": "0.7.0", + "newVersion": "0.8.0", "constraints": [ { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./packages/ember-core/package.json" } }, - "description": "## Release (2024-10-03)\n\n@nrg-ui/css 0.5.0 (minor)\n@nrg-ui/core 0.7.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `test-app`, `@nrg-ui/css`, `@nrg-ui/core`\n * [#136](https://github.com/knoxville-utilities-board/nrg-ui/pull/136) feat: Add toast component ([@KeithClinard](https://github.com/KeithClinard))\n\n#### Committers: 1\n- Keith ([@KeithClinard](https://github.com/KeithClinard))\n" + "description": "## Release (2024-10-08)\n\n@nrg-ui/css 0.6.0 (minor)\n@nrg-ui/core 0.8.0 (minor)\n\n#### :rocket: Enhancement\n* `@nrg-ui/css`\n * [#176](https://github.com/knoxville-utilities-board/nrg-ui/pull/176) feat: Add styling for placeholder opacity ([@lnicely](https://github.com/lnicely))\n* `docs-app`, `@nrg-ui/css`, `@nrg-ui/core`\n * [#178](https://github.com/knoxville-utilities-board/nrg-ui/pull/178) feat: Add margins to form fields ([@KeithClinard](https://github.com/KeithClinard))\n * [#177](https://github.com/knoxville-utilities-board/nrg-ui/pull/177) feat: Improved styling for fixed toaster ([@KeithClinard](https://github.com/KeithClinard))\n* `@nrg-ui/core`\n * [#175](https://github.com/knoxville-utilities-board/nrg-ui/pull/175) feat: Add spread attributes to toaster ([@Trishu-Patel](https://github.com/Trishu-Patel))\n\n#### :house: Internal\n* `@nrg-ui/core`\n * [#174](https://github.com/knoxville-utilities-board/nrg-ui/pull/174) fix: Change icon spacing based on type ([@bnhkubpublic](https://github.com/bnhkubpublic))\n\n#### Committers: 4\n- Brian ([@bnhkubpublic](https://github.com/bnhkubpublic))\n- Keith ([@KeithClinard](https://github.com/KeithClinard))\n- Lucas ([@lnicely](https://github.com/lnicely))\n- Trishu Patel ([@Trishu-Patel](https://github.com/Trishu-Patel))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a1df6630..d9d8d7088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## Release (2024-10-08) + +@nrg-ui/css 0.6.0 (minor) +@nrg-ui/core 0.8.0 (minor) + +#### :rocket: Enhancement +* `@nrg-ui/css` + * [#176](https://github.com/knoxville-utilities-board/nrg-ui/pull/176) feat: Add styling for placeholder opacity ([@lnicely](https://github.com/lnicely)) +* `docs-app`, `@nrg-ui/css`, `@nrg-ui/core` + * [#178](https://github.com/knoxville-utilities-board/nrg-ui/pull/178) feat: Add margins to form fields ([@KeithClinard](https://github.com/KeithClinard)) + * [#177](https://github.com/knoxville-utilities-board/nrg-ui/pull/177) feat: Improved styling for fixed toaster ([@KeithClinard](https://github.com/KeithClinard)) +* `@nrg-ui/core` + * [#175](https://github.com/knoxville-utilities-board/nrg-ui/pull/175) feat: Add spread attributes to toaster ([@Trishu-Patel](https://github.com/Trishu-Patel)) + +#### :house: Internal +* `@nrg-ui/core` + * [#174](https://github.com/knoxville-utilities-board/nrg-ui/pull/174) fix: Change icon spacing based on type ([@bnhkubpublic](https://github.com/bnhkubpublic)) + +#### Committers: 4 +- Brian ([@bnhkubpublic](https://github.com/bnhkubpublic)) +- Keith ([@KeithClinard](https://github.com/KeithClinard)) +- Lucas ([@lnicely](https://github.com/lnicely)) +- Trishu Patel ([@Trishu-Patel](https://github.com/Trishu-Patel)) + ## Release (2024-10-03) @nrg-ui/css 0.5.0 (minor) diff --git a/packages/design-system/package.json b/packages/design-system/package.json index b47600f6f..50fb92681 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@nrg-ui/css", - "version": "0.5.0", + "version": "0.6.0", "description": "", "repository": { "directory": "packages/design-system", diff --git a/packages/ember-core/package.json b/packages/ember-core/package.json index 30f3fefb0..98a11fe58 100644 --- a/packages/ember-core/package.json +++ b/packages/ember-core/package.json @@ -1,6 +1,6 @@ { "name": "@nrg-ui/core", - "version": "0.7.0", + "version": "0.8.0", "description": "The default blueprint for Embroider v2 addons.", "keywords": [ "ember-addon"