Skip to content

Commit fc17e13

Browse files
chore(release): @nvidia-elements/lint-v2.0.0 [skip ci]
## 2.0.0 (2026-06-08) * chore(ci): release scope fix ([102f9a3](102f9a3)) * chore(release): @nvidia-elements/core-v2.0.0 [skip ci] ([1ab0f53](1ab0f53)) * chore(release): @nvidia-elements/forms-v2.0.0 [skip ci] ([59f3a66](59f3a66)) * chore(release): @nvidia-elements/styles-v2.0.0 [skip ci] ([f44d145](f44d145)) * chore(release): @nvidia-elements/themes-v2.0.0 [skip ci] ([9ffdbd2](9ffdbd2)) * feat(cli)!: promote to stable public release ([ab93fca](ab93fca)) * feat(code)!: promote to stable public release ([eb00327](eb00327)) * feat(core)!: promote to stable public release ([cb2859d](cb2859d)) * feat(forms)!: promote to stable public release ([dc67f62](dc67f62)) * feat(lint)!: promote to stable public release ([583e44f](583e44f)) * feat(markdown)!: promote to stable public release ([aa807eb](aa807eb)) * feat(monaco)!: promote to stable public release ([78c8007](78c8007)) * feat(styles)!: promote to stable public release ([f07f114](f07f114)) * feat(themes)!: promote to stable public release ([9c7352f](9c7352f)) ### BREAKING CHANGE * Promotes to the stable public 2.0 release line. Signed-off-by: Cory Rylan <crylan@nvidia.com> * Promotes to the stable public 2.0 release line. Signed-off-by: Cory Rylan <crylan@nvidia.com> * Promotes to the stable public 2.0 release line. Signed-off-by: Cory Rylan <crylan@nvidia.com> * Promotes to the stable public 2.0 release line. Signed-off-by: Cory Rylan <crylan@nvidia.com> * Promotes to the stable public 2.0 release line. Signed-off-by: Cory Rylan <crylan@nvidia.com> * Promotes to the stable public 2.0 release line. Signed-off-by: Cory Rylan <crylan@nvidia.com> * Promotes to the stable public 2.0 release line. Signed-off-by: Cory Rylan <crylan@nvidia.com> * Promotes to the stable public 2.0 release line. Signed-off-by: Cory Rylan <crylan@nvidia.com> * Promotes to the stable public 2.0 release line. Signed-off-by: Cory Rylan <crylan@nvidia.com>
1 parent 1ab0f53 commit fc17e13

2 files changed

Lines changed: 48 additions & 1 deletion

File tree

‎projects/lint/CHANGELOG.md‎

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
## 2.0.0 (2026-06-08)
2+
3+
* chore(ci): release scope fix ([102f9a3](https://github.com/NVIDIA/elements/commit/102f9a3))
4+
* chore(release): @nvidia-elements/core-v2.0.0 [skip ci] ([1ab0f53](https://github.com/NVIDIA/elements/commit/1ab0f53))
5+
* chore(release): @nvidia-elements/forms-v2.0.0 [skip ci] ([59f3a66](https://github.com/NVIDIA/elements/commit/59f3a66))
6+
* chore(release): @nvidia-elements/styles-v2.0.0 [skip ci] ([f44d145](https://github.com/NVIDIA/elements/commit/f44d145))
7+
* chore(release): @nvidia-elements/themes-v2.0.0 [skip ci] ([9ffdbd2](https://github.com/NVIDIA/elements/commit/9ffdbd2))
8+
* feat(cli)!: promote to stable public release ([ab93fca](https://github.com/NVIDIA/elements/commit/ab93fca))
9+
* feat(code)!: promote to stable public release ([eb00327](https://github.com/NVIDIA/elements/commit/eb00327))
10+
* feat(core)!: promote to stable public release ([cb2859d](https://github.com/NVIDIA/elements/commit/cb2859d))
11+
* feat(forms)!: promote to stable public release ([dc67f62](https://github.com/NVIDIA/elements/commit/dc67f62))
12+
* feat(lint)!: promote to stable public release ([583e44f](https://github.com/NVIDIA/elements/commit/583e44f))
13+
* feat(markdown)!: promote to stable public release ([aa807eb](https://github.com/NVIDIA/elements/commit/aa807eb))
14+
* feat(monaco)!: promote to stable public release ([78c8007](https://github.com/NVIDIA/elements/commit/78c8007))
15+
* feat(styles)!: promote to stable public release ([f07f114](https://github.com/NVIDIA/elements/commit/f07f114))
16+
* feat(themes)!: promote to stable public release ([9c7352f](https://github.com/NVIDIA/elements/commit/9c7352f))
17+
18+
### BREAKING CHANGE
19+
20+
* Promotes to the stable public 2.0 release line.
21+
22+
Signed-off-by: Cory Rylan <crylan@nvidia.com>
23+
* Promotes to the stable public 2.0 release line.
24+
25+
Signed-off-by: Cory Rylan <crylan@nvidia.com>
26+
* Promotes to the stable public 2.0 release line.
27+
28+
Signed-off-by: Cory Rylan <crylan@nvidia.com>
29+
* Promotes to the stable public 2.0 release line.
30+
31+
Signed-off-by: Cory Rylan <crylan@nvidia.com>
32+
* Promotes to the stable public 2.0 release line.
33+
34+
Signed-off-by: Cory Rylan <crylan@nvidia.com>
35+
* Promotes to the stable public 2.0 release line.
36+
37+
Signed-off-by: Cory Rylan <crylan@nvidia.com>
38+
* Promotes to the stable public 2.0 release line.
39+
40+
Signed-off-by: Cory Rylan <crylan@nvidia.com>
41+
* Promotes to the stable public 2.0 release line.
42+
43+
Signed-off-by: Cory Rylan <crylan@nvidia.com>
44+
* Promotes to the stable public 2.0 release line.
45+
46+
Signed-off-by: Cory Rylan <crylan@nvidia.com>
47+
148
## 0.4.0 (2026-06-06)
249

350
* chore(ci): add labeler and stale workflows ([31730e8](https://github.com/NVIDIA/elements/commit/31730e8))

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

0 commit comments

Comments
 (0)