Skip to content

Commit 4c1e2c8

Browse files
authored
chore(main): release 1.7.1
1 parent 81a81b7 commit 4c1e2c8

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-
".": "1.7.0"
2+
".": "1.7.1"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.7.1](https://github.com/equinor/pepm-ui/compare/v1.7.0...v1.7.1) (2025-01-02)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* 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))
9+
* 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))
10+
* Variogram result dialog size ([#399](https://github.com/equinor/pepm-ui/issues/399)) ([639cc05](https://github.com/equinor/pepm-ui/commit/639cc05af4e1c26b8cfe7fa322416bf0b4c2418b))
11+
* Variogram results table size ([#406](https://github.com/equinor/pepm-ui/issues/406)) ([0daea46](https://github.com/equinor/pepm-ui/commit/0daea46e7718fad04ffb05832f31759220fd05c2))
12+
313
## [1.7.0](https://github.com/equinor/pepm-ui/compare/v1.6.0...v1.7.0) (2024-12-11)
414

515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pepm-ui",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"private": true,
55
"dependencies": {
66
"@azure/msal-browser": "^3.23.0",

0 commit comments

Comments
 (0)