Skip to content

Commit

Permalink
release: @nrg-ui/core@0.18.0, @nrg-ui/theme-generator@0.2.0 (#287)
Browse files Browse the repository at this point in the history
Co-authored-by: ChesneyJulian <121467322+ChesneyJulian@users.noreply.github.com>
  • Loading branch information
kub-bot[bot] and ChesneyJulian authored Dec 4, 2024
1 parent af3db4c commit 326467f
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 10 deletions.
27 changes: 20 additions & 7 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.17.0",
"newVersion": "0.17.1",
"impact": "minor",
"oldVersion": "0.17.1",
"newVersion": "0.18.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"
Expand All @@ -19,8 +19,21 @@
"oldVersion": "0.3.1"
},
"@nrg-ui/theme-generator": {
"oldVersion": "0.1.0"
"impact": "minor",
"oldVersion": "0.1.0",
"newVersion": "0.2.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/theme-generator/package.json"
}
},
"description": "## Release (2024-11-26)\n\n@nrg-ui/core 0.17.1 (patch)\n\n#### :house: Internal\n* `@nrg-ui/core`\n * [#284](https://github.com/knoxville-utilities-board/nrg-ui/pull/284) chore(toast): Improve types ([@TSenter](https://github.com/TSenter))\n\n#### Committers: 1\n- Tyler Senter ([@TSenter](https://github.com/TSenter))\n"
"description": "## Release (2024-12-04)\n\n@nrg-ui/core 0.18.0 (minor)\n@nrg-ui/theme-generator 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `@nrg-ui/theme-generator`\n * [#291](https://github.com/knoxville-utilities-board/nrg-ui/pull/291) fix(theme-generator): Find node module location at runtime ([@KeithClinard](https://github.com/KeithClinard))\n* `docs-app`, `@nrg-ui/core`\n * [#286](https://github.com/knoxville-utilities-board/nrg-ui/pull/286) refactor: Rename `didInsert` modifier to `onInsert` ([@TSenter](https://github.com/TSenter))\n\n#### :bug: Bug Fix\n* `@nrg-ui/theme-generator`\n * [#291](https://github.com/knoxville-utilities-board/nrg-ui/pull/291) fix(theme-generator): Find node module location at runtime ([@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"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## Release (2024-12-04)

@nrg-ui/core 0.18.0 (minor)
@nrg-ui/theme-generator 0.2.0 (minor)

#### :rocket: Enhancement
* `@nrg-ui/theme-generator`
* [#291](https://github.com/knoxville-utilities-board/nrg-ui/pull/291) fix(theme-generator): Find node module location at runtime ([@KeithClinard](https://github.com/KeithClinard))
* `docs-app`, `@nrg-ui/core`
* [#286](https://github.com/knoxville-utilities-board/nrg-ui/pull/286) refactor: Rename `didInsert` modifier to `onInsert` ([@TSenter](https://github.com/TSenter))

#### :bug: Bug Fix
* `@nrg-ui/theme-generator`
* [#291](https://github.com/knoxville-utilities-board/nrg-ui/pull/291) fix(theme-generator): Find node module location at runtime ([@KeithClinard](https://github.com/KeithClinard))

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

## Release (2024-11-26)

@nrg-ui/core 0.17.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.17.1",
"version": "0.18.0",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down
4 changes: 2 additions & 2 deletions packages/theme-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nrg-ui/theme-generator",
"version": "0.1.0",
"version": "0.2.0",
"description": "Theme generator for @nrg-ui/css",
"main": "./src/index.js",
"type": "module",
Expand All @@ -27,4 +27,4 @@
"sass": "1.79.0",
"semver": "^7.6.3"
}
}
}

0 comments on commit 326467f

Please sign in to comment.