Skip to content

Commit

Permalink
release: @nrg-ui/css@0.6.0, @nrg-ui/core@0.8.0 (#173)
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 Oct 8, 2024
1 parent be63cef commit c732464
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 7 deletions.
14 changes: 9 additions & 5 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"@nrg-ui/css": {
"impact": "minor",
"oldVersion": "0.4.0",
"newVersion": "0.5.0",
"oldVersion": "0.5.0",
"newVersion": "0.6.0",
"constraints": [
{
"impact": "minor",
Expand All @@ -14,16 +14,20 @@
},
"@nrg-ui/core": {
"impact": "minor",
"oldVersion": "0.6.0",
"newVersion": "0.7.0",
"oldVersion": "0.7.0",
"newVersion": "0.8.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"
}
},
"description": "## Release (2024-10-03)\n\n@nrg-ui/css 0.5.0 (minor)\n@nrg-ui/core 0.7.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `test-app`, `@nrg-ui/css`, `@nrg-ui/core`\n * [#136](https://github.com/knoxville-utilities-board/nrg-ui/pull/136) feat: Add toast component ([@KeithClinard](https://github.com/KeithClinard))\n\n#### Committers: 1\n- Keith ([@KeithClinard](https://github.com/KeithClinard))\n"
"description": "## Release (2024-10-08)\n\n@nrg-ui/css 0.6.0 (minor)\n@nrg-ui/core 0.8.0 (minor)\n\n#### :rocket: Enhancement\n* `@nrg-ui/css`\n * [#176](https://github.com/knoxville-utilities-board/nrg-ui/pull/176) feat: Add styling for placeholder opacity ([@lnicely](https://github.com/lnicely))\n* `docs-app`, `@nrg-ui/css`, `@nrg-ui/core`\n * [#178](https://github.com/knoxville-utilities-board/nrg-ui/pull/178) feat: Add margins to form fields ([@KeithClinard](https://github.com/KeithClinard))\n * [#177](https://github.com/knoxville-utilities-board/nrg-ui/pull/177) feat: Improved styling for fixed toaster ([@KeithClinard](https://github.com/KeithClinard))\n* `@nrg-ui/core`\n * [#175](https://github.com/knoxville-utilities-board/nrg-ui/pull/175) feat: Add spread attributes to toaster ([@Trishu-Patel](https://github.com/Trishu-Patel))\n\n#### :house: Internal\n* `@nrg-ui/core`\n * [#174](https://github.com/knoxville-utilities-board/nrg-ui/pull/174) fix: Change icon spacing based on type ([@bnhkubpublic](https://github.com/bnhkubpublic))\n\n#### Committers: 4\n- Brian ([@bnhkubpublic](https://github.com/bnhkubpublic))\n- Keith ([@KeithClinard](https://github.com/KeithClinard))\n- Lucas ([@lnicely](https://github.com/lnicely))\n- Trishu Patel ([@Trishu-Patel](https://github.com/Trishu-Patel))\n"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## Release (2024-10-08)

@nrg-ui/css 0.6.0 (minor)
@nrg-ui/core 0.8.0 (minor)

#### :rocket: Enhancement
* `@nrg-ui/css`
* [#176](https://github.com/knoxville-utilities-board/nrg-ui/pull/176) feat: Add styling for placeholder opacity ([@lnicely](https://github.com/lnicely))
* `docs-app`, `@nrg-ui/css`, `@nrg-ui/core`
* [#178](https://github.com/knoxville-utilities-board/nrg-ui/pull/178) feat: Add margins to form fields ([@KeithClinard](https://github.com/KeithClinard))
* [#177](https://github.com/knoxville-utilities-board/nrg-ui/pull/177) feat: Improved styling for fixed toaster ([@KeithClinard](https://github.com/KeithClinard))
* `@nrg-ui/core`
* [#175](https://github.com/knoxville-utilities-board/nrg-ui/pull/175) feat: Add spread attributes to toaster ([@Trishu-Patel](https://github.com/Trishu-Patel))

#### :house: Internal
* `@nrg-ui/core`
* [#174](https://github.com/knoxville-utilities-board/nrg-ui/pull/174) fix: Change icon spacing based on type ([@bnhkubpublic](https://github.com/bnhkubpublic))

#### Committers: 4
- Brian ([@bnhkubpublic](https://github.com/bnhkubpublic))
- Keith ([@KeithClinard](https://github.com/KeithClinard))
- Lucas ([@lnicely](https://github.com/lnicely))
- Trishu Patel ([@Trishu-Patel](https://github.com/Trishu-Patel))

## Release (2024-10-03)

@nrg-ui/css 0.5.0 (minor)
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.5.0",
"version": "0.6.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.7.0",
"version": "0.8.0",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit c732464

Please sign in to comment.