Skip to content

Commit 651abf3

Browse files
chore(release): @nvidia-elements/cli-v2.1.9 [skip ci]
## <small>2.1.9 (2026-07-30)</small> * chore(ci): enhance ci performance profiling and add new scripts ([ef0a912](ef0a912)) * chore(ci): update metadata and test coverage report ([216a7a9](216a7a9)) * chore(release): @nvidia-elements/core-v2.2.2 [skip ci] ([f9f1e27](f9f1e27)) * chore(release): @nvidia-elements/lint-v2.3.0 [skip ci] ([35bb729](35bb729)) * chore(release): @nvidia-elements/styles-v2.1.2 [skip ci] ([71fab6c](71fab6c)) * fix(cli): workspace dependency ([5ecbd96](5ecbd96)) * fix(core): drawer positioning ([f66cab0](f66cab0)) * fix(core): update select size handling and improve layout ([6af535d](6af535d)) * fix(styles): add width rule for row layout with space-between alignment ([61113ad](61113ad)) * feat(lint): add rule to restrict container="full" usage ([a634e39](a634e39))
1 parent 35bb729 commit 651abf3

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

‎projects/cli/CHANGELOG.md‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## <small>2.1.9 (2026-07-30)</small>
2+
3+
* chore(ci): enhance ci performance profiling and add new scripts ([ef0a912](https://github.com/NVIDIA/elements/commit/ef0a912))
4+
* chore(ci): update metadata and test coverage report ([216a7a9](https://github.com/NVIDIA/elements/commit/216a7a9))
5+
* chore(release): @nvidia-elements/core-v2.2.2 [skip ci] ([f9f1e27](https://github.com/NVIDIA/elements/commit/f9f1e27))
6+
* chore(release): @nvidia-elements/lint-v2.3.0 [skip ci] ([35bb729](https://github.com/NVIDIA/elements/commit/35bb729))
7+
* chore(release): @nvidia-elements/styles-v2.1.2 [skip ci] ([71fab6c](https://github.com/NVIDIA/elements/commit/71fab6c))
8+
* fix(cli): workspace dependency ([5ecbd96](https://github.com/NVIDIA/elements/commit/5ecbd96))
9+
* fix(core): drawer positioning ([f66cab0](https://github.com/NVIDIA/elements/commit/f66cab0))
10+
* fix(core): update select size handling and improve layout ([6af535d](https://github.com/NVIDIA/elements/commit/6af535d))
11+
* fix(styles): add width rule for row layout with space-between alignment ([61113ad](https://github.com/NVIDIA/elements/commit/61113ad))
12+
* feat(lint): add rule to restrict container="full" usage ([a634e39](https://github.com/NVIDIA/elements/commit/a634e39))
13+
114
## <small>2.1.8 (2026-07-28)</small>
215

316
* chore(docs): add design md file ([5c63566](https://github.com/NVIDIA/elements/commit/5c63566))

‎projects/cli/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nvidia-elements/cli",
3-
"version": "2.1.8",
3+
"version": "2.1.9",
44
"release": {
55
"extends": "../../release.config.js"
66
},

‎projects/cli/server.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"source": "github",
1010
"subfolder": "projects/cli"
1111
},
12-
"version": "2.1.8",
12+
"version": "2.1.9",
1313
"packages": [
1414
{
1515
"registryType": "npm",
1616
"registryBaseUrl": "https://registry.npmjs.org",
1717
"identifier": "@nvidia-elements/cli",
18-
"version": "2.1.8",
18+
"version": "2.1.9",
1919
"runtimeHint": "npx",
2020
"packageArguments": [
2121
{

0 commit comments

Comments
 (0)