Skip to content

Commit 36b2bfb

Browse files
chore(master): release 3.1.1 (#1324)
1 parent 01f33ae commit 36b2bfb

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
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-
".": "3.1.0"
2+
".": "3.1.1"
33
}

CHANGELOG.md

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

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

5+
## [3.1.1](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/3.1.0...3.1.1) (2024-04-21)
6+
7+
8+
### Bug Fixes
9+
10+
* **run-job:** fix hydration issue with the options form ([31184ec](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/31184ecdf58b225a7f7c6a8996e29f52351ed5e4))
11+
* **run-job:** remove error messages from console when validation fails ([582ca3c](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/582ca3ccbd56892049c6bb3e8c7c2c20df4eec09))
12+
* **run-job:** show error message correctly when empty smiles entries are used ([8d2b6b0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/8d2b6b0c769ffa686b44d0170858e0dcef898f5c))
13+
* **sketcher:** fix some sketcher issues caused by multiple sketchers being open ([ad75496](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/ad7549622f1c9a116d81873807b931b5ae929958))
14+
515
## [3.1.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/3.1.0-rc.3...3.1.0) (2024-04-11)
616

717

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": "3.1.0",
5+
"version": "3.1.1",
66
"private": true,
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)