Skip to content

Commit 2963237

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

File tree

7 files changed

+21
-17
lines changed

7 files changed

+21
-17
lines changed

.changeset/moody-shoes-fail.md

-5
This file was deleted.

.changeset/pink-rabbits-allow.md

-5
This file was deleted.

.changeset/pretty-mugs-relate.md

-5
This file was deleted.

apps/greenhouse/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 1863738: consolidates all admin applications into a unified structure under the core-apps module. By grouping these admin apps together, we simplify the codebase, enhance maintainability, and enable better modular loading of core functionalities.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [97b08cb]
12+
- Updated dependencies [bdee402]
13+
- @cloudoperators/juno-ui-components@2.24.0
14+
315
## 0.2.5
416

517
### Patch 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.2.5",
3+
"version": "0.3.0",
44
"orgAdminVersion": "latest",
55
"author": "UI-Team",
66
"contributors": [

packages/ui-components/CHANGELOG.md

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

3+
## 2.24.0
4+
5+
### Minor Changes
6+
7+
- 97b08cb: Migrate the Badge component to TypeScript and remove its Critical variant
8+
- bdee402: Migrate PortalProvider component to TypeScript
9+
310
## 2.23.0
411

512
### 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.23.0",
8+
"version": "2.24.0",
99
"files": [
1010
"build/*",
1111
"src/colors.css",

0 commit comments

Comments
 (0)