Skip to content

Commit 3944329

Browse files
publish(npm): automate Package Versioning and Publishing with Changesets (#522)
chore(version): update versions with Changesets Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Wowa Barsukov <[email protected]>
1 parent 79d3c8c commit 3944329

23 files changed

+77
-84
lines changed

.changeset/big-files-rest.md

-6
This file was deleted.

.changeset/blue-news-wash.md

-5
This file was deleted.

.changeset/chilled-clocks-fly.md

-5
This file was deleted.

.changeset/eight-mice-invite.md

-5
This file was deleted.

.changeset/eighty-steaks-wink.md

-6
This file was deleted.

.changeset/friendly-lobsters-hammer.md

-5
This file was deleted.

.changeset/good-frogs-hug.md

-6
This file was deleted.

.changeset/hungry-panthers-tease.md

-5
This file was deleted.

.changeset/lazy-singers-yawn.md

-5
This file was deleted.

.changeset/lovely-clocks-divide.md

-5
This file was deleted.

.changeset/perfect-socks-beam.md

-5
This file was deleted.

.changeset/shaggy-deers-sort.md

-5
This file was deleted.

.changeset/stale-wasps-hammer.md

-6
This file was deleted.

.changeset/tricky-emus-applaud.md

-5
This file was deleted.

.changeset/two-carrots-mate.md

-6
This file was deleted.

apps/greenhouse/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @cloudoperators/juno-app-greenhouse
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- 95d921f: Make web workers in supernova inline which allows it to run in greenhouse
8+
- c3ab492: This fixes the embedded prop handling, ensuring it is passed correctly to AppShell.
9+
- 8d58eb9: Added some ux improvements and omment out the component view as it does not have much helpful info for the current data set.
10+
- e1eac39: Improved overall performance of Services and IssueMatches views by optimizing the underlying GraphQL queries
11+
- 5746eee: Customized search placeholder for IssueMatches and Services views in heureka
12+
- Updated dependencies [f307966]
13+
- Updated dependencies [bcb45f5]
14+
- Updated dependencies [4a9e17a]
15+
- Updated dependencies [3ec48c0]
16+
- Updated dependencies [3e21132]
17+
- Updated dependencies [436f35a]
18+
- Updated dependencies [24fec5c]
19+
- Updated dependencies [aaea462]
20+
- @cloudoperators/juno-ui-components@2.25.0
21+
322
## 0.3.0
423

524
### Minor Changes

apps/greenhouse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudoperators/juno-app-greenhouse",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"orgAdminVersion": "latest",
55
"author": "UI-Team",
66
"contributors": [

apps/heureka/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @cloudoperators/juno-app-heureka
22

3+
## 2.9.0
4+
5+
### Minor Changes
6+
7+
- e1eac39: Improved overall performance of Services and IssueMatches views by optimizing the underlying GraphQL queries
8+
9+
### Patch Changes
10+
11+
- 792e0c2: Add a new test for global slice store
12+
- c3ab492: This fixes the embedded prop handling, ensuring it is passed correctly to AppShell.
13+
- 8d58eb9: Added some ux improvements and omment out the component view as it does not have much helpful info for the current data set.
14+
- 5746eee: Customized search placeholder for IssueMatches and Services views in heureka
15+
- Updated dependencies [f307966]
16+
- Updated dependencies [bcb45f5]
17+
- Updated dependencies [4a9e17a]
18+
- Updated dependencies [3ec48c0]
19+
- Updated dependencies [3e21132]
20+
- Updated dependencies [436f35a]
21+
- Updated dependencies [24fec5c]
22+
- Updated dependencies [aaea462]
23+
- @cloudoperators/juno-ui-components@2.25.0
24+
325
## 2.8.0
426

527
### Minor Changes

apps/heureka/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudoperators/juno-app-heureka",
3-
"version": "2.8.0",
3+
"version": "2.9.0",
44
"author": "UI-Team",
55
"contributors": [
66
"Hoda Noori, Arturo Reuschenbach Pucernau",

apps/supernova/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @cloudoperators/juno-app-supernova
22

3+
## 0.14.1
4+
5+
### Patch Changes
6+
7+
- 95d921f: Make web workers in supernova inline which allows it to run in greenhouse
8+
- 6901130: Build and test system migrated to vite
9+
- Updated dependencies [f307966]
10+
- Updated dependencies [bcb45f5]
11+
- Updated dependencies [4a9e17a]
12+
- Updated dependencies [3ec48c0]
13+
- Updated dependencies [3e21132]
14+
- Updated dependencies [436f35a]
15+
- Updated dependencies [24fec5c]
16+
- Updated dependencies [aaea462]
17+
- @cloudoperators/juno-ui-components@2.25.0
18+
319
## 0.14.0
420

521
### Minor Changes

apps/supernova/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudoperators/juno-app-supernova",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"author": "UI-Team",
55
"contributors": [
66
"Esther Schmitz",

packages/ui-components/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @cloudoperators/juno-ui-components
22

3+
## 2.25.0
4+
5+
### Minor Changes
6+
7+
- bcb45f5: Migrate the Box component to TypeScript
8+
- 3ec48c0: Migrate the Message component to TypeScript and disable automatic timeout for values less than one
9+
- 3e21132: Migrate ShadowRoot component to TypeScript
10+
- 436f35a: Migrate the Search Input component to TypeScript
11+
- 24fec5c: Migrate StyleProvider to TypeScript
12+
- aaea462: Migrate Modal component to TypeScript
13+
14+
### Patch Changes
15+
16+
- f307966: fix(ui): fix broken pageheader layout (#506)
17+
- 4a9e17a: Bring JS Modal back until all portal logic has been fully migrated to TS. Render Panel in portal to fix z-index stacking for components rendered in portals.
18+
319
## 2.24.0
420

521
### Minor Changes

packages/ui-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "build/index.js",
66
"source": "src/index.js",
77
"style": "build/lib/variables.css",
8-
"version": "2.24.0",
8+
"version": "2.25.0",
99
"files": [
1010
"build/*",
1111
"src/colors.css",

0 commit comments

Comments
 (0)