Skip to content

Commit f8bda70

Browse files
publish(npm): automate Package Versioning and Publishing with Changesets (#1083)
chore(version): update versions with Changesets
1 parent ca74897 commit f8bda70

33 files changed

Lines changed: 459 additions & 65 deletions

.changeset/fancy-rats-prove.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

.changeset/silent-geckos-act.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stale-towns-win.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/carbon/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# @cloudoperators/juno-app-carbon
22

3+
## 1.0.11
4+
5+
### Patch Changes
6+
7+
- 5ad5d5b: **Core Build Tools**
8+
9+
- vite: Updated to `7.0.3` (latest)
10+
- vite-tsconfig-paths: Updated to `5.1.4` (latest)
11+
- vite-plugin-dts: Updated to `4.5.4` (latest)
12+
13+
**Testing Framework**
14+
15+
- vitest: Updated to `3.2.4` (latest)
16+
- @vitest/ui: Updated to `3.2.4` (latest)
17+
18+
**React Plugins**
19+
20+
- @vitejs/plugin-react: Updated to `4.6.0` (latest)
21+
- @vitejs/plugin-react-swc: Updated to `3.10.2` (latest)
22+
23+
**Additional Plugins**
24+
25+
- vite-plugin-svgr: Updated to `4.3.0` (latest)
26+
- @tailwindcss/vite: Updated to `4.1.11` (latest)
27+
28+
- Updated dependencies [5ad5d5b]
29+
- Updated dependencies [ca74897]
30+
- Updated dependencies [9453d27]
31+
- @cloudoperators/juno-ui-components@5.1.0
32+
333
## 1.0.10
434

535
### Patch Changes

apps/carbon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudoperators/juno-app-carbon",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"author": "UI-Team",
55
"type": "module",
66
"repository": "https://github.com/cloudoperators/juno/tree/main/apps/template",

apps/doop/CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# @cloudoperators/juno-app-doop
22

3+
## 2.4.7
4+
5+
### Patch Changes
6+
7+
- 5ad5d5b: **Core Build Tools**
8+
9+
- vite: Updated to `7.0.3` (latest)
10+
- vite-tsconfig-paths: Updated to `5.1.4` (latest)
11+
- vite-plugin-dts: Updated to `4.5.4` (latest)
12+
13+
**Testing Framework**
14+
15+
- vitest: Updated to `3.2.4` (latest)
16+
- @vitest/ui: Updated to `3.2.4` (latest)
17+
18+
**React Plugins**
19+
20+
- @vitejs/plugin-react: Updated to `4.6.0` (latest)
21+
- @vitejs/plugin-react-swc: Updated to `3.10.2` (latest)
22+
23+
**Additional Plugins**
24+
25+
- vite-plugin-svgr: Updated to `4.3.0` (latest)
26+
- @tailwindcss/vite: Updated to `4.1.11` (latest)
27+
28+
- Updated dependencies [5ad5d5b]
29+
- Updated dependencies [ca74897]
30+
- Updated dependencies [9453d27]
31+
- @cloudoperators/juno-communicator@2.2.23
32+
- @cloudoperators/juno-messages-provider@0.2.11
33+
- @cloudoperators/juno-ui-components@5.1.0
34+
- @cloudoperators/juno-url-state-provider@3.0.5
35+
336
## 2.4.6
437

538
### Patch Changes

apps/doop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudoperators/juno-app-doop",
3-
"version": "2.4.6",
3+
"version": "2.4.7",
44
"author": "UI-Team",
55
"type": "module",
66
"contributors": [

apps/example/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# @cloudoperators/juno-app-example
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- 9453d27: Allow Buttons to be Disabled in Modal and ModalFooter Juno UI Components.
8+
[Issue #1010](https://github.com/cloudoperators/juno/issues/1010)
9+
10+
### Patch Changes
11+
12+
- 5ad5d5b: **Core Build Tools**
13+
14+
- vite: Updated to `7.0.3` (latest)
15+
- vite-tsconfig-paths: Updated to `5.1.4` (latest)
16+
- vite-plugin-dts: Updated to `4.5.4` (latest)
17+
18+
**Testing Framework**
19+
20+
- vitest: Updated to `3.2.4` (latest)
21+
- @vitest/ui: Updated to `3.2.4` (latest)
22+
23+
**React Plugins**
24+
25+
- @vitejs/plugin-react: Updated to `4.6.0` (latest)
26+
- @vitejs/plugin-react-swc: Updated to `3.10.2` (latest)
27+
28+
**Additional Plugins**
29+
30+
- vite-plugin-svgr: Updated to `4.3.0` (latest)
31+
- @tailwindcss/vite: Updated to `4.1.11` (latest)
32+
33+
- Updated dependencies [5ad5d5b]
34+
- Updated dependencies [ca74897]
35+
- Updated dependencies [9453d27]
36+
- @cloudoperators/juno-messages-provider@0.2.11
37+
- @cloudoperators/juno-oauth@1.4.9
38+
- @cloudoperators/juno-ui-components@5.1.0
39+
- @cloudoperators/juno-url-state-provider@3.0.5
40+
341
## 2.1.5
442

543
### Patch Changes

apps/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudoperators/juno-app-example",
3-
"version": "2.1.5",
3+
"version": "2.2.0",
44
"author": "UI-Team",
55
"type": "module",
66
"contributors": [

apps/greenhouse/CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# @cloudoperators/juno-app-greenhouse
22

3+
## 0.6.9
4+
5+
### Patch Changes
6+
7+
- 5ad5d5b: **Core Build Tools**
8+
9+
- vite: Updated to `7.0.3` (latest)
10+
- vite-tsconfig-paths: Updated to `5.1.4` (latest)
11+
- vite-plugin-dts: Updated to `4.5.4` (latest)
12+
13+
**Testing Framework**
14+
15+
- vitest: Updated to `3.2.4` (latest)
16+
- @vitest/ui: Updated to `3.2.4` (latest)
17+
18+
**React Plugins**
19+
20+
- @vitejs/plugin-react: Updated to `4.6.0` (latest)
21+
- @vitejs/plugin-react-swc: Updated to `3.10.2` (latest)
22+
23+
**Additional Plugins**
24+
25+
- vite-plugin-svgr: Updated to `4.3.0` (latest)
26+
- @tailwindcss/vite: Updated to `4.1.11` (latest)
27+
28+
- Updated dependencies [5ad5d5b]
29+
- Updated dependencies [ca74897]
30+
- Updated dependencies [9453d27]
31+
- @cloudoperators/juno-app-doop@2.4.7
32+
- @cloudoperators/juno-app-heureka@0.7.5
33+
- @cloudoperators/juno-app-supernova@0.17.7
34+
- @cloudoperators/juno-k8s-client@1.0.8
35+
- @cloudoperators/juno-messages-provider@0.2.11
36+
- @cloudoperators/juno-oauth@1.4.9
37+
- @cloudoperators/juno-ui-components@5.1.0
38+
- @cloudoperators/juno-url-state-provider@3.0.5
39+
340
## 0.6.8
441

542
### Patch Changes

0 commit comments

Comments
 (0)