Skip to content

Commit

Permalink
release: @nrg-ui/css@0.13.0, @nrg-ui/core@0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TSenter authored and github-actions[bot] committed Jan 6, 2025
1 parent 157c2ce commit d8aac41
Show file tree
Hide file tree
Showing 4 changed files with 27 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,20 +2,24 @@
"solution": {
"@nrg-ui/css": {
"impact": "minor",
"oldVersion": "0.11.0",
"newVersion": "0.12.0",
"oldVersion": "0.12.0",
"newVersion": "0.13.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/design-system/package.json"
},
"@nrg-ui/core": {
"impact": "minor",
"oldVersion": "0.21.0",
"newVersion": "0.22.0",
"oldVersion": "0.22.0",
"newVersion": "0.23.0",
"constraints": [
{
"impact": "minor",
Expand All @@ -31,5 +35,5 @@
"oldVersion": "0.2.0"
}
},
"description": "## Release (2024-12-30)\n\n@nrg-ui/css 0.12.0 (minor)\n@nrg-ui/core 0.22.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `test-app`, `@nrg-ui/css`, `@nrg-ui/core`\n * [#320](https://github.com/knoxville-utilities-board/nrg-ui/pull/320) feat: Create pagination component ([@TSenter](https://github.com/TSenter))\n * [#317](https://github.com/knoxville-utilities-board/nrg-ui/pull/317) feat: Create tooltip component ([@TSenter](https://github.com/TSenter))\n\n#### :house: Internal\n* [#319](https://github.com/knoxville-utilities-board/nrg-ui/pull/319) chore(ci): Don't auto-merge release PRs ([@TSenter](https://github.com/TSenter))\n\n#### Committers: 1\n- Tyler Senter ([@TSenter](https://github.com/TSenter))\n"
"description": "## Release (2025-01-06)\n\n@nrg-ui/css 0.13.0 (minor)\n@nrg-ui/core 0.23.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `test-app`, `@nrg-ui/css`, `@nrg-ui/core`\n * [#323](https://github.com/knoxville-utilities-board/nrg-ui/pull/323) feat: Create dropdown component ([@TSenter](https://github.com/TSenter))\n\n#### :house: Internal\n* `@nrg-ui/css`\n * [#324](https://github.com/knoxville-utilities-board/nrg-ui/pull/324) chore: Move pagination styling to dedicated file ([@TSenter](https://github.com/TSenter))\n\n#### Committers: 1\n- Tyler Senter ([@TSenter](https://github.com/TSenter))\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release (2025-01-06)

@nrg-ui/css 0.13.0 (minor)
@nrg-ui/core 0.23.0 (minor)

#### :rocket: Enhancement
* `docs-app`, `test-app`, `@nrg-ui/css`, `@nrg-ui/core`
* [#323](https://github.com/knoxville-utilities-board/nrg-ui/pull/323) feat: Create dropdown component ([@TSenter](https://github.com/TSenter))

#### :house: Internal
* `@nrg-ui/css`
* [#324](https://github.com/knoxville-utilities-board/nrg-ui/pull/324) chore: Move pagination styling to dedicated file ([@TSenter](https://github.com/TSenter))

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

## Release (2024-12-30)

@nrg-ui/css 0.12.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.12.0",
"version": "0.13.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.22.0",
"version": "0.23.0",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit d8aac41

Please sign in to comment.