Skip to content

Commit

Permalink
release: @nrg-ui/[email protected], @nrg-ui/[email protected], @nrg-ui/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
TSenter authored and github-actions[bot] committed Oct 29, 2024
1 parent 14af29b commit 5f2ece3
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 7 deletions.
37 changes: 33 additions & 4 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,49 @@
{
"solution": {
"@nrg-ui/css": {
"oldVersion": "0.7.1"
"impact": "minor",
"oldVersion": "0.7.1",
"newVersion": "0.8.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/design-system/package.json"
},
"@nrg-ui/core": {
"impact": "minor",
"oldVersion": "0.12.1",
"newVersion": "0.13.0",
"oldVersion": "0.13.0",
"newVersion": "0.14.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.0.0",
"newVersion": "0.1.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/standards/package.json"
}
},
"description": "## Release (2024-10-16)\n\n@nrg-ui/core 0.13.0 (minor)\n\n#### :rocket: Enhancement\n* `@nrg-ui/core`\n * [#218](https://github.com/knoxville-utilities-board/nrg-ui/pull/218) feat(form): Scroll to first invalid field by default ([@TSenter](https://github.com/TSenter))\n\n#### :memo: Documentation\n* `docs-app`, `test-app`\n * [#194](https://github.com/knoxville-utilities-board/nrg-ui/pull/194) feat: Add theme page ([@KeithClinard](https://github.com/KeithClinard))\n\n#### Committers: 2\n- Keith ([@KeithClinard](https://github.com/KeithClinard))\n- Tyler Senter ([@TSenter](https://github.com/TSenter))\n"
"description": "## Release (2024-10-29)\n\n@nrg-ui/css 0.8.0 (minor)\n@nrg-ui/core 0.14.0 (minor)\n@nrg-ui/standards 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@nrg-ui/css`\n * [#235](https://github.com/knoxville-utilities-board/nrg-ui/pull/235) feat: Ship scss with design system ([@KeithClinard](https://github.com/KeithClinard))\n* `@nrg-ui/standards`\n * [#232](https://github.com/knoxville-utilities-board/nrg-ui/pull/232) feat: Implement basic CLI for standards ([@TSenter](https://github.com/TSenter))\n* `docs-app`, `@nrg-ui/core`, `@nrg-ui/standards`\n * [#231](https://github.com/knoxville-utilities-board/nrg-ui/pull/231) feat: Require named imports be alphabetical ([@TSenter](https://github.com/TSenter))\n* `docs-app`, `@nrg-ui/standards`\n * [#226](https://github.com/knoxville-utilities-board/nrg-ui/pull/226) feat(docs-app): Use new standards library ([@TSenter](https://github.com/TSenter))\n* `@nrg-ui/core`, `@nrg-ui/standards`\n * [#225](https://github.com/knoxville-utilities-board/nrg-ui/pull/225) feat: Create new package for enforceable standards ([@TSenter](https://github.com/TSenter))\n\n#### :house: Internal\n* `docs-app`, `@nrg-ui/standards`\n * [#226](https://github.com/knoxville-utilities-board/nrg-ui/pull/226) feat(docs-app): Use new standards library ([@TSenter](https://github.com/TSenter))\n* `@nrg-ui/core`, `@nrg-ui/standards`\n * [#225](https://github.com/knoxville-utilities-board/nrg-ui/pull/225) feat: Create new package for enforceable standards ([@TSenter](https://github.com/TSenter))\n* Other\n * [#220](https://github.com/knoxville-utilities-board/nrg-ui/pull/220) feat(dependabot): Ignore minor Ember.js versions ([@TSenter](https://github.com/TSenter))\n\n#### Committers: 2\n- Keith ([@KeithClinard](https://github.com/KeithClinard))\n- Tyler Senter ([@TSenter](https://github.com/TSenter))\n"
}
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## Release (2024-10-29)

@nrg-ui/css 0.8.0 (minor)
@nrg-ui/core 0.14.0 (minor)
@nrg-ui/standards 0.1.0 (minor)

#### :rocket: Enhancement
* `@nrg-ui/css`
* [#235](https://github.com/knoxville-utilities-board/nrg-ui/pull/235) feat: Ship scss with design system ([@KeithClinard](https://github.com/KeithClinard))
* `@nrg-ui/standards`
* [#232](https://github.com/knoxville-utilities-board/nrg-ui/pull/232) feat: Implement basic CLI for standards ([@TSenter](https://github.com/TSenter))
* `docs-app`, `@nrg-ui/core`, `@nrg-ui/standards`
* [#231](https://github.com/knoxville-utilities-board/nrg-ui/pull/231) feat: Require named imports be alphabetical ([@TSenter](https://github.com/TSenter))
* `docs-app`, `@nrg-ui/standards`
* [#226](https://github.com/knoxville-utilities-board/nrg-ui/pull/226) feat(docs-app): Use new standards library ([@TSenter](https://github.com/TSenter))
* `@nrg-ui/core`, `@nrg-ui/standards`
* [#225](https://github.com/knoxville-utilities-board/nrg-ui/pull/225) feat: Create new package for enforceable standards ([@TSenter](https://github.com/TSenter))

#### :house: Internal
* `docs-app`, `@nrg-ui/standards`
* [#226](https://github.com/knoxville-utilities-board/nrg-ui/pull/226) feat(docs-app): Use new standards library ([@TSenter](https://github.com/TSenter))
* `@nrg-ui/core`, `@nrg-ui/standards`
* [#225](https://github.com/knoxville-utilities-board/nrg-ui/pull/225) feat: Create new package for enforceable standards ([@TSenter](https://github.com/TSenter))
* Other
* [#220](https://github.com/knoxville-utilities-board/nrg-ui/pull/220) feat(dependabot): Ignore minor Ember.js versions ([@TSenter](https://github.com/TSenter))

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

## Release (2024-10-16)

@nrg-ui/core 0.13.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.1",
"version": "0.8.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.13.0",
"version": "0.14.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.0.0",
"version": "0.1.0",
"description": "Composable standards for NRG UI packages",
"keywords": [],
"repository": {
Expand Down

0 comments on commit 5f2ece3

Please sign in to comment.