Skip to content

Commit 208aaf7

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

File tree

23 files changed

+100
-37
lines changed

23 files changed

+100
-37
lines changed

.changeset/grumpy-suns-invite.md

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

.changeset/lovely-hats-hammer.md

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

.changeset/stupid-doors-rescue.md

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

.changeset/tasty-lions-speak.md

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

.changeset/wicked-moles-work.md

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

apps/carbon/CHANGELOG.md

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

3+
## 1.0.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0cf6a97]
8+
- Updated dependencies [d3f9442]
9+
- @cloudoperators/juno-ui-components@5.7.0
10+
311
## 1.0.19
412

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

apps/doop/CHANGELOG.md

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

3+
## 2.6.4
4+
5+
### Patch Changes
6+
7+
- 5261dfd: Prevent mutations form original violationGroups data when filtering and improved debouncing of search filter
8+
- Updated dependencies [0cf6a97]
9+
- Updated dependencies [d3f9442]
10+
- @cloudoperators/juno-ui-components@5.7.0
11+
- @cloudoperators/juno-messages-provider@0.2.18
12+
313
## 2.6.3
414

515
### 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.3",
3+
"version": "2.6.4",
44
"author": "UI-Team",
55
"type": "module",
66
"contributors": [

apps/example/CHANGELOG.md

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

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- d3f9442: Add hover functionality in DataGridRow Juno UI Component and implement the solution in Example App.
8+
[Issue #1015](https://github.com/cloudoperators/juno/issues/1015)
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [0cf6a97]
13+
- Updated dependencies [d3f9442]
14+
- @cloudoperators/juno-ui-components@5.7.0
15+
- @cloudoperators/juno-messages-provider@0.2.18
16+
317
## 2.2.8
418

519
### Patch Changes

0 commit comments

Comments
 (0)