Skip to content

Commit 1477c6f

Browse files
chore(version): update versions with Changesets
1 parent 47a432a commit 1477c6f

22 files changed

Lines changed: 89 additions & 33 deletions

.changeset/filter-ui-plugins-only.md

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

.changeset/public-weeks-act.md

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

.changeset/tricky-moons-wear.md

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

.changeset/violet-towns-wear.md

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

apps/carbon/CHANGELOG.md

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

3+
## 1.0.35
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [dac772c]
8+
- @cloudoperators/juno-ui-components@6.2.0
9+
310
## 1.0.34
411

512
### 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.34",
3+
"version": "1.0.35",
44
"author": "UI-Team",
55
"type": "module",
66
"repository": "https://github.com/cloudoperators/juno/tree/main/apps/template",

apps/doop/CHANGELOG.md

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

3+
## 2.6.21
4+
5+
### Patch Changes
6+
7+
- e5deade: Optimize plugin loading with dynamic imports and improve navigation between plugins. Plugins now load on-demand instead of being bundled upfront, reducing initial bundle size by 66%. Added module caching to eliminate loading spinners on return visits. Fixed URL state pollution when switching between plugins using TanStack Router's remountDeps. Also filters plugins server-side to fetch only UI plugins.
8+
- Updated dependencies [dac772c]
9+
- @cloudoperators/juno-ui-components@6.2.0
10+
- @cloudoperators/juno-messages-provider@0.2.33
11+
312
## 2.6.20
413

514
### 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.6.20",
3+
"version": "2.6.21",
44
"author": "UI-Team",
55
"type": "module",
66
"repository": "https://github.com/cloudoperators/juno/tree/main/apps/doop",

apps/example/CHANGELOG.md

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

3+
## 2.4.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [dac772c]
8+
- @cloudoperators/juno-ui-components@6.2.0
9+
- @cloudoperators/juno-messages-provider@0.2.33
10+
311
## 2.4.7
412

513
### 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.4.7",
3+
"version": "2.4.8",
44
"author": "UI-Team",
55
"type": "module",
66
"repository": "https://github.com/cloudoperators/juno/tree/main/apps/example",

0 commit comments

Comments
 (0)