Skip to content

Commit a63d858

Browse files
chore(version): update versions with Changesets
1 parent 326b01e commit a63d858

File tree

9 files changed

+29
-18
lines changed

9 files changed

+29
-18
lines changed

Diff for: .changeset/pretty-buses-accept.md

-5
This file was deleted.

Diff for: .changeset/strong-carrots-swim.md

-5
This file was deleted.

Diff for: .changeset/tame-worms-compare.md

-5
This file was deleted.

Diff for: apps/heureka-next/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# heureka-next
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 57e835e: Initialise new Heureka app.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [c450e60]
12+
- @cloudoperators/juno-ui-components@2.37.0

Diff for: apps/heureka-next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "heureka-next",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"author": "UI-Team",
55
"repository": "https://github.com/cloudoperators/juno/tree/main/apps/template",
66
"license": "Apache-2.0",

Diff for: apps/supernova/CHANGELOG.md

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

3+
## 0.16.1
4+
5+
### Patch Changes
6+
7+
- 326b01e: Transfer supernova to TypeScript
8+
- Updated dependencies [c450e60]
9+
- @cloudoperators/juno-ui-components@2.37.0
10+
311
## 0.16.0
412

513
### Minor Changes

Diff for: 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.16.0",
3+
"version": "0.16.1",
44
"author": "UI-Team",
55
"contributors": [
66
"Esther Schmitz",

Diff for: packages/ui-components/CHANGELOG.md

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

3+
## 2.37.0
4+
5+
### Minor Changes
6+
7+
- c450e60: Improve TS types and documentation
8+
39
## 2.36.0
410

511
### Minor Changes

Diff for: packages/ui-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": false,
44
"source": "src/index.js",
55
"style": "build/lib/variables.css",
6-
"version": "2.36.0",
6+
"version": "2.37.0",
77
"types": "build/index.d.ts",
88
"exports": {
99
"./index": "./build/index.js",

0 commit comments

Comments
 (0)