Skip to content

Commit

Permalink
release: @nrg-ui/core@0.17.0 (#282)
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 Nov 25, 2024
1 parent 6501363 commit f369a10
Show file tree
Hide file tree
Showing 3 changed files with 18 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,13 +4,13 @@
"oldVersion": "0.9.0"
},
"@nrg-ui/core": {
"impact": "patch",
"oldVersion": "0.16.0",
"newVersion": "0.16.1",
"impact": "minor",
"oldVersion": "0.16.1",
"newVersion": "0.17.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/ember-core/package.json"
Expand All @@ -22,5 +22,5 @@
"oldVersion": "0.1.0"
}
},
"description": "## Release (2024-11-19)\n\n@nrg-ui/core 0.16.1 (patch)\n\n#### :bug: Bug Fix\n* `docs-app`, `@nrg-ui/core`\n * [#278](https://github.com/knoxville-utilities-board/nrg-ui/pull/278) fix: Add destructor to field component for validations ([@lnicely](https://github.com/lnicely))\n\n#### Committers: 1\n- Lucas ([@lnicely](https://github.com/lnicely))\n"
"description": "## Release (2024-11-25)\n\n@nrg-ui/core 0.17.0 (minor)\n\n#### :rocket: Enhancement\n* `@nrg-ui/core`\n * [#280](https://github.com/knoxville-utilities-board/nrg-ui/pull/280) feat(types): Update registries for consuming TS/Glint apps/addons ([@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-11-25)

@nrg-ui/core 0.17.0 (minor)

#### :rocket: Enhancement
* `@nrg-ui/core`
* [#280](https://github.com/knoxville-utilities-board/nrg-ui/pull/280) feat(types): Update registries for consuming TS/Glint apps/addons ([@TSenter](https://github.com/TSenter))

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

## Release (2024-11-19)

@nrg-ui/core 0.16.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.16.1",
"version": "0.17.0",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit f369a10

Please sign in to comment.