Skip to content

Commit 29a2f2c

Browse files
committed
chore(master): release 5.5.0
1 parent f79fe8c commit 29a2f2c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.4.0"
2+
".": "5.5.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [5.5.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/5.4.0...5.5.0) (2025-05-27)
6+
7+
8+
### Features
9+
10+
* add keyboard shortcut for search field ([76df00a](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/76df00aff22c16ad7c0cb78c75ad477088b4b53c))
11+
* group jobs by their versions ([0754dab](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/0754dab057e614e720f6f04f799c087b2721ff54))
12+
513
## [5.4.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/5.3.0-rc.2...5.4.0) (2025-05-15)
614

715

package.json

Lines changed: 2 additions & 2 deletions
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": "5.4.0",
5+
"version": "5.5.0",
66
"private": true,
77
"repository": {
88
"type": "git",
@@ -65,7 +65,7 @@
6565
"@types/node": "22.9.0",
6666
"@types/plotly.js-basic-dist": "1.54.4",
6767
"@types/prismjs": "1.26.5",
68-
"@types/react": "19.1.6",
68+
"@types/react": "19.1.4",
6969
"@types/react-plotly.js": "2.6.3",
7070
"@types/semver": "^7.7.0",
7171
"axios": "1.9.0",

0 commit comments

Comments
 (0)