Skip to content

Commit 35bb729

Browse files
chore(release): @nvidia-elements/lint-v2.3.0 [skip ci]
## 2.3.0 (2026-07-30) * chore(ci): enhance ci performance profiling and add new scripts ([ef0a912](ef0a912)) * chore(ci): update hugo starter to use mise defined binary ([29211a7](29211a7)) * chore(ci): update metadata and test coverage report ([216a7a9](216a7a9)) * chore(docs): add design md file ([5c63566](5c63566)) * chore(docs): fix sitemap ([7c9f059](7c9f059)) * chore(release): @nvidia-elements/cli-v2.1.7 [skip ci] ([3fcca0d](3fcca0d)) * chore(release): @nvidia-elements/cli-v2.1.8 [skip ci] ([1521595](1521595)) * chore(release): @nvidia-elements/core-v2.2.1 [skip ci] ([730a2ec](730a2ec)) * chore(release): @nvidia-elements/core-v2.2.2 [skip ci] ([f9f1e27](f9f1e27)) * chore(release): @nvidia-elements/styles-v2.1.1 [skip ci] ([d6ce1a6](d6ce1a6)) * chore(release): @nvidia-elements/styles-v2.1.2 [skip ci] ([71fab6c](71fab6c)) * fix(cli): update mcp deps ([a7d5f7c](a7d5f7c)) * fix(cli): update mcp sdk ([0640e11](0640e11)) * fix(cli): workspace dependency ([5ecbd96](5ecbd96)) * fix(core): drawer positioning ([f66cab0](f66cab0)) * fix(core): improve api custom elements schema ([6b299e3](6b299e3)) * 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)) * fix(styles): default line heights ([d13ea94](d13ea94)) * feat(lint): add rule to restrict container="full" usage ([a634e39](a634e39))
1 parent 71fab6c commit 35bb729

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

‎projects/lint/CHANGELOG.md‎

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 2.3.0 (2026-07-30)
2+
3+
* chore(ci): enhance ci performance profiling and add new scripts ([ef0a912](https://github.com/NVIDIA/elements/commit/ef0a912))
4+
* chore(ci): update hugo starter to use mise defined binary ([29211a7](https://github.com/NVIDIA/elements/commit/29211a7))
5+
* chore(ci): update metadata and test coverage report ([216a7a9](https://github.com/NVIDIA/elements/commit/216a7a9))
6+
* chore(docs): add design md file ([5c63566](https://github.com/NVIDIA/elements/commit/5c63566))
7+
* chore(docs): fix sitemap ([7c9f059](https://github.com/NVIDIA/elements/commit/7c9f059))
8+
* chore(release): @nvidia-elements/cli-v2.1.7 [skip ci] ([3fcca0d](https://github.com/NVIDIA/elements/commit/3fcca0d))
9+
* chore(release): @nvidia-elements/cli-v2.1.8 [skip ci] ([1521595](https://github.com/NVIDIA/elements/commit/1521595))
10+
* chore(release): @nvidia-elements/core-v2.2.1 [skip ci] ([730a2ec](https://github.com/NVIDIA/elements/commit/730a2ec))
11+
* chore(release): @nvidia-elements/core-v2.2.2 [skip ci] ([f9f1e27](https://github.com/NVIDIA/elements/commit/f9f1e27))
12+
* chore(release): @nvidia-elements/styles-v2.1.1 [skip ci] ([d6ce1a6](https://github.com/NVIDIA/elements/commit/d6ce1a6))
13+
* chore(release): @nvidia-elements/styles-v2.1.2 [skip ci] ([71fab6c](https://github.com/NVIDIA/elements/commit/71fab6c))
14+
* fix(cli): update mcp deps ([a7d5f7c](https://github.com/NVIDIA/elements/commit/a7d5f7c))
15+
* fix(cli): update mcp sdk ([0640e11](https://github.com/NVIDIA/elements/commit/0640e11))
16+
* fix(cli): workspace dependency ([5ecbd96](https://github.com/NVIDIA/elements/commit/5ecbd96))
17+
* fix(core): drawer positioning ([f66cab0](https://github.com/NVIDIA/elements/commit/f66cab0))
18+
* fix(core): improve api custom elements schema ([6b299e3](https://github.com/NVIDIA/elements/commit/6b299e3))
19+
* fix(core): update select size handling and improve layout ([6af535d](https://github.com/NVIDIA/elements/commit/6af535d))
20+
* fix(styles): add width rule for row layout with space-between alignment ([61113ad](https://github.com/NVIDIA/elements/commit/61113ad))
21+
* fix(styles): default line heights ([d13ea94](https://github.com/NVIDIA/elements/commit/d13ea94))
22+
* feat(lint): add rule to restrict container="full" usage ([a634e39](https://github.com/NVIDIA/elements/commit/a634e39))
23+
124
## 2.2.0 (2026-07-27)
225

326
* feat(core): add media i18n values ([371692a](https://github.com/NVIDIA/elements/commit/371692a))

‎projects/lint/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/lint",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"release": {
55
"extends": "../../release.config.js"
66
},

0 commit comments

Comments
 (0)