Skip to content

Commit 4a0c00c

Browse files
chore(release): @nvidia-elements/cli-v2.1.1 [skip ci]
## <small>2.1.1 (2026-06-30)</small> * fix(cli): version and updater checks ([e6979e0](e6979e0)) * fix(core): memory leaks from connected callback states ([f49c0bd](f49c0bd)) * fix(docs): iframe example paths ([eddbd96](eddbd96)) * chore(ci): add slack release hook ([4a8fd85](4a8fd85)) * chore(ci): update installations via mise ([054992e](054992e)) * chore(deps): bump vite from 8.0.14 to 8.0.16 ([dfdea58](dfdea58)) * chore(deps): update ([cc12511](cc12511)) * chore(docs): add adoption metrics generation and service ([29e3795](29e3795)) * chore(docs): cleanup readme ([7f92252](7f92252)) * chore(docs): fix base url paths ([f97acb6](f97acb6)) * chore(docs): fix url asset paths ([1cda122](1cda122)) * chore(docs): improved site metadata and tests ([c58c856](c58c856)) * chore(release): @nvidia-elements/core-v2.0.2 [skip ci] ([d01f774](d01f774)) * chore(starters): cleanup starter readme and templates ([e2e225c](e2e225c)) * feat(starters): add htmx+go and fix go starter ([d2ecd86](d2ecd86))
1 parent e6979e0 commit 4a0c00c

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

‎projects/cli/CHANGELOG.md‎

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## <small>2.1.1 (2026-06-30)</small>
2+
3+
* fix(cli): version and updater checks ([e6979e0](https://github.com/NVIDIA/elements/commit/e6979e0))
4+
* fix(core): memory leaks from connected callback states ([f49c0bd](https://github.com/NVIDIA/elements/commit/f49c0bd))
5+
* fix(docs): iframe example paths ([eddbd96](https://github.com/NVIDIA/elements/commit/eddbd96))
6+
* chore(ci): add slack release hook ([4a8fd85](https://github.com/NVIDIA/elements/commit/4a8fd85))
7+
* chore(ci): update installations via mise ([054992e](https://github.com/NVIDIA/elements/commit/054992e))
8+
* chore(deps): bump vite from 8.0.14 to 8.0.16 ([dfdea58](https://github.com/NVIDIA/elements/commit/dfdea58))
9+
* chore(deps): update ([cc12511](https://github.com/NVIDIA/elements/commit/cc12511))
10+
* chore(docs): add adoption metrics generation and service ([29e3795](https://github.com/NVIDIA/elements/commit/29e3795))
11+
* chore(docs): cleanup readme ([7f92252](https://github.com/NVIDIA/elements/commit/7f92252))
12+
* chore(docs): fix base url paths ([f97acb6](https://github.com/NVIDIA/elements/commit/f97acb6))
13+
* chore(docs): fix url asset paths ([1cda122](https://github.com/NVIDIA/elements/commit/1cda122))
14+
* chore(docs): improved site metadata and tests ([c58c856](https://github.com/NVIDIA/elements/commit/c58c856))
15+
* chore(release): @nvidia-elements/core-v2.0.2 [skip ci] ([d01f774](https://github.com/NVIDIA/elements/commit/d01f774))
16+
* chore(starters): cleanup starter readme and templates ([e2e225c](https://github.com/NVIDIA/elements/commit/e2e225c))
17+
* feat(starters): add htmx+go and fix go starter ([d2ecd86](https://github.com/NVIDIA/elements/commit/d2ecd86))
18+
119
## 2.1.0 (2026-06-13)
220

321
* chore(core): remove unused controllers ([59d8349](https://github.com/NVIDIA/elements/commit/59d8349))

‎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.0",
3+
"version": "2.1.1",
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.0",
12+
"version": "2.1.1",
1313
"packages": [
1414
{
1515
"registryType": "npm",
1616
"registryBaseUrl": "https://registry.npmjs.org",
1717
"identifier": "@nvidia-elements/cli",
18-
"version": "2.1.0",
18+
"version": "2.1.1",
1919
"runtimeHint": "npx",
2020
"packageArguments": [
2121
{

0 commit comments

Comments
 (0)