Skip to content
Snippets Groups Projects
Commit 4f15525d authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

new module version

parent ffe6e6e0
No related branches found
No related tags found
1 merge request!15new module version
Pipeline #38576 passed
This commit is part of merge request !15. Comments created here will be created in the context of that merge request.
......@@ -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
......
{
"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"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment