Skip to content

Commit

Permalink
release: @nrg-ui/css@0.3.0, @nrg-ui/core@0.4.1 (#154)
Browse files Browse the repository at this point in the history
Co-authored-by: TSenter <7104823+TSenter@users.noreply.github.com>
  • Loading branch information
kub-bot[bot] and TSenter authored Sep 24, 2024
1 parent 4bfb0f1 commit 726f282
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 8 deletions.
21 changes: 15 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -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"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nrg-ui/css",
"version": "0.2.0",
"version": "0.3.0",
"description": "",
"repository": {
"directory": "packages/design-system",
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-core/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 726f282

Please sign in to comment.