From 726f28263baf76783007c2dc016a6189f7d12993 Mon Sep 17 00:00:00 2001 From: "kub-bot[bot]" <179490792+kub-bot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 16:30:40 +0000 Subject: [PATCH] release: @nrg-ui/css@0.3.0, @nrg-ui/core@0.4.1 (#154) Co-authored-by: TSenter <7104823+TSenter@users.noreply.github.com> --- .release-plan.json | 21 +++++++++++++++------ CHANGELOG.md | 16 ++++++++++++++++ packages/design-system/package.json | 2 +- packages/ember-core/package.json | 2 +- 4 files changed, 33 insertions(+), 8 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 9089f45e3..956f92a0f 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,20 +1,29 @@ { "solution": { "@nrg-ui/css": { - "oldVersion": "0.2.0" - }, - "@nrg-ui/core": { "impact": "minor", - "oldVersion": "0.3.2", - "newVersion": "0.4.0", + "oldVersion": "0.2.0", + "newVersion": "0.3.0", "constraints": [ { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" } ], + "pkgJSONPath": "./packages/design-system/package.json" + }, + "@nrg-ui/core": { + "impact": "patch", + "oldVersion": "0.4.0", + "newVersion": "0.4.1", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], "pkgJSONPath": "./packages/ember-core/package.json" } }, - "description": "## Release (2024-09-24)\n\n@nrg-ui/core 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `test-app`, `@nrg-ui/core`\n * [#151](https://github.com/knoxville-utilities-board/nrg-ui/pull/151) refactor: Remove primary blue background from headers ([@ChesneyJulian](https://github.com/ChesneyJulian))\n\n#### Committers: 1\n- Chesney Julian ([@ChesneyJulian](https://github.com/ChesneyJulian))\n" + "description": "## Release (2024-09-24)\n\n@nrg-ui/css 0.3.0 (minor)\n@nrg-ui/core 0.4.1 (patch)\n\n#### :rocket: Enhancement\n* `@nrg-ui/css`\n * [#155](https://github.com/knoxville-utilities-board/nrg-ui/pull/155) feat: Add additional color variants for buttons ([@TSenter](https://github.com/TSenter))\n\n#### :house: Internal\n* `@nrg-ui/core`\n * [#153](https://github.com/knoxville-utilities-board/nrg-ui/pull/153) chore: Remove extra div from headers ([@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 0b6b3b145..a641e3016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ ## Release (2024-09-24) +@nrg-ui/css 0.3.0 (minor) +@nrg-ui/core 0.4.1 (patch) + +#### :rocket: Enhancement +* `@nrg-ui/css` + * [#155](https://github.com/knoxville-utilities-board/nrg-ui/pull/155) feat: Add additional color variants for buttons ([@TSenter](https://github.com/TSenter)) + +#### :house: Internal +* `@nrg-ui/core` + * [#153](https://github.com/knoxville-utilities-board/nrg-ui/pull/153) chore: Remove extra div from headers ([@TSenter](https://github.com/TSenter)) + +#### Committers: 1 +- Tyler Senter ([@TSenter](https://github.com/TSenter)) + +## Release (2024-09-24) + @nrg-ui/core 0.4.0 (minor) #### :rocket: Enhancement diff --git a/packages/design-system/package.json b/packages/design-system/package.json index 2086d7d4f..45895ed53 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@nrg-ui/css", - "version": "0.2.0", + "version": "0.3.0", "description": "", "repository": { "directory": "packages/design-system", diff --git a/packages/ember-core/package.json b/packages/ember-core/package.json index 6b36fb3dc..c50f8574d 100644 --- a/packages/ember-core/package.json +++ b/packages/ember-core/package.json @@ -1,6 +1,6 @@ { "name": "@nrg-ui/core", - "version": "0.4.0", + "version": "0.4.1", "description": "The default blueprint for Embroider v2 addons.", "keywords": [ "ember-addon"