Skip to content

Commit

Permalink
release: @nrg-ui/css@0.9.1, @nrg-ui/core@0.19.0, @nrg-ui/standards@0.…
Browse files Browse the repository at this point in the history
…4.0 (#299)

Co-authored-by: fdlane <735646+fdlane@users.noreply.github.com>
  • Loading branch information
kub-bot[bot] and fdlane authored Dec 11, 2024
1 parent c03563c commit e4929ff
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 10 deletions.
48 changes: 41 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,60 @@
{
"solution": {
"@nrg-ui/css": {
"oldVersion": "0.9.0"
},
"@nrg-ui/core": {
"impact": "patch",
"oldVersion": "0.18.1",
"newVersion": "0.18.2",
"oldVersion": "0.9.0",
"newVersion": "0.9.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./packages/design-system/package.json"
},
"@nrg-ui/core": {
"impact": "minor",
"oldVersion": "0.18.2",
"newVersion": "0.19.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"
},
"@nrg-ui/standards": {
"oldVersion": "0.3.2"
"impact": "minor",
"oldVersion": "0.3.2",
"newVersion": "0.4.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/standards/package.json"
},
"@nrg-ui/theme-generator": {
"oldVersion": "0.2.0"
}
},
"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"
"description": "## Release (2024-12-11)\n\n@nrg-ui/css 0.9.1 (patch)\n@nrg-ui/core 0.19.0 (minor)\n@nrg-ui/standards 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `test-app`, `@nrg-ui/core`\n * [#304](https://github.com/knoxville-utilities-board/nrg-ui/pull/304) feat: Add `onDestroy` modifier ([@TSenter](https://github.com/TSenter))\n* `@nrg-ui/standards`\n * [#300](https://github.com/knoxville-utilities-board/nrg-ui/pull/300) feat(standards): Update `eslint-plugin-decorator-position` ([@TSenter](https://github.com/TSenter))\n\n#### :bug: Bug Fix\n* `@nrg-ui/css`\n * [#303](https://github.com/knoxville-utilities-board/nrg-ui/pull/303) fix(toasts): Allow clicking behind toaster ([@TSenter](https://github.com/TSenter))\n\n#### :memo: Documentation\n* `docs-app`\n * [#306](https://github.com/knoxville-utilities-board/nrg-ui/pull/306) docs: Add pages for modifiers ([@TSenter](https://github.com/TSenter))\n* `@nrg-ui/css`, `@nrg-ui/standards`\n * [#302](https://github.com/knoxville-utilities-board/nrg-ui/pull/302) chore: Update READMEs for packages ([@TSenter](https://github.com/TSenter))\n\n#### :house: Internal\n* `docs-app`, `test-app`, `@nrg-ui/core`, `@nrg-ui/standards`\n * [#301](https://github.com/knoxville-utilities-board/nrg-ui/pull/301) chore: Update `eslint-plugin-decorator-position` ([@TSenter](https://github.com/TSenter))\n* `test-app`, `@nrg-ui/core`\n * [#297](https://github.com/knoxville-utilities-board/nrg-ui/pull/297) chore(test-app): Enable full Glint support ([@TSenter](https://github.com/TSenter))\n\n#### Committers: 1\n- Tyler Senter ([@TSenter](https://github.com/TSenter))\n"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## Release (2024-12-11)

@nrg-ui/css 0.9.1 (patch)
@nrg-ui/core 0.19.0 (minor)
@nrg-ui/standards 0.4.0 (minor)

#### :rocket: Enhancement
* `test-app`, `@nrg-ui/core`
* [#304](https://github.com/knoxville-utilities-board/nrg-ui/pull/304) feat: Add `onDestroy` modifier ([@TSenter](https://github.com/TSenter))
* `@nrg-ui/standards`
* [#300](https://github.com/knoxville-utilities-board/nrg-ui/pull/300) feat(standards): Update `eslint-plugin-decorator-position` ([@TSenter](https://github.com/TSenter))

#### :bug: Bug Fix
* `@nrg-ui/css`
* [#303](https://github.com/knoxville-utilities-board/nrg-ui/pull/303) fix(toasts): Allow clicking behind toaster ([@TSenter](https://github.com/TSenter))

#### :memo: Documentation
* `docs-app`
* [#306](https://github.com/knoxville-utilities-board/nrg-ui/pull/306) docs: Add pages for modifiers ([@TSenter](https://github.com/TSenter))
* `@nrg-ui/css`, `@nrg-ui/standards`
* [#302](https://github.com/knoxville-utilities-board/nrg-ui/pull/302) chore: Update READMEs for packages ([@TSenter](https://github.com/TSenter))

#### :house: Internal
* `docs-app`, `test-app`, `@nrg-ui/core`, `@nrg-ui/standards`
* [#301](https://github.com/knoxville-utilities-board/nrg-ui/pull/301) chore: Update `eslint-plugin-decorator-position` ([@TSenter](https://github.com/TSenter))
* `test-app`, `@nrg-ui/core`
* [#297](https://github.com/knoxville-utilities-board/nrg-ui/pull/297) chore(test-app): Enable full Glint support ([@TSenter](https://github.com/TSenter))

#### Committers: 1
- Tyler Senter ([@TSenter](https://github.com/TSenter))

## Release (2024-12-05)

@nrg-ui/core 0.18.2 (patch)
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.9.0",
"version": "0.9.1",
"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.18.2",
"version": "0.19.0",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion packages/standards/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nrg-ui/standards",
"version": "0.3.2",
"version": "0.4.0",
"description": "Composable standards for NRG UI packages",
"keywords": [],
"repository": {
Expand Down

0 comments on commit e4929ff

Please sign in to comment.