Skip to content

Commit 834ec59

Browse files
chore(main): release 1.5.0 (#1126)
1 parent 284eb4f commit 834ec59

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.infra/prod/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ stack:
55
annotations:
66
"eks.amazonaws.com/role-arn": arn:aws:iam::231426846575:role/data_portal_prod_explorer
77
image:
8-
tag: sha-39b65e11
8+
tag: sha-0a9d829a
99
replicaCount: 3
1010
resources:
1111
limits:

.infra/staging/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ stack:
55
annotations:
66
"eks.amazonaws.com/role-arn": arn:aws:iam::699936264352:role/data_portal_staging_explorer
77
image:
8-
tag: sha-39b65e11
8+
tag: sha-0a9d829a
99
replicaCount: 1
1010
resources:
1111
limits:

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.4.2"}
1+
{".":"1.5.0"}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/chanzuckerberg/single-cell-explorer/compare/v1.4.2...v1.5.0) (2024-10-09)
4+
5+
6+
### Misc
7+
8+
* Add newsletter signup to bottom banner (SCE-29) ([#1116](https://github.com/chanzuckerberg/single-cell-explorer/issues/1116)) ([1f0048f](https://github.com/chanzuckerberg/single-cell-explorer/commit/1f0048f7efb69cd5094edeee35f27debad858ede))
9+
* update playwright to pause animation ([#1128](https://github.com/chanzuckerberg/single-cell-explorer/issues/1128)) ([284eb4f](https://github.com/chanzuckerberg/single-cell-explorer/commit/284eb4f590f69b85eea61e1a690e1ea0fa548e07))
10+
11+
12+
### Features
13+
14+
* scale bar for zoom (SCE-26, SCE-25, SCE-27) ([#1125](https://github.com/chanzuckerberg/single-cell-explorer/issues/1125)) ([49e8d14](https://github.com/chanzuckerberg/single-cell-explorer/commit/49e8d145f45520c524b56483b4cecea691fd7452))
15+
316
## [1.4.2](https://github.com/chanzuckerberg/single-cell-explorer/compare/v1.4.1...v1.4.2) (2024-09-26)
417

518

0 commit comments

Comments
 (0)