From 42144ffada6d11f9cf3f6ab1c8e3eabc7ac461dc Mon Sep 17 00:00:00 2001 From: "pepm-ci[bot]" <170424145+pepm-ci[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:13:13 +0000 Subject: [PATCH] chore(main): release 1.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 93c9ef6..4aa896b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.7.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 57c7fb6..0bb7e80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.7.0](https://github.com/equinor/pepm-ui/compare/v1.6.0...v1.7.0) (2024-12-10) + + +### ๐Ÿงน Chores + +* set copyright year to 2024 ([#372](https://github.com/equinor/pepm-ui/issues/372)) ([cca30f9](https://github.com/equinor/pepm-ui/commit/cca30f9ad2329b2f1e2df52946339423235d86f7)) + + +### โœจ Features + +* Added switch for approving object result ([#382](https://github.com/equinor/pepm-ui/issues/382)) ([cce5390](https://github.com/equinor/pepm-ui/commit/cce53907df00893d4f67b7f578fd6c9cbcac71e7)) +* ini upload ([#375](https://github.com/equinor/pepm-ui/issues/375)) ([e00b25a](https://github.com/equinor/pepm-ui/commit/e00b25a145a11fca968fb71f55404d1d44de4781)) + + +### ๐Ÿ› Bug Fixes + +* Added try catch to catch error and set state ([#385](https://github.com/equinor/pepm-ui/issues/385)) ([10bc4c2](https://github.com/equinor/pepm-ui/commit/10bc4c2b49837dff50e493223d5bb44b759a1210)) +* Fixed editing of model name and desc ([#373](https://github.com/equinor/pepm-ui/issues/373)) ([82f8003](https://github.com/equinor/pepm-ui/commit/82f800389fb18df5a2d40ea1d7c39125ea808d1d)) +* Fixed footer overlapping content ([#384](https://github.com/equinor/pepm-ui/issues/384)) ([5679ab5](https://github.com/equinor/pepm-ui/commit/5679ab5fc2cd94a1cdead66e5d05ee0e980ddfb3)) + ## [1.6.0](https://github.com/equinor/pepm-ui/compare/v1.5.0...v1.6.0) (2024-11-12) diff --git a/package.json b/package.json index 6413087..3fcaf0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pepm-ui", - "version": "1.6.0", + "version": "1.7.0", "private": true, "dependencies": { "@azure/msal-browser": "^3.23.0",