Skip to content

Commit

Permalink
release: @nrg-ui/core@0.3.2 (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: KeithClinard <2756533+KeithClinard@users.noreply.github.com>
  • Loading branch information
kub-bot[bot] and KeithClinard authored Sep 20, 2024
1 parent 4e4a206 commit 52c8e75
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
17 changes: 4 additions & 13 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
{
"solution": {
"@nrg-ui/css": {
"impact": "minor",
"oldVersion": "0.1.2",
"newVersion": "0.2.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/design-system/package.json"
"oldVersion": "0.2.0"
},
"@nrg-ui/core": {
"impact": "patch",
"oldVersion": "0.3.0",
"newVersion": "0.3.1",
"oldVersion": "0.3.1",
"newVersion": "0.3.2",
"constraints": [
{
"impact": "patch",
Expand All @@ -25,5 +16,5 @@
"pkgJSONPath": "./packages/ember-core/package.json"
}
},
"description": "## Release (2024-09-19)\n\n@nrg-ui/css 0.2.0 (minor)\n@nrg-ui/core 0.3.1 (patch)\n\n#### :rocket: Enhancement\n* `@nrg-ui/css`\n * [#148](https://github.com/knoxville-utilities-board/nrg-ui/pull/148) feat(css): Enable negative margins ([@TSenter](https://github.com/TSenter))\n\n#### :memo: Documentation\n* `docs-app`\n * [#142](https://github.com/knoxville-utilities-board/nrg-ui/pull/142) chore: Update rootURL for docs app ([@TSenter](https://github.com/TSenter))\n\n#### :house: Internal\n* `docs-app`, `test-app`, `@nrg-ui/core`\n * [#144](https://github.com/knoxville-utilities-board/nrg-ui/pull/144) refactor: Update service pricing component parameter name ([@lnicely](https://github.com/lnicely))\n * [#138](https://github.com/knoxville-utilities-board/nrg-ui/pull/138) chore: Use Embroider for docs app ([@TSenter](https://github.com/TSenter))\n* `docs-app`\n * [#142](https://github.com/knoxville-utilities-board/nrg-ui/pull/142) chore: Update rootURL for docs app ([@TSenter](https://github.com/TSenter))\n* `test-app`\n * [#141](https://github.com/knoxville-utilities-board/nrg-ui/pull/141) chore: Add link to test page ([@KeithClinard](https://github.com/KeithClinard))\n\n#### Committers: 3\n- Keith ([@KeithClinard](https://github.com/KeithClinard))\n- Lucas ([@lnicely](https://github.com/lnicely))\n- Tyler Senter ([@TSenter](https://github.com/TSenter))\n"
"description": "## Release (2024-09-20)\n\n@nrg-ui/core 0.3.2 (patch)\n\n#### :house: Internal\n* `@nrg-ui/core`\n * [#149](https://github.com/knoxville-utilities-board/nrg-ui/pull/149) style(header): Remove padding from header container ([@TSenter](https://github.com/TSenter))\n\n#### Committers: 1\n- Tyler Senter ([@TSenter](https://github.com/TSenter))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-09-20)

@nrg-ui/core 0.3.2 (patch)

#### :house: Internal
* `@nrg-ui/core`
* [#149](https://github.com/knoxville-utilities-board/nrg-ui/pull/149) style(header): Remove padding from header container ([@TSenter](https://github.com/TSenter))

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

## Release (2024-09-19)

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

0 comments on commit 52c8e75

Please sign in to comment.