Skip to content

Commit faf3f68

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

22 files changed

Lines changed: 90 additions & 35 deletions

.changeset/grumpy-llamas-tickle.md

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

.changeset/heavy-dots-mix.md

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

.changeset/pretty-bananas-melt.md

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

.changeset/spicy-stars-know.md

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

apps/carbon/CHANGELOG.md

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

3+
## 1.0.21
4+
5+
### Patch Changes
6+
7+
- f82caaa: - Removed `wouter` and `classnames` dependencies.
8+
- Harmonized conflicting versions of dependencies.
9+
- Updated dependencies [f82caaa]
10+
- @cloudoperators/juno-ui-components@5.7.1
11+
312
## 1.0.20
413

514
### 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.20",
3+
"version": "1.0.21",
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.6
4+
5+
### Patch Changes
6+
7+
- f82caaa: Harmonized conflicting versions of dependencies.
8+
- Updated dependencies [f82caaa]
9+
- @cloudoperators/juno-ui-components@5.7.1
10+
- @cloudoperators/juno-messages-provider@0.2.19
11+
312
## 2.6.5
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.5",
3+
"version": "2.6.6",
44
"author": "UI-Team",
55
"type": "module",
66
"contributors": [

apps/example/CHANGELOG.md

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

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- f82caaa: Harmonized conflicting versions of dependencies.
8+
- Updated dependencies [f82caaa]
9+
- @cloudoperators/juno-ui-components@5.7.1
10+
- @cloudoperators/juno-messages-provider@0.2.19
11+
312
## 2.3.0
413

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

0 commit comments

Comments
 (0)