Skip to content

Commit

Permalink
release: @nrg-ui/css@0.7.1, @nrg-ui/core@0.9.0 (#183)
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 10, 2024
1 parent 1f5efe1 commit ed50fbf
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 9 deletions.
27 changes: 20 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,33 @@
{
"solution": {
"@nrg-ui/css": {
"impact": "minor",
"oldVersion": "0.6.0",
"newVersion": "0.7.0",
"impact": "patch",
"oldVersion": "0.7.0",
"newVersion": "0.7.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/design-system/package.json"
},
"@nrg-ui/core": {
"oldVersion": "0.8.0"
"impact": "minor",
"oldVersion": "0.8.0",
"newVersion": "0.9.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-08)\n\n@nrg-ui/css 0.7.0 (minor)\n\n#### :rocket: Enhancement\n* `@nrg-ui/css`\n * [#179](https://github.com/knoxville-utilities-board/nrg-ui/pull/179) feat: Add color variants to text ([@TSenter](https://github.com/TSenter))\n\n#### Committers: 1\n- Tyler Senter ([@TSenter](https://github.com/TSenter))\n"
"description": "## Release (2024-10-10)\n\n@nrg-ui/css 0.7.1 (patch)\n@nrg-ui/core 0.9.0 (minor)\n\n#### :rocket: Enhancement\n* `@nrg-ui/core`\n * [#195](https://github.com/knoxville-utilities-board/nrg-ui/pull/195) feat: Implement not found component ([@ChesneyJulian](https://github.com/ChesneyJulian))\n\n#### :bug: Bug Fix\n* `@nrg-ui/css`\n * [#193](https://github.com/knoxville-utilities-board/nrg-ui/pull/193) fix(select): Remove validation icon and allow background color ([@TSenter](https://github.com/TSenter))\n\n#### :house: Internal\n* `docs-app`, `test-app`, `@nrg-ui/core`\n * [#191](https://github.com/knoxville-utilities-board/nrg-ui/pull/191) chore: Update eslint import and fix linting ([@KeithClinard](https://github.com/KeithClinard))\n* Other\n * [#189](https://github.com/knoxville-utilities-board/nrg-ui/pull/189) chore(dependabot): Ignore major version updates ([@TSenter](https://github.com/TSenter))\n * [#182](https://github.com/knoxville-utilities-board/nrg-ui/pull/182) chore(security): Create Dependabot config file ([@TSenter](https://github.com/TSenter))\n\n#### Committers: 3\n- Chesney Julian ([@ChesneyJulian](https://github.com/ChesneyJulian))\n- Keith ([@KeithClinard](https://github.com/KeithClinard))\n- Tyler Senter ([@TSenter](https://github.com/TSenter))\n"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## Release (2024-10-10)

@nrg-ui/css 0.7.1 (patch)
@nrg-ui/core 0.9.0 (minor)

#### :rocket: Enhancement
* `@nrg-ui/core`
* [#195](https://github.com/knoxville-utilities-board/nrg-ui/pull/195) feat: Implement not found component ([@ChesneyJulian](https://github.com/ChesneyJulian))

#### :bug: Bug Fix
* `@nrg-ui/css`
* [#193](https://github.com/knoxville-utilities-board/nrg-ui/pull/193) fix(select): Remove validation icon and allow background color ([@TSenter](https://github.com/TSenter))

#### :house: Internal
* `docs-app`, `test-app`, `@nrg-ui/core`
* [#191](https://github.com/knoxville-utilities-board/nrg-ui/pull/191) chore: Update eslint import and fix linting ([@KeithClinard](https://github.com/KeithClinard))
* Other
* [#189](https://github.com/knoxville-utilities-board/nrg-ui/pull/189) chore(dependabot): Ignore major version updates ([@TSenter](https://github.com/TSenter))
* [#182](https://github.com/knoxville-utilities-board/nrg-ui/pull/182) chore(security): Create Dependabot config file ([@TSenter](https://github.com/TSenter))

#### Committers: 3
- Chesney Julian ([@ChesneyJulian](https://github.com/ChesneyJulian))
- Keith ([@KeithClinard](https://github.com/KeithClinard))
- Tyler Senter ([@TSenter](https://github.com/TSenter))

## Release (2024-10-08)

@nrg-ui/css 0.7.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.7.0",
"version": "0.7.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.8.0",
"version": "0.9.0",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit ed50fbf

Please sign in to comment.