Skip to content

Commit 975be41

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

7 files changed

Lines changed: 28 additions & 21 deletions

File tree

.changeset/blue-dingos-beam.md

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

.changeset/pretty-pots-help.md

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

.changeset/six-kiwis-greet.md

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

apps/dashboard/CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- 16440c1: Add CSR parsing and certificate details enhancements for Clavis PCA workflows.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [194a480]
12+
- Updated dependencies [4518889]
13+
- @cobaltcore-dev/aurora@0.19.0
14+
315
## 1.1.18
416

517
### 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.1.18",
4+
"version": "1.2.0",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @cobaltcore-dev/aurora
22

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- 194a480: Ceph object storage: object downloads and previews can now be cancelled while
8+
in flight. The abort signal is propagated from the frontend through the BFF, so
9+
cancelling tears down the request instead of letting it run in the background.
10+
A toast is shown when a download starts, and a warning toast confirms when one
11+
is cancelled.
12+
13+
### Patch Changes
14+
15+
- 4518889: Add CSRF token caching to tRPC client to reduce redundant /csrf-token fetches. Concurrent requests now share a single token fetch, and a new `invalidateCsrfToken()` export allows cache invalidation on 403 responses.
16+
317
## 0.18.0
418

519
### Minor Changes

packages/aurora/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cobaltcore-dev/aurora",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"private": false,
55
"description": "Aurora OpenStack dashboard — server and client library",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)