Skip to content

Commit

Permalink
release: @nrg-ui/css@0.10.0, @nrg-ui/core@0.20.0 (#308)
Browse files Browse the repository at this point in the history
Co-authored-by: fdlane <735646+fdlane@users.noreply.github.com>
  • Loading branch information
kub-bot[bot] and fdlane authored Dec 20, 2024
1 parent 83697a6 commit a1090ac
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 36 deletions.
43 changes: 9 additions & 34 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,35 @@
{
"solution": {
"@nrg-ui/css": {
"impact": "patch",
"oldVersion": "0.9.0",
"newVersion": "0.9.1",
"impact": "minor",
"oldVersion": "0.9.1",
"newVersion": "0.10.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/design-system/package.json"
},
"@nrg-ui/core": {
"impact": "minor",
"oldVersion": "0.18.2",
"newVersion": "0.19.0",
"oldVersion": "0.19.0",
"newVersion": "0.20.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": {
"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"
"oldVersion": "0.4.0"
},
"@nrg-ui/theme-generator": {
"oldVersion": "0.2.0"
}
},
"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"
"description": "## Release (2024-12-20)\n\n@nrg-ui/css 0.10.0 (minor)\n@nrg-ui/core 0.20.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `test-app`, `@nrg-ui/css`, `@nrg-ui/core`\n * [#290](https://github.com/knoxville-utilities-board/nrg-ui/pull/290) feat: Add search bar component ([@Trishu-Patel](https://github.com/Trishu-Patel))\n\n#### :house: Internal\n* `docs-app`\n * [#310](https://github.com/knoxville-utilities-board/nrg-ui/pull/310) chore(docs-app): Use stable @embroider/broccoli-side-watch ([@TSenter](https://github.com/TSenter))\n\n#### Committers: 2\n- Trishu Patel ([@Trishu-Patel](https://github.com/Trishu-Patel))\n- Tyler Senter ([@TSenter](https://github.com/TSenter))\n"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## Release (2024-12-20)

@nrg-ui/css 0.10.0 (minor)
@nrg-ui/core 0.20.0 (minor)

#### :rocket: Enhancement
* `docs-app`, `test-app`, `@nrg-ui/css`, `@nrg-ui/core`
* [#290](https://github.com/knoxville-utilities-board/nrg-ui/pull/290) feat: Add search bar component ([@Trishu-Patel](https://github.com/Trishu-Patel))

#### :house: Internal
* `docs-app`
* [#310](https://github.com/knoxville-utilities-board/nrg-ui/pull/310) chore(docs-app): Use stable @embroider/broccoli-side-watch ([@TSenter](https://github.com/TSenter))

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

## Release (2024-12-11)

@nrg-ui/css 0.9.1 (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.1",
"version": "0.10.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.19.0",
"version": "0.20.0",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit a1090ac

Please sign in to comment.