Skip to content

Commit 94a0a99

Browse files
chore(release): @nvidia-elements/cli-v0.3.0 [skip ci]
## 0.3.0 (2026-06-04) * chore(ci): improve workflow default permissions ([878bafb](878bafb)) * chore(ci): update dependencies ([02fa6b5](02fa6b5)) * chore(ci): update lighthouse ([f1fb184](f1fb184)) * chore(core): test coverage ([f2da970](f2da970)) * chore(docs): cleanup starter links ([0195089](0195089)) * chore(docs): improve docs metadata ([00da961](00da961)) * chore(docs): update agent documentation and component creation guidelines ([69e3ed5](69e3ed5)) * chore(lint): add combobox api check ([71a34ef](71a34ef)) * chore(release): @nvidia-elements/core-v0.2.0 [skip ci] ([471b568](471b568)) * chore(release): @nvidia-elements/core-v0.2.1 [skip ci] ([ac77441](ac77441)) * chore(release): @nvidia-elements/core-v0.2.2 [skip ci] ([094563b](094563b)) * chore(release): @nvidia-elements/core-v0.2.3 [skip ci] ([8747335](8747335)) * chore(release): @nvidia-elements/forms-v0.1.0 [skip ci] ([37b0575](37b0575)) * chore(release): @nvidia-elements/monaco-v0.0.12 [skip ci] ([e72e4f9](e72e4f9)) * chore(starters): enable lit library starter ([06d0f39](06d0f39)) * feat(cli): enable lit-library starter support ([9333b0a](9333b0a)) * feat(core): introduce tag layout options and patterns ([c961584](c961584)) * feat(forms): add form control mixins ([fc88b3a](fc88b3a)) * feat(starters): mcp-app support ([3548972](3548972)) * fix(ci): ensure node is available in agent sandbox ([27f7bd1](27f7bd1)) * fix(core): chrome scoped registry and popover behavior ([e8bb66c](e8bb66c)) * fix(core): cleanup timeout on popover close ([a3c1448](a3c1448)) * fix(core): refactor to use form control mixins ([5e1721d](5e1721d)) * fix(docs): add missing mcp apps and custom elements manifest docs ([56d8415](56d8415)) * fix(monaco): refactor to use form control mixin entrypoint ([05c73b9](05c73b9))
1 parent 0195089 commit 94a0a99

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

projects/cli/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## 0.3.0 (2026-06-04)
2+
3+
* chore(ci): improve workflow default permissions ([878bafb](https://github.com/NVIDIA/elements/commit/878bafb))
4+
* chore(ci): update dependencies ([02fa6b5](https://github.com/NVIDIA/elements/commit/02fa6b5))
5+
* chore(ci): update lighthouse ([f1fb184](https://github.com/NVIDIA/elements/commit/f1fb184))
6+
* chore(core): test coverage ([f2da970](https://github.com/NVIDIA/elements/commit/f2da970))
7+
* chore(docs): cleanup starter links ([0195089](https://github.com/NVIDIA/elements/commit/0195089))
8+
* chore(docs): improve docs metadata ([00da961](https://github.com/NVIDIA/elements/commit/00da961))
9+
* chore(docs): update agent documentation and component creation guidelines ([69e3ed5](https://github.com/NVIDIA/elements/commit/69e3ed5))
10+
* chore(lint): add combobox api check ([71a34ef](https://github.com/NVIDIA/elements/commit/71a34ef))
11+
* chore(release): @nvidia-elements/core-v0.2.0 [skip ci] ([471b568](https://github.com/NVIDIA/elements/commit/471b568))
12+
* chore(release): @nvidia-elements/core-v0.2.1 [skip ci] ([ac77441](https://github.com/NVIDIA/elements/commit/ac77441))
13+
* chore(release): @nvidia-elements/core-v0.2.2 [skip ci] ([094563b](https://github.com/NVIDIA/elements/commit/094563b))
14+
* chore(release): @nvidia-elements/core-v0.2.3 [skip ci] ([8747335](https://github.com/NVIDIA/elements/commit/8747335))
15+
* chore(release): @nvidia-elements/forms-v0.1.0 [skip ci] ([37b0575](https://github.com/NVIDIA/elements/commit/37b0575))
16+
* chore(release): @nvidia-elements/monaco-v0.0.12 [skip ci] ([e72e4f9](https://github.com/NVIDIA/elements/commit/e72e4f9))
17+
* chore(starters): enable lit library starter ([06d0f39](https://github.com/NVIDIA/elements/commit/06d0f39))
18+
* feat(cli): enable lit-library starter support ([9333b0a](https://github.com/NVIDIA/elements/commit/9333b0a))
19+
* feat(core): introduce tag layout options and patterns ([c961584](https://github.com/NVIDIA/elements/commit/c961584))
20+
* feat(forms): add form control mixins ([fc88b3a](https://github.com/NVIDIA/elements/commit/fc88b3a))
21+
* feat(starters): mcp-app support ([3548972](https://github.com/NVIDIA/elements/commit/3548972))
22+
* fix(ci): ensure node is available in agent sandbox ([27f7bd1](https://github.com/NVIDIA/elements/commit/27f7bd1))
23+
* fix(core): chrome scoped registry and popover behavior ([e8bb66c](https://github.com/NVIDIA/elements/commit/e8bb66c))
24+
* fix(core): cleanup timeout on popover close ([a3c1448](https://github.com/NVIDIA/elements/commit/a3c1448))
25+
* fix(core): refactor to use form control mixins ([5e1721d](https://github.com/NVIDIA/elements/commit/5e1721d))
26+
* fix(docs): add missing mcp apps and custom elements manifest docs ([56d8415](https://github.com/NVIDIA/elements/commit/56d8415))
27+
* fix(monaco): refactor to use form control mixin entrypoint ([05c73b9](https://github.com/NVIDIA/elements/commit/05c73b9))
28+
129
## <small>0.2.3 (2026-05-22)</small>
230

331
* fix(cli): broken default binary path ([368e6fe](https://github.com/NVIDIA/elements/commit/368e6fe))

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": "0.2.3",
3+
"version": "0.3.0",
44
"release": {
55
"extends": "../../release.config.js"
66
},

0 commit comments

Comments
 (0)