Skip to content

Commit

Permalink
chore(main): release web 1.36.1 (#1364)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.36.1](web-v1.36.0...web-v1.36.1)
(2024-11-27)


### 🐞 Bug Fixes

* duplicate funding agencies
([#1365](#1365))
([544297c](544297c))
* fix datasets with deposition data typo
([#1358](#1358))
([c5033c4](c5033c4))
* Modifier (cmd, shift, ctrl) clicking on `BaseLink` Links modifies
current page view & url
([#1335](#1335))
([aed70fb](aed70fb))


### 🧹 Miscellaneous Chores

* update deps
([#1361](#1361))
([d9f6635](d9f6635))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 27, 2024
1 parent aed70fb commit 0cc803c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.36.1](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.36.0...web-v1.36.1) (2024-11-27)


### 🐞 Bug Fixes

* duplicate funding agencies ([#1365](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1365)) ([544297c](https://github.com/chanzuckerberg/cryoet-data-portal/commit/544297ce7ac050359a58be014df6feeb70b5ecb1))
* fix datasets with deposition data typo ([#1358](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1358)) ([c5033c4](https://github.com/chanzuckerberg/cryoet-data-portal/commit/c5033c47049221707da8568042f23afe35886524))
* Modifier (cmd, shift, ctrl) clicking on `BaseLink` Links modifies current page view & url ([#1335](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1335)) ([aed70fb](https://github.com/chanzuckerberg/cryoet-data-portal/commit/aed70fb1482afce04eb5a14524f1b8b700b2754b))


### 🧹 Miscellaneous Chores

* update deps ([#1361](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1361)) ([d9f6635](https://github.com/chanzuckerberg/cryoet-data-portal/commit/d9f6635f619932a4a1e747224075d0d56a2d6a70))

## [1.36.0](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.35.1...web-v1.36.0) (2024-11-06)


Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.36.0",
"version": "1.36.1",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "pnpm -r build",
Expand Down
2 changes: 1 addition & 1 deletion release-please.manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"frontend": "1.36.0",
"frontend": "1.36.1",
"client/python/cryoet_data_portal": "4.2.0"
}

0 comments on commit 0cc803c

Please sign in to comment.