diff --git a/.release-plan.json b/.release-plan.json index 9527ae058..3e11f73ec 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,20 +1,49 @@ { "solution": { "@nrg-ui/css": { - "oldVersion": "0.7.1" + "impact": "minor", + "oldVersion": "0.7.1", + "newVersion": "0.8.0", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + } + ], + "pkgJSONPath": "./packages/design-system/package.json" }, "@nrg-ui/core": { "impact": "minor", - "oldVersion": "0.12.1", - "newVersion": "0.13.0", + "oldVersion": "0.13.0", + "newVersion": "0.14.0", "constraints": [ { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./packages/ember-core/package.json" + }, + "@nrg-ui/standards": { + "impact": "minor", + "oldVersion": "0.0.0", + "newVersion": "0.1.0", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./packages/standards/package.json" } }, - "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" + "description": "## Release (2024-10-29)\n\n@nrg-ui/css 0.8.0 (minor)\n@nrg-ui/core 0.14.0 (minor)\n@nrg-ui/standards 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@nrg-ui/css`\n * [#235](https://github.com/knoxville-utilities-board/nrg-ui/pull/235) feat: Ship scss with design system ([@KeithClinard](https://github.com/KeithClinard))\n* `@nrg-ui/standards`\n * [#232](https://github.com/knoxville-utilities-board/nrg-ui/pull/232) feat: Implement basic CLI for standards ([@TSenter](https://github.com/TSenter))\n* `docs-app`, `@nrg-ui/core`, `@nrg-ui/standards`\n * [#231](https://github.com/knoxville-utilities-board/nrg-ui/pull/231) feat: Require named imports be alphabetical ([@TSenter](https://github.com/TSenter))\n* `docs-app`, `@nrg-ui/standards`\n * [#226](https://github.com/knoxville-utilities-board/nrg-ui/pull/226) feat(docs-app): Use new standards library ([@TSenter](https://github.com/TSenter))\n* `@nrg-ui/core`, `@nrg-ui/standards`\n * [#225](https://github.com/knoxville-utilities-board/nrg-ui/pull/225) feat: Create new package for enforceable standards ([@TSenter](https://github.com/TSenter))\n\n#### :house: Internal\n* Other\n * [#237](https://github.com/knoxville-utilities-board/nrg-ui/pull/237) chore(ci): Always save dependency cache ([@TSenter](https://github.com/TSenter))\n * [#220](https://github.com/knoxville-utilities-board/nrg-ui/pull/220) feat(dependabot): Ignore minor Ember.js versions ([@TSenter](https://github.com/TSenter))\n* `docs-app`, `@nrg-ui/standards`\n * [#226](https://github.com/knoxville-utilities-board/nrg-ui/pull/226) feat(docs-app): Use new standards library ([@TSenter](https://github.com/TSenter))\n* `@nrg-ui/core`, `@nrg-ui/standards`\n * [#225](https://github.com/knoxville-utilities-board/nrg-ui/pull/225) feat: Create new package for enforceable standards ([@TSenter](https://github.com/TSenter))\n\n#### Committers: 2\n- Keith ([@KeithClinard](https://github.com/KeithClinard))\n- Tyler Senter ([@TSenter](https://github.com/TSenter))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 431ed764c..e3af15455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## Release (2024-10-29) + +@nrg-ui/css 0.8.0 (minor) +@nrg-ui/core 0.14.0 (minor) +@nrg-ui/standards 0.1.0 (minor) + +#### :rocket: Enhancement +* `@nrg-ui/css` + * [#235](https://github.com/knoxville-utilities-board/nrg-ui/pull/235) feat: Ship scss with design system ([@KeithClinard](https://github.com/KeithClinard)) +* `@nrg-ui/standards` + * [#232](https://github.com/knoxville-utilities-board/nrg-ui/pull/232) feat: Implement basic CLI for standards ([@TSenter](https://github.com/TSenter)) +* `docs-app`, `@nrg-ui/core`, `@nrg-ui/standards` + * [#231](https://github.com/knoxville-utilities-board/nrg-ui/pull/231) feat: Require named imports be alphabetical ([@TSenter](https://github.com/TSenter)) +* `docs-app`, `@nrg-ui/standards` + * [#226](https://github.com/knoxville-utilities-board/nrg-ui/pull/226) feat(docs-app): Use new standards library ([@TSenter](https://github.com/TSenter)) +* `@nrg-ui/core`, `@nrg-ui/standards` + * [#225](https://github.com/knoxville-utilities-board/nrg-ui/pull/225) feat: Create new package for enforceable standards ([@TSenter](https://github.com/TSenter)) + +#### :house: Internal +* Other + * [#237](https://github.com/knoxville-utilities-board/nrg-ui/pull/237) chore(ci): Always save dependency cache ([@TSenter](https://github.com/TSenter)) + * [#220](https://github.com/knoxville-utilities-board/nrg-ui/pull/220) feat(dependabot): Ignore minor Ember.js versions ([@TSenter](https://github.com/TSenter)) +* `docs-app`, `@nrg-ui/standards` + * [#226](https://github.com/knoxville-utilities-board/nrg-ui/pull/226) feat(docs-app): Use new standards library ([@TSenter](https://github.com/TSenter)) +* `@nrg-ui/core`, `@nrg-ui/standards` + * [#225](https://github.com/knoxville-utilities-board/nrg-ui/pull/225) feat: Create new package for enforceable standards ([@TSenter](https://github.com/TSenter)) + +#### Committers: 2 +- Keith ([@KeithClinard](https://github.com/KeithClinard)) +- Tyler Senter ([@TSenter](https://github.com/TSenter)) + ## Release (2024-10-16) @nrg-ui/core 0.13.0 (minor) diff --git a/packages/design-system/package.json b/packages/design-system/package.json index 302a7b3a3..93fb04d69 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@nrg-ui/css", - "version": "0.7.1", + "version": "0.8.0", "description": "", "repository": { "directory": "packages/design-system", diff --git a/packages/ember-core/package.json b/packages/ember-core/package.json index 3a364aa22..af955bed2 100644 --- a/packages/ember-core/package.json +++ b/packages/ember-core/package.json @@ -1,6 +1,6 @@ { "name": "@nrg-ui/core", - "version": "0.13.0", + "version": "0.14.0", "description": "The default blueprint for Embroider v2 addons.", "keywords": [ "ember-addon" diff --git a/packages/standards/package.json b/packages/standards/package.json index 5373a00f4..4b7cf6f1c 100644 --- a/packages/standards/package.json +++ b/packages/standards/package.json @@ -1,6 +1,6 @@ { "name": "@nrg-ui/standards", - "version": "0.0.0", + "version": "0.1.0", "description": "Composable standards for NRG UI packages", "keywords": [], "repository": {