Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b03b91

Browse files
chore(release): @nvidia-elements/core-v0.1.2 [skip ci]
## <small>0.1.2 (2026-05-18)</small> * feat(cli): add multiple version detection ([c98786a](c98786a)) * feat(cli): support cli skills ([41eb7c9](41eb7c9)) * feat(cli): support mcp apps and improved error handling ([17c3141](17c3141)) * fix(core): button contrast state ([4bafa47](4bafa47)) * fix(themes): refactor conversions and fix out of bound colors ([4e98a7a](4e98a7a)) * chore(ci): lighthouse ([beee0dd](beee0dd)) * chore(ci): update agent configurations ([cbd664c](cbd664c)) * chore(ci): upgrade to typescript 7 ([d9c9705](d9c9705)) * chore(core): update snapshots ([5c9bd5f](5c9bd5f)) * chore(docs): add media docs support ([f3906cb](f3906cb)) * chore(docs): add test command and configuration for vitest ([1e56150](1e56150)) * chore(docs): fixup metadata issues ([b931ff5](b931ff5)) * chore(docs): remove runtime comments ([6fa19e5](6fa19e5)) * chore(internals): add new rules for class inheritance and aria attribute management ([c25838a](c25838a)) * chore(release): @nvidia-elements/cli-v0.0.12 [skip ci] ([ce02646](ce02646)) * chore(release): @nvidia-elements/cli-v0.1.0 [skip ci] ([e8e3187](e8e3187)) * chore(release): @nvidia-elements/code-v0.0.9 [skip ci] ([098029d](098029d)) * chore(release): @nvidia-elements/create-v0.0.8 [skip ci] ([bfcb1fc](bfcb1fc)) * chore(release): @nvidia-elements/lint-v0.3.1 [skip ci] ([b3c65cc](b3c65cc)) * chore(release): @nvidia-elements/markdown-v0.0.9 [skip ci] ([a321984](a321984)) * chore(release): @nvidia-elements/monaco-v0.0.11 [skip ci] ([a076aee](a076aee)) * chore(release): @nvidia-elements/themes-v0.0.11 [skip ci] ([8618c39](8618c39))
1 parent 17c3141 commit 9b03b91

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

projects/core/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## <small>0.1.2 (2026-05-18)</small>
2+
3+
* feat(cli): add multiple version detection ([c98786a](https://github.com/NVIDIA/elements/commit/c98786a))
4+
* feat(cli): support cli skills ([41eb7c9](https://github.com/NVIDIA/elements/commit/41eb7c9))
5+
* feat(cli): support mcp apps and improved error handling ([17c3141](https://github.com/NVIDIA/elements/commit/17c3141))
6+
* fix(core): button contrast state ([4bafa47](https://github.com/NVIDIA/elements/commit/4bafa47))
7+
* fix(themes): refactor conversions and fix out of bound colors ([4e98a7a](https://github.com/NVIDIA/elements/commit/4e98a7a))
8+
* chore(ci): lighthouse ([beee0dd](https://github.com/NVIDIA/elements/commit/beee0dd))
9+
* chore(ci): update agent configurations ([cbd664c](https://github.com/NVIDIA/elements/commit/cbd664c))
10+
* chore(ci): upgrade to typescript 7 ([d9c9705](https://github.com/NVIDIA/elements/commit/d9c9705))
11+
* chore(core): update snapshots ([5c9bd5f](https://github.com/NVIDIA/elements/commit/5c9bd5f))
12+
* chore(docs): add media docs support ([f3906cb](https://github.com/NVIDIA/elements/commit/f3906cb))
13+
* chore(docs): add test command and configuration for vitest ([1e56150](https://github.com/NVIDIA/elements/commit/1e56150))
14+
* chore(docs): fixup metadata issues ([b931ff5](https://github.com/NVIDIA/elements/commit/b931ff5))
15+
* chore(docs): remove runtime comments ([6fa19e5](https://github.com/NVIDIA/elements/commit/6fa19e5))
16+
* chore(internals): add new rules for class inheritance and aria attribute management ([c25838a](https://github.com/NVIDIA/elements/commit/c25838a))
17+
* chore(release): @nvidia-elements/cli-v0.0.12 [skip ci] ([ce02646](https://github.com/NVIDIA/elements/commit/ce02646))
18+
* chore(release): @nvidia-elements/cli-v0.1.0 [skip ci] ([e8e3187](https://github.com/NVIDIA/elements/commit/e8e3187))
19+
* chore(release): @nvidia-elements/code-v0.0.9 [skip ci] ([098029d](https://github.com/NVIDIA/elements/commit/098029d))
20+
* chore(release): @nvidia-elements/create-v0.0.8 [skip ci] ([bfcb1fc](https://github.com/NVIDIA/elements/commit/bfcb1fc))
21+
* chore(release): @nvidia-elements/lint-v0.3.1 [skip ci] ([b3c65cc](https://github.com/NVIDIA/elements/commit/b3c65cc))
22+
* chore(release): @nvidia-elements/markdown-v0.0.9 [skip ci] ([a321984](https://github.com/NVIDIA/elements/commit/a321984))
23+
* chore(release): @nvidia-elements/monaco-v0.0.11 [skip ci] ([a076aee](https://github.com/NVIDIA/elements/commit/a076aee))
24+
* chore(release): @nvidia-elements/themes-v0.0.11 [skip ci] ([8618c39](https://github.com/NVIDIA/elements/commit/8618c39))
25+
126
## <small>0.1.1 (2026-05-13)</small>
227

328
* chore(ci): add knip configuration for unused dep linting ([1d039cd](https://github.com/NVIDIA/elements/commit/1d039cd))

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

0 commit comments

Comments
 (0)