Skip to content

Commit 594d1d2

Browse files
chore(release): @nvidia-elements/core-v0.1.0 [skip ci]
## 0.1.0 (2026-05-05) * feat(core): add nve-format-number component ([d49ec24](d49ec24)) * feat(lint): improve deprecated api migration rules ([d61ec17](d61ec17)) * chore(ci): lint corrections for missing nve-logo content ([6fc306f](6fc306f)) * chore(docs): add codex link ([36473c1](36473c1)) * chore(docs): improve migration docs and layouts ([d905928](d905928)) * chore(release): @nvidia-elements/cli-v0.0.10 [skip ci] ([72fe1ff](72fe1ff)) * chore(release): @nvidia-elements/code-v0.0.8 [skip ci] ([1f779f9](1f779f9)) * chore(release): @nvidia-elements/lint-v0.2.1 [skip ci] ([4a47a83](4a47a83)) * chore(release): @nvidia-elements/lint-v0.3.0 [skip ci] ([05610ae](05610ae)) * chore(release): @nvidia-elements/markdown-v0.0.8 [skip ci] ([8f687c7](8f687c7)) * chore(release): @nvidia-elements/monaco-v0.0.10 [skip ci] ([60ec7eb](60ec7eb)) * chore(release): @nvidia-elements/monaco-v0.0.8 [skip ci] ([76e5b06](76e5b06)) * chore(release): @nvidia-elements/monaco-v0.0.9 [skip ci] ([4a07ec6](4a07ec6)) * fix(cli): improved migration context ([771e194](771e194)) * fix(monaco): address timing issue in validation patch ([1ac01cb](1ac01cb)) * fix(monaco): patch monaco-editor broken paste action ([35f27ce](35f27ce))
1 parent d49ec24 commit 594d1d2

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

projects/core/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 0.1.0 (2026-05-05)
2+
3+
* feat(core): add nve-format-number component ([d49ec24](https://github.com/NVIDIA/elements/commit/d49ec24))
4+
* feat(lint): improve deprecated api migration rules ([d61ec17](https://github.com/NVIDIA/elements/commit/d61ec17))
5+
* chore(ci): lint corrections for missing nve-logo content ([6fc306f](https://github.com/NVIDIA/elements/commit/6fc306f))
6+
* chore(docs): add codex link ([36473c1](https://github.com/NVIDIA/elements/commit/36473c1))
7+
* chore(docs): improve migration docs and layouts ([d905928](https://github.com/NVIDIA/elements/commit/d905928))
8+
* chore(release): @nvidia-elements/cli-v0.0.10 [skip ci] ([72fe1ff](https://github.com/NVIDIA/elements/commit/72fe1ff))
9+
* chore(release): @nvidia-elements/code-v0.0.8 [skip ci] ([1f779f9](https://github.com/NVIDIA/elements/commit/1f779f9))
10+
* chore(release): @nvidia-elements/lint-v0.2.1 [skip ci] ([4a47a83](https://github.com/NVIDIA/elements/commit/4a47a83))
11+
* chore(release): @nvidia-elements/lint-v0.3.0 [skip ci] ([05610ae](https://github.com/NVIDIA/elements/commit/05610ae))
12+
* chore(release): @nvidia-elements/markdown-v0.0.8 [skip ci] ([8f687c7](https://github.com/NVIDIA/elements/commit/8f687c7))
13+
* chore(release): @nvidia-elements/monaco-v0.0.10 [skip ci] ([60ec7eb](https://github.com/NVIDIA/elements/commit/60ec7eb))
14+
* chore(release): @nvidia-elements/monaco-v0.0.8 [skip ci] ([76e5b06](https://github.com/NVIDIA/elements/commit/76e5b06))
15+
* chore(release): @nvidia-elements/monaco-v0.0.9 [skip ci] ([4a07ec6](https://github.com/NVIDIA/elements/commit/4a07ec6))
16+
* fix(cli): improved migration context ([771e194](https://github.com/NVIDIA/elements/commit/771e194))
17+
* fix(monaco): address timing issue in validation patch ([1ac01cb](https://github.com/NVIDIA/elements/commit/1ac01cb))
18+
* fix(monaco): patch monaco-editor broken paste action ([35f27ce](https://github.com/NVIDIA/elements/commit/35f27ce))
19+
120
## <small>0.0.12 (2026-05-01)</small>
221

322
* chore(ci): coder rabbit and sitemap verification ([97f3aca](https://github.com/NVIDIA/elements/commit/97f3aca))

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

0 commit comments

Comments
 (0)