From 54a4deeed44f3d990ffb46a8ce7657ed371a4af0 Mon Sep 17 00:00:00 2001 From: "kub-bot[bot]" <179490792+kub-bot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:17:39 -0500 Subject: [PATCH] release: @nrg-ui/core@0.18.2 (#296) Co-authored-by: TSenter <7104823+TSenter@users.noreply.github.com> --- .release-plan.json | 19 +++++-------------- CHANGELOG.md | 11 +++++++++++ packages/ember-core/package.json | 2 +- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 7cab4001..bd4aa959 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -5,31 +5,22 @@ }, "@nrg-ui/core": { "impact": "patch", - "oldVersion": "0.18.0", - "newVersion": "0.18.1", + "oldVersion": "0.18.1", + "newVersion": "0.18.2", "constraints": [ { "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./packages/ember-core/package.json" }, "@nrg-ui/standards": { - "impact": "patch", - "oldVersion": "0.3.1", - "newVersion": "0.3.2", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - } - ], - "pkgJSONPath": "./packages/standards/package.json" + "oldVersion": "0.3.2" }, "@nrg-ui/theme-generator": { "oldVersion": "0.2.0" } }, - "description": "## Release (2024-12-05)\n\n@nrg-ui/core 0.18.1 (patch)\n@nrg-ui/standards 0.3.2 (patch)\n\n#### :bug: Bug Fix\n* `@nrg-ui/standards`\n * [#294](https://github.com/knoxville-utilities-board/nrg-ui/pull/294) fix(standards): Add Ember.js ruleset ([@TSenter](https://github.com/TSenter))\n * [#292](https://github.com/knoxville-utilities-board/nrg-ui/pull/292) chore: Bump required version of ESLint ([@TSenter](https://github.com/TSenter))\n\n#### :house: Internal\n* `@nrg-ui/core`\n * [#289](https://github.com/knoxville-utilities-board/nrg-ui/pull/289) chore: Update Gember config and commands ([@TSenter](https://github.com/TSenter))\n\n#### Committers: 1\n- Tyler Senter ([@TSenter](https://github.com/TSenter))\n" + "description": "## Release (2024-12-05)\n\n@nrg-ui/core 0.18.2 (patch)\n\n#### :bug: Bug Fix\n* `docs-app`, `@nrg-ui/core`\n * [#295](https://github.com/knoxville-utilities-board/nrg-ui/pull/295) refactor: Update confirmation validator ([@lnicely](https://github.com/lnicely))\n\n#### Committers: 1\n- Lucas ([@lnicely](https://github.com/lnicely))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 50bfeaa0..28ce895c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2024-12-05) +@nrg-ui/core 0.18.2 (patch) + +#### :bug: Bug Fix +* `docs-app`, `@nrg-ui/core` + * [#295](https://github.com/knoxville-utilities-board/nrg-ui/pull/295) refactor: Update confirmation validator ([@lnicely](https://github.com/lnicely)) + +#### Committers: 1 +- Lucas ([@lnicely](https://github.com/lnicely)) + +## Release (2024-12-05) + @nrg-ui/core 0.18.1 (patch) @nrg-ui/standards 0.3.2 (patch) diff --git a/packages/ember-core/package.json b/packages/ember-core/package.json index b5ffa03f..f99f1823 100644 --- a/packages/ember-core/package.json +++ b/packages/ember-core/package.json @@ -1,6 +1,6 @@ { "name": "@nrg-ui/core", - "version": "0.18.1", + "version": "0.18.2", "description": "The default blueprint for Embroider v2 addons.", "keywords": [ "ember-addon"