diff --git a/CHANGELOG.md b/CHANGELOG.md index a9055223ffae726f10fa3c4051997f23a19e9474..f287b85c4d9fc0afb86ad32b132d8f1c66d4394f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.1.0] - 2024-06-25 + +### Changed + +- updated document-related dependencies + ## [3.0.0] ### Changed diff --git a/package-lock.json b/package-lock.json index 1593d60e5170c95077d6f087a1a3c8d01203deee..70afbffe4fc5c2c06a78954d29f6ebd73b404479 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@aditosoftware/platform", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aditosoftware/platform", - "version": "3.0.0", + "version": "3.1.0", "dependencies": { "@aditosoftware/attribute": "^2.0.0", - "@aditosoftware/document": "^2.0.0", + "@aditosoftware/document": "^3.0.0", "@aditosoftware/event-handler": "^2.0.0", "@aditosoftware/favorite": "^2.0.0", "@aditosoftware/keyword": "^2.0.0", @@ -25,7 +25,7 @@ "@aditosoftware/terminal": "^1.0.0", "@aditosoftware/testing-utility": "^1.0.0", "@aditosoftware/usermanagement": "^2.0.0", - "@aditosoftware/usermanagement-document": "^2.0.0", + "@aditosoftware/usermanagement-document": "^2.0.1", "@aditosoftware/usermanagement-loghistory": "^2.0.0", "@aditosoftware/utility": "^2.0.0", "@aditosoftware/workflow": "^2.0.0" @@ -45,9 +45,9 @@ } }, "node_modules/@aditosoftware/document": { - "version": "2.0.0", - "resolved": "https://nexus.adito.cloud/repository/xrm/@aditosoftware/document/-/document-2.0.0.tgz", - "integrity": "sha512-IxFdsYVHp4EaqkKgisWWbhwMH8x8hZKr1j3ARQ9eLhh24HBDBWo1mIZNGNyonpcS9Ky4wXpHs8naMrb1h7s8FQ==", + "version": "3.0.0", + "resolved": "https://nexus.adito.cloud/repository/xrm/@aditosoftware/document/-/document-3.0.0.tgz", + "integrity": "sha512-ZWAd84WyoHlD3HHTdU+1S4cqZR07qT+XBrpW51CMA3wkUE39xVOWverWPelEP/mrI48KnmAuHckCG6xWGfPmCg==", "peerDependencies": { "@aditosoftware/event-handler": "^2.0.0", "@aditosoftware/root": "^3.0.0", @@ -191,11 +191,11 @@ } }, "node_modules/@aditosoftware/usermanagement-document": { - "version": "2.0.0", - "resolved": "https://nexus.adito.cloud/repository/xrm/@aditosoftware/usermanagement-document/-/usermanagement-document-2.0.0.tgz", - "integrity": "sha512-wCMp0CDS96wVT4yHJFFzVITgHCz4aDAkDDJ666lAc9rL+4u8Pw6WVTvH4pfwxSBrJvzSOgnuQWdq0I4PimSKWA==", + "version": "2.0.1", + "resolved": "https://nexus.adito.cloud/repository/xrm/@aditosoftware/usermanagement-document/-/usermanagement-document-2.0.1.tgz", + "integrity": "sha512-I7DuhGIsX6lE100ag67kqQwqOWgdTXlRmzPtIeRZi/3CYOwfWWiuCFQUqyDSqJpt/uIL5gfj4WPst/RkHD19QA==", "peerDependencies": { - "@aditosoftware/document": "^2.0.0", + "@aditosoftware/document": "^2.0.0||^3.0.0", "@aditosoftware/usermanagement": "^2.0.0", "@aditosoftware/utility": "^2.0.0" } diff --git a/package.json b/package.json index 3fd1f7c40f248699609e6c33e07eaf474fb81201..6a5e6c423d4a21dcf93a4858e15a1361b801f70f 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@aditosoftware/platform", - "version": "3.0.0", + "version": "3.1.0", "adito": { "type": "module" }, "dependencies": { "@aditosoftware/attribute": "^2.0.0", - "@aditosoftware/document": "^2.0.0", + "@aditosoftware/document": "^3.0.0", "@aditosoftware/event-handler": "^2.0.0", "@aditosoftware/favorite": "^2.0.0", "@aditosoftware/keyword": "^2.0.0", @@ -22,7 +22,7 @@ "@aditosoftware/terminal": "^1.0.0", "@aditosoftware/testing-utility": "^1.0.0", "@aditosoftware/usermanagement": "^2.0.0", - "@aditosoftware/usermanagement-document": "^2.0.0", + "@aditosoftware/usermanagement-document": "^2.0.1", "@aditosoftware/usermanagement-loghistory": "^2.0.0", "@aditosoftware/utility": "^2.0.0", "@aditosoftware/workflow": "^2.0.0"