Skip to content

Commit

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


##
[1.12.3](web-v1.12.2...web-v1.12.3)
(2024-07-12)


### 🐞 Bug Fixes

* CSS tweaks to labels
([#871](#871))
([b7c0d34](b7c0d34))


### ♻️ Code Refactoring

* using page object model for e2e tests
([#856](#856))
([a72835f](a72835f))


### βš™ Continuous Integration

* add E2E tests for single run page filters
([#807](#807))
([c7582f0](c7582f0))

---
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 Jul 12, 2024
1 parent a72835f commit 09e9d21
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.12.3](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.12.2...web-v1.12.3) (2024-07-12)


### 🐞 Bug Fixes

* CSS tweaks to labels ([#871](https://github.com/chanzuckerberg/cryoet-data-portal/issues/871)) ([b7c0d34](https://github.com/chanzuckerberg/cryoet-data-portal/commit/b7c0d3477adaf6a4c3bf546b98a5dc4ee27d8c44))


### ♻️ Code Refactoring

* using page object model for e2e tests ([#856](https://github.com/chanzuckerberg/cryoet-data-portal/issues/856)) ([a72835f](https://github.com/chanzuckerberg/cryoet-data-portal/commit/a72835fe78fa3ee1ecc064305362a0303d55c4eb))


### βš™ Continuous Integration

* add E2E tests for single run page filters ([#807](https://github.com/chanzuckerberg/cryoet-data-portal/issues/807)) ([c7582f0](https://github.com/chanzuckerberg/cryoet-data-portal/commit/c7582f0bb59317f97f5050312ccb6a41950ebbbc))

## [1.12.2](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.12.1...web-v1.12.2) (2024-07-10)


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.12.2",
"version": "1.12.3",
"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,3 +1,3 @@
{
"frontend": "1.12.2"
"frontend": "1.12.3"
}

0 comments on commit 09e9d21

Please sign in to comment.