Skip to content

Commit ea90738

Browse files
publish(npm): automate Package Versioning and Publishing with Changesets (#632)
chore(version): update versions with Changesets Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b1503ed commit ea90738

File tree

15 files changed

+65
-29
lines changed

15 files changed

+65
-29
lines changed

.changeset/cold-humans-shake.md

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

.changeset/light-cups-smell.md

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

.changeset/popular-hairs-train.md

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

apps/doop/CHANGELOG.md

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

3+
## 2.3.2
4+
5+
### Patch Changes
6+
7+
- b1503ed: Decouple juno-utils mocking logic
8+
- 8615024: Replace useEndlessScrollList from utils to ui-componetns and utils deprecation
9+
- Updated dependencies [a0ee034]
10+
- Updated dependencies [8615024]
11+
- @cloudoperators/juno-ui-components@2.32.0
12+
- @cloudoperators/juno-utils@1.1.15
13+
314
## 2.3.1
415

516
### 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.3.1",
3+
"version": "2.3.2",
44
"author": "UI-Team",
55
"contributors": [
66
"Andreas Pfau",

apps/example/CHANGELOG.md

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

3+
## 1.0.12
4+
5+
### Patch Changes
6+
7+
- b1503ed: Decouple juno-utils mocking logic
8+
- 8615024: Replace useEndlessScrollList from utils to ui-componetns and utils deprecation
9+
- Updated dependencies [a0ee034]
10+
- Updated dependencies [8615024]
11+
- @cloudoperators/juno-ui-components@2.32.0
12+
- @cloudoperators/juno-utils@1.1.15
13+
314
## 1.0.11
415

516
### Patch Changes

apps/example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudoperators/juno-app-example",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"author": "UI-Team",
55
"contributors": [
66
"Arturo Reuschenbach Pucernau"
@@ -35,7 +35,7 @@
3535
"@cloudoperators/juno-oauth": "*",
3636
"@cloudoperators/juno-ui-components": "*",
3737
"@cloudoperators/juno-url-state-provider": "*",
38-
"@cloudoperators/juno-utils": "1.1.14",
38+
"@cloudoperators/juno-utils": "1.1.15",
3939
"prop-types": "^15.8.1",
4040
"react": "^18.2.0",
4141
"react-dom": "^18.2.0",

apps/greenhouse/CHANGELOG.md

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

3+
## 0.3.7
4+
5+
### Patch Changes
6+
7+
- b1503ed: Decouple juno-utils mocking logic
8+
- 8615024: Replace useEndlessScrollList from utils to ui-componetns and utils deprecation
9+
- Updated dependencies [b1503ed]
10+
- Updated dependencies [a0ee034]
11+
- Updated dependencies [8615024]
12+
- @cloudoperators/juno-app-doop@2.3.2
13+
- @cloudoperators/juno-ui-components@2.32.0
14+
- @cloudoperators/juno-app-supernova@0.14.4
15+
316
## 0.3.6
417

518
### Patch Changes

apps/greenhouse/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-greenhouse",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"orgAdminVersion": "latest",
55
"author": "UI-Team",
66
"contributors": [

apps/supernova/CHANGELOG.md

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

3+
## 0.14.4
4+
5+
### Patch Changes
6+
7+
- 8615024: Replace useEndlessScrollList from utils to ui-componetns and utils deprecation
8+
- Updated dependencies [a0ee034]
9+
- Updated dependencies [8615024]
10+
- @cloudoperators/juno-ui-components@2.32.0
11+
- @cloudoperators/juno-utils@1.1.15
12+
313
## 0.14.3
414

515
### Patch Changes

apps/supernova/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-supernova",
3-
"version": "0.14.3",
3+
"version": "0.14.4",
44
"author": "UI-Team",
55
"contributors": [
66
"Esther Schmitz",

packages/ui-components/CHANGELOG.md

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

3+
## 2.32.0
4+
5+
### Minor Changes
6+
7+
- a0ee034: Migrate SecretText to TypeScript
8+
- 8615024: Replace useEndlessScrollList from utils to ui-componetns and utils deprecation
9+
310
## 2.31.0
411

512
### Minor Changes

packages/ui-components/package.json

Lines changed: 1 addition & 1 deletion
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.31.0",
8+
"version": "2.32.0",
99
"files": [
1010
"build/*",
1111
"src/colors.css",

packages/utils/CHANGELOG.md

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

3+
## 1.1.15
4+
5+
### Patch Changes
6+
7+
- 8615024: Replace useEndlessScrollList from utils to ui-componetns and utils deprecation
8+
39
## 1.1.14
410

511
### Patch Changes

packages/utils/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-utils",
3-
"version": "1.1.14",
3+
"version": "1.1.15",
44
"description": "Description of utils",
55
"deprecated": "This package is deprecated and will be removed from juno core. Use @cloudoperators/juno-mock-server and @cloudoperators/juno-ui-components instad.",
66
"author": "UI-Team",

0 commit comments

Comments
 (0)