Skip to content

Commit

Permalink
chore(main): release 1.3.0 (#1070)
Browse files Browse the repository at this point in the history
Co-authored-by: czi-github-helper[bot] <95879977+czi-github-helper[bot]@users.noreply.github.com>
Co-authored-by: czi-github-helper[bot] <czi-github-helper[bot]@users.noreply.github.com>
  • Loading branch information
1 parent deb9ec1 commit f52b1f3
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .infra/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ stack:
annotations:
"eks.amazonaws.com/role-arn": arn:aws:iam::231426846575:role/data_portal_prod_explorer
image:
tag: sha-f332ae86
tag: sha-ce9acb72
replicaCount: 3
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion .infra/staging/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ stack:
annotations:
"eks.amazonaws.com/role-arn": arn:aws:iam::699936264352:role/data_portal_staging_explorer
image:
tag: sha-f332ae86
tag: sha-ce9acb72
replicaCount: 1
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.2.0"}
{".":"1.3.0"}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [1.3.0](https://github.com/chanzuckerberg/single-cell-explorer/compare/v1.2.0...v1.3.0) (2024-08-16)


### Misc

* Upgrade to BlueprintJS 5 - SCE-4 ([#1068](https://github.com/chanzuckerberg/single-cell-explorer/issues/1068)) ([f3a4184](https://github.com/chanzuckerberg/single-cell-explorer/commit/f3a4184a1affc44d7302302dd3e1237dd594f730))


### Features

* SCE-9 NavBar Update ([#1072](https://github.com/chanzuckerberg/single-cell-explorer/issues/1072)) ([deb9ec1](https://github.com/chanzuckerberg/single-cell-explorer/commit/deb9ec12acd3faccdbc0f9386cc80689c72c104c))


### Bug Fixes

* Check for slide-seq ([#1071](https://github.com/chanzuckerberg/single-cell-explorer/issues/1071)) ([0bf3040](https://github.com/chanzuckerberg/single-cell-explorer/commit/0bf3040e33af8a23743ff61caaa76ea7ea864423))
* Spatial mode dot size on highlight ([#1074](https://github.com/chanzuckerberg/single-cell-explorer/issues/1074)) ([2190482](https://github.com/chanzuckerberg/single-cell-explorer/commit/219048280f63fe4cf7a73afb6ce76ed417089a9b))


### Tests

* Fix e2e test cellCount diff by 1 ([#1069](https://github.com/chanzuckerberg/single-cell-explorer/issues/1069)) ([4ce2809](https://github.com/chanzuckerberg/single-cell-explorer/commit/4ce280939a621e36abad1ea7f450e4a8ab937eb6))

## [1.2.0](https://github.com/chanzuckerberg/single-cell-explorer/compare/v1.1.1...v1.2.0) (2024-08-07)


Expand Down

0 comments on commit f52b1f3

Please sign in to comment.