Skip to content

Commit

Permalink
release: @nrg-ui/core@0.13.0 (#216)
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 17, 2024
1 parent b885443 commit f8bf5a4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"oldVersion": "0.7.1"
},
"@nrg-ui/core": {
"impact": "patch",
"oldVersion": "0.12.0",
"newVersion": "0.12.1",
"impact": "minor",
"oldVersion": "0.12.1",
"newVersion": "0.13.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/ember-core/package.json"
}
},
"description": "## Release (2024-10-14)\n\n@nrg-ui/core 0.12.1 (patch)\n\n#### :house: Internal\n* `test-app`, `@nrg-ui/core`\n * [#212](https://github.com/knoxville-utilities-board/nrg-ui/pull/212) refactor: Remove extraneous padding on cards ([@ChesneyJulian](https://github.com/ChesneyJulian))\n\n#### Committers: 1\n- Chesney Julian ([@ChesneyJulian](https://github.com/ChesneyJulian))\n"
"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"
}
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-10-16)

@nrg-ui/core 0.13.0 (minor)

#### :rocket: Enhancement
* `@nrg-ui/core`
* [#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))

#### :memo: Documentation
* `docs-app`, `test-app`
* [#194](https://github.com/knoxville-utilities-board/nrg-ui/pull/194) feat: Add theme page ([@KeithClinard](https://github.com/KeithClinard))

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

## Release (2024-10-14)

@nrg-ui/core 0.12.1 (patch)
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.12.1",
"version": "0.13.0",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit f8bf5a4

Please sign in to comment.