Skip to content

Commit

Permalink
chore(main): release web 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 16, 2024
1 parent afd3497 commit 7607766
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.28.0](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.27.0...web-v1.28.0) (2024-09-16)


### ✨ Features

* Descriptions of datasets and depositions. ([#1134](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1134)) ([6f2d66f](https://github.com/chanzuckerberg/cryoet-data-portal/commit/6f2d66f531bf51037f99aedcd1e00d2ad9af3567))
* filter carry over behavior ([#1128](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1128)) ([afd3497](https://github.com/chanzuckerberg/cryoet-data-portal/commit/afd3497ef83a3a7e6c43b6def943e76dc7b11022))
* Prep FE codebase for 2 API URLs ([#1126](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1126)) ([e76f270](https://github.com/chanzuckerberg/cryoet-data-portal/commit/e76f27086c0271a1189e242cd0f464c62f1e61f3))

## [1.27.0](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.26.1...web-v1.27.0) (2024-09-11)


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

0 comments on commit 7607766

Please sign in to comment.