Skip to content

Commit b64e068

Browse files
Version Packages
1 parent e8bde78 commit b64e068

10 files changed

Lines changed: 41 additions & 16 deletions

File tree

.changeset/dataset-catalog-frontend.md

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

.changeset/frontend-auth.md

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

packages/api-client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @cbioportal-cell-explorer/api-client
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#221](https://github.com/cBioPortal/cbioportal-cell-explorer/pull/221) [`f6e676a`](https://github.com/cBioPortal/cbioportal-cell-explorer/commit/f6e676af2a931f54a44cea33f043b63a79bed7fc) Thanks [@hweej](https://github.com/hweej)! - Add Keycloak auth support: typed API client with openapi-fetch, auth state in store, sign in/out UI in sidebar

packages/api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cbioportal-cell-explorer/api-client",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"private": true,
55
"type": "module",
66
"exports": {

packages/app/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @cbioportal-cell-explorer/app
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3b6a076`](https://github.com/cBioPortal/cbioportal-cell-explorer/commit/3b6a076ade457f6cea378fc546eb9f9fa98924f0), [`f6e676a`](https://github.com/cBioPortal/cbioportal-cell-explorer/commit/f6e676af2a931f54a44cea33f043b63a79bed7fc)]:
8+
- @cbioportal-cell-explorer/zarrstore@0.2.0
9+
- @cbioportal-cell-explorer/api-client@0.1.0

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cbioportal-cell-explorer/app",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/highperformer/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @cbioportal-cell-explorer/highperformer
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#223](https://github.com/cBioPortal/cbioportal-cell-explorer/pull/223) [`3b6a076`](https://github.com/cBioPortal/cbioportal-cell-explorer/commit/3b6a076ade457f6cea378fc546eb9f9fa98924f0) Thanks [@hweej](https://github.com/hweej)! - Add dataset catalog integration with credential minting for private zarr stores. ZarrStore.open() and AnnDataStore.open() accept optional overrides for auth headers. Home page shows tabbed Catalog/My URLs with status probing. UserAvatar component with popover sign-out. Support ?dataset=slug URL param and config serialization.
8+
9+
- [#221](https://github.com/cBioPortal/cbioportal-cell-explorer/pull/221) [`f6e676a`](https://github.com/cBioPortal/cbioportal-cell-explorer/commit/f6e676af2a931f54a44cea33f043b63a79bed7fc) Thanks [@hweej](https://github.com/hweej)! - Add Keycloak auth support: typed API client with openapi-fetch, auth state in store, sign in/out UI in sidebar
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`3b6a076`](https://github.com/cBioPortal/cbioportal-cell-explorer/commit/3b6a076ade457f6cea378fc546eb9f9fa98924f0), [`f6e676a`](https://github.com/cBioPortal/cbioportal-cell-explorer/commit/f6e676af2a931f54a44cea33f043b63a79bed7fc)]:
14+
- @cbioportal-cell-explorer/zarrstore@0.2.0
15+
- @cbioportal-cell-explorer/api-client@0.1.0
16+
317
## 0.2.1
418

519
### Patch Changes

packages/highperformer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cbioportal-cell-explorer/highperformer",
33
"private": true,
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/zarrstore/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @cbioportal-cell-explorer/zarrstore
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#223](https://github.com/cBioPortal/cbioportal-cell-explorer/pull/223) [`3b6a076`](https://github.com/cBioPortal/cbioportal-cell-explorer/commit/3b6a076ade457f6cea378fc546eb9f9fa98924f0) Thanks [@hweej](https://github.com/hweej)! - Add dataset catalog integration with credential minting for private zarr stores. ZarrStore.open() and AnnDataStore.open() accept optional overrides for auth headers. Home page shows tabbed Catalog/My URLs with status probing. UserAvatar component with popover sign-out. Support ?dataset=slug URL param and config serialization.

packages/zarrstore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cbioportal-cell-explorer/zarrstore",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"type": "module",
55
"exports": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)