Skip to content

Commit b60308d

Browse files
chore(main): release 1.5.1 (#1129)
1 parent 6b0933d commit b60308d

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-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-0a9d829a
8+
tag: sha-c69ee2c4
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-0a9d829a
8+
tag: sha-c69ee2c4
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.5.0"}
1+
{".":"1.5.1"}

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.5.1](https://github.com/chanzuckerberg/single-cell-explorer/compare/v1.5.0...v1.5.1) (2024-10-10)
4+
5+
6+
### Misc
7+
8+
* add codecov github action to unit tests ([#1134](https://github.com/chanzuckerberg/single-cell-explorer/issues/1134)) ([a6c8564](https://github.com/chanzuckerberg/single-cell-explorer/commit/a6c8564c29c907d927025af3ab30fca37f3ec3fa))
9+
* **deps:** bump body-parser and express in /client ([#1131](https://github.com/chanzuckerberg/single-cell-explorer/issues/1131)) ([358b0a0](https://github.com/chanzuckerberg/single-cell-explorer/commit/358b0a0328bcf7b7e53a05aa14da103df1ad858a))
10+
* **deps:** bump dset from 3.1.3 to 3.1.4 in /client ([#1102](https://github.com/chanzuckerberg/single-cell-explorer/issues/1102)) ([33a88a3](https://github.com/chanzuckerberg/single-cell-explorer/commit/33a88a32c5622bbf316972e8caeb70ee867bfd9c))
11+
* update scale bar position ([#1136](https://github.com/chanzuckerberg/single-cell-explorer/issues/1136)) ([6b0933d](https://github.com/chanzuckerberg/single-cell-explorer/commit/6b0933d6438fa2f7d2131f412578e7cb6375f865))
12+
313
## [1.5.0](https://github.com/chanzuckerberg/single-cell-explorer/compare/v1.4.2...v1.5.0) (2024-10-09)
414

515

0 commit comments

Comments
 (0)