Skip to content

Commit

Permalink
release: @nrg-ui/css@0.11.0, @nrg-ui/core@0.21.0 (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
kub-bot[bot] authored Dec 25, 2024
1 parent fc68036 commit ba52eda
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 7 deletions.
10 changes: 5 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.9.1",
"newVersion": "0.10.0",
"oldVersion": "0.10.0",
"newVersion": "0.11.0",
"constraints": [
{
"impact": "minor",
Expand All @@ -14,8 +14,8 @@
},
"@nrg-ui/core": {
"impact": "minor",
"oldVersion": "0.19.0",
"newVersion": "0.20.0",
"oldVersion": "0.20.0",
"newVersion": "0.21.0",
"constraints": [
{
"impact": "minor",
Expand All @@ -31,5 +31,5 @@
"oldVersion": "0.2.0"
}
},
"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"
"description": "## Release (2024-12-24)\n\n@nrg-ui/css 0.11.0 (minor)\n@nrg-ui/core 0.21.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `test-app`, `@nrg-ui/css`, `@nrg-ui/core`\n * [#315](https://github.com/knoxville-utilities-board/nrg-ui/pull/315) feat: Create popover component ([@TSenter](https://github.com/TSenter))\n\n#### :house: Internal\n* [#313](https://github.com/knoxville-utilities-board/nrg-ui/pull/313) fix(ci): Fix auto-merge enabling ([@TSenter](https://github.com/TSenter))\n* [#311](https://github.com/knoxville-utilities-board/nrg-ui/pull/311) chore(ci): Enable auto-merge on release-plan PR ([@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 (2024-12-24)

@nrg-ui/css 0.11.0 (minor)
@nrg-ui/core 0.21.0 (minor)

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

#### :house: Internal
* [#313](https://github.com/knoxville-utilities-board/nrg-ui/pull/313) fix(ci): Fix auto-merge enabling ([@TSenter](https://github.com/TSenter))
* [#311](https://github.com/knoxville-utilities-board/nrg-ui/pull/311) chore(ci): Enable auto-merge on release-plan PR ([@TSenter](https://github.com/TSenter))

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

## Release (2024-12-20)

@nrg-ui/css 0.10.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.10.0",
"version": "0.11.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.20.0",
"version": "0.21.0",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit ba52eda

Please sign in to comment.