Skip to content

Commit

Permalink
chore(main): release web 1.33.1 (#1257)
Browse files Browse the repository at this point in the history
πŸ€– I have created a release *beep* *boop*
---


##
[1.33.1](web-v1.33.0...web-v1.33.1)
(2024-10-23)


### 🐞 Bug Fixes

* address multiple tomograms feedback
([#1261](#1261))
([fce77ad](fce77ad))
* carry over multiple params
([#1252](#1252))
([3c86411](3c86411))
* view tomogram open in new tab
([#1251](#1251))
([3312884](3312884))


### πŸ“ Documentation

* Fix portal links
([#1256](#1256))
([3a76bcf](3a76bcf))

---
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 Oct 23, 2024
1 parent fce77ad commit 58101cd
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.33.1](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.33.0...web-v1.33.1) (2024-10-23)


### 🐞 Bug Fixes

* address multiple tomograms feedback ([#1261](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1261)) ([fce77ad](https://github.com/chanzuckerberg/cryoet-data-portal/commit/fce77ad01d0d0c3cb9e339db0af2ed7843bb87c4))
* carry over multiple params ([#1252](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1252)) ([3c86411](https://github.com/chanzuckerberg/cryoet-data-portal/commit/3c86411057ad554e5f22e11f106a6e25c435f6b5))
* view tomogram open in new tab ([#1251](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1251)) ([3312884](https://github.com/chanzuckerberg/cryoet-data-portal/commit/3312884a555a3d56283f6c3c03ccc4c9fa8b85a2))


### πŸ“ Documentation

* Fix portal links ([#1256](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1256)) ([3a76bcf](https://github.com/chanzuckerberg/cryoet-data-portal/commit/3a76bcf0829e246aebc2efa770e5dcbf28447958))

## [1.33.0](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.32.1...web-v1.33.0) (2024-10-16)


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.33.0",
"version": "1.33.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.33.0",
"frontend": "1.33.1",
"client/python/cryoet_data_portal": "3.1.0"
}

0 comments on commit 58101cd

Please sign in to comment.