Skip to content

Commit

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


##
[1.25.0](web-v1.24.0...web-v1.25.0)
(2024-08-22)


### ✨ Features

* annotation GO ID -> annotation Object ID: add UniProtKB support to
annotation Object IDs
([#1068](#1068))
([58b5bf9](58b5bf9))


### 🐞 Bug Fixes

* ID detection for annotation object id link
([#1075](#1075))
([dc4fd8f](dc4fd8f))

---
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 Aug 23, 2024
1 parent dc4fd8f commit 427c97d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.25.0](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.24.0...web-v1.25.0) (2024-08-22)


### ✨ Features

* annotation GO ID -&gt; annotation Object ID: add UniProtKB support to annotation Object IDs ([#1068](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1068)) ([58b5bf9](https://github.com/chanzuckerberg/cryoet-data-portal/commit/58b5bf968733985001242bb5a1330fc7b369f090))


### 🐞 Bug Fixes

* ID detection for annotation object id link ([#1075](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1075)) ([dc4fd8f](https://github.com/chanzuckerberg/cryoet-data-portal/commit/dc4fd8fb2a92187ab2bfa507e538a066227eb2c9))

## [1.24.0](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.23.1...web-v1.24.0) (2024-08-22)


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

0 comments on commit 427c97d

Please sign in to comment.