diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fe9b2ab..e9059598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.26.3](https://github.com/BLSQ/openhexa-frontend/compare/0.26.2...0.26.3) (2023-05-11) + + +### Bug Fixes + +* **Pipelines:** replace Select widget by textarea ([fd8016d](https://github.com/BLSQ/openhexa-frontend/commit/fd8016d487f93265239e3fe6972431cca72f6340)) +* **Pipelines:** Set a bigger negative margin & padding to not crop the ring around inputs ([f2bfe4d](https://github.com/BLSQ/openhexa-frontend/commit/f2bfe4d0244c9a1628285318bd85309f5a260643)) + ## [0.26.2](https://github.com/BLSQ/openhexa-frontend/compare/0.26.1...0.26.2) (2023-05-09) diff --git a/package-lock.json b/package-lock.json index 4f67e3c7..7804168c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openhexa-frontend", - "version": "0.26.2", + "version": "0.26.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openhexa-frontend", - "version": "0.26.2", + "version": "0.26.3", "dependencies": { "@apollo/client": "^3.7.11", "@apollo/link-error": "^2.0.0-beta.3", diff --git a/package.json b/package.json index f6c8451f..5ef2b264 100644 --- a/package.json +++ b/package.json @@ -121,5 +121,5 @@ "prettier-plugin-tailwindcss": "^0.2.6", "tailwindcss": "^3.2.7" }, - "version": "0.26.2" + "version": "0.26.3" }