Skip to content

Commit b4227a7

Browse files
chore(version): update versions with Changesets (#861)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a194c98 commit b4227a7

7 files changed

Lines changed: 26 additions & 22 deletions

File tree

.changeset/curvy-buses-teach.md

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

.changeset/fix-private-deps.md

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

.changeset/long-taxes-drive.md

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

apps/dashboard/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @cobaltcore-dev/dashboard
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f14ab83]
8+
- Updated dependencies [a194c98]
9+
- Updated dependencies [717d53f]
10+
- @cobaltcore-dev/aurora@0.2.1
11+
312
## 1.0.1
413

514
### Patch Changes

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cobaltcore-dev/dashboard",
33
"private": true,
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"scripts": {
66
"build": "vite build --mode=production",
77
"clean": "rm -rf dist && rm -rf node_modules && rm -rf .turbo",

packages/aurora/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @cobaltcore-dev/aurora
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- f14ab83: bump @cloudoperators/juno-ui-components to 6.5.0; add to minimumReleaseAgeExclude in pnpm-workspace.yaml; remove aurora-portal i18n step from pre-commit hook
8+
- a194c98: Fix package publishing issues found during initial consumer testing:
9+
- Removed `@cobaltcore-dev/policy-engine` and `@cobaltcore-dev/signal-openstack` from published `dependencies` — both are private packages bundled into the server build via tsup and must not be listed as npm dependencies
10+
- Added `permission_policies/` to the `files` array so OpenStack YAML files are included in the published package
11+
12+
- 717d53f: fixed race condition of setTitle and refactored breadcrumb
13+
314
## 0.2.0
415

516
### Minor Changes
@@ -27,7 +38,6 @@
2738

2839
```tsx
2940
import { AuroraApp } from "@cobaltcore-dev/aurora/client"
30-
3141
;<AuroraApp bffEndpoint="/polaris-bff" theme="theme-light" />
3242
```
3343

packages/aurora/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cobaltcore-dev/aurora",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": false,
55
"description": "Aurora OpenStack dashboard — server and client library",
66
"license": "Apache-2.0",
@@ -12,7 +12,10 @@
1212
"engines": {
1313
"node": ">=18.0.0"
1414
},
15-
"files": ["dist", "permission_policies"],
15+
"files": [
16+
"dist",
17+
"permission_policies"
18+
],
1619
"publishConfig": {
1720
"access": "public"
1821
},

0 commit comments

Comments
 (0)