Skip to content

Commit bb2fbd5

Browse files
chore: release 6.2.1 [skip ci]
## [6.2.1](6.2.0...6.2.1) (2026-06-09) ### Bug Fixes * actually fix the build ([c0e8f8c](c0e8f8c)) * disable husky hooks during semantic release ([6adc3fe](6adc3fe)) * fix environment variables for the configuration page. ([2880990](2880990)) * fix failing build ([fcab9e2](fcab9e2)) * fix flash of 403 page when changing tabs ([bf84695](bf84695)) * fix pnpm rules by copying workspace earlier in dockerfile ([743b8ec](743b8ec)) * fix sentry warnings ([1283a79](1283a79)) * fix test workflow environment variables. ([1566632](1566632)) * remove dotenv dependency and update environment loading in Playwright config ([6c183f5](6c183f5)) * support mui v9 ([34f2fb3](34f2fb3)) * update import path for routes types ([779ec03](779ec03)) * update plotly.js-basic-dist to v3 and adapt to breaking changes ([#1551](#1551)) ([a45762f](a45762f))
1 parent 41dffcd commit bb2fbd5

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [6.2.1](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/6.2.0...6.2.1) (2026-06-09)
2+
3+
4+
### Bug Fixes
5+
6+
* actually fix the build ([c0e8f8c](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/c0e8f8c8d551b57044322738fce961a18aa5a9c0))
7+
* disable husky hooks during semantic release ([6adc3fe](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/6adc3fe6498fb5512b19e350af2ccc149e398052))
8+
* fix environment variables for the configuration page. ([2880990](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/288099018cebdc5cb91c108cb5ac36d8f6bd086d))
9+
* fix failing build ([fcab9e2](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/fcab9e2e6df16329a53e5efc613544dd7a9aecfe))
10+
* fix flash of 403 page when changing tabs ([bf84695](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/bf84695ea6b0323cad7033aa7be293ee7e6dc720))
11+
* fix pnpm rules by copying workspace earlier in dockerfile ([743b8ec](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/743b8ec956196ae8882b5b4bd9efb15956922dbe))
12+
* fix sentry warnings ([1283a79](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/1283a799b897f36f63ffab2abc2793b01ec18469))
13+
* fix test workflow environment variables. ([1566632](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/156663277e931ae2a2fccfd1edd4037f99c18031))
14+
* remove dotenv dependency and update environment loading in Playwright config ([6c183f5](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/6c183f537f68f88741cf7209dbede6badfaa9622))
15+
* support mui v9 ([34f2fb3](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/34f2fb3d421c3685dc2b675179ffda6941dd4d73))
16+
* update import path for routes types ([779ec03](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/779ec03b03734060ed0d300a635aa88db0ee33c8))
17+
* update plotly.js-basic-dist to v3 and adapt to breaking changes ([#1551](https://github.com/InformaticsMatters/squonk2-data-manager-ui/issues/1551)) ([a45762f](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/a45762f519f7a0b3bfd83a27add2cade902d1c13))
18+
119
## [6.2.1-dev.7](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/6.2.1-dev.6...6.2.1-dev.7) (2026-06-09)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@squonk/data-manager-ui",
33
"author": "Oliver Dudgeon",
44
"license": "Apache-2.0",
5-
"version": "6.2.1-dev.7",
5+
"version": "6.2.1",
66
"private": true,
77
"packageManager": "pnpm@11.2.2",
88
"repository": {

0 commit comments

Comments
 (0)