diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4aa896bd..4f63ac89 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.0" + ".": "1.7.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e13da3..19472c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.7.1](https://github.com/equinor/pepm-ui/compare/v1.7.0...v1.7.1) (2025-01-09) + + +### 🐛 Bug Fixes + +* Clean up no-results page ([#420](https://github.com/equinor/pepm-ui/issues/420)) ([0dcea91](https://github.com/equinor/pepm-ui/commit/0dcea91032fef5fa62bd73ecb35979bb44840bd5)) +* Loading indicator on object and variogram result ([#422](https://github.com/equinor/pepm-ui/issues/422)) ([81a81b7](https://github.com/equinor/pepm-ui/commit/81a81b7e31d7702671e712073746c1c697f8b5d3)) +* Remove pagination and fix scrolling on models page ([#417](https://github.com/equinor/pepm-ui/issues/417)) ([a4c552e](https://github.com/equinor/pepm-ui/commit/a4c552e88f412aae9f598f508da4896b55fd85cd)) +* Variogram result dialog size ([#399](https://github.com/equinor/pepm-ui/issues/399)) ([639cc05](https://github.com/equinor/pepm-ui/commit/639cc05af4e1c26b8cfe7fa322416bf0b4c2418b)) +* Variogram results table size ([#406](https://github.com/equinor/pepm-ui/issues/406)) ([0daea46](https://github.com/equinor/pepm-ui/commit/0daea46e7718fad04ffb05832f31759220fd05c2)) + ## [1.7.0](https://github.com/equinor/pepm-ui/compare/v1.6.0...v1.7.0) (2024-12-11) diff --git a/package.json b/package.json index 3fcaf0ff..340f1154 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pepm-ui", - "version": "1.7.0", + "version": "1.7.1", "private": true, "dependencies": { "@azure/msal-browser": "^3.23.0",