diff --git a/.changeset/funny-wasps-sell.md b/.changeset/funny-wasps-sell.md deleted file mode 100644 index 6aa14e3..0000000 --- a/.changeset/funny-wasps-sell.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@platforma-open/milaboratories.samples-and-data.workflow': minor -'@platforma-open/milaboratories.samples-and-data.model': minor -'@platforma-open/milaboratories.samples-and-data.ui': minor -'@platforma-open/milaboratories.samples-and-data': minor -'@platforma-open/milaboratories.samples-and-data.test': minor ---- - -Trace annotation in the output; SDK upgrade diff --git a/block/CHANGELOG.md b/block/CHANGELOG.md index d7cd139..335563e 100644 --- a/block/CHANGELOG.md +++ b/block/CHANGELOG.md @@ -1,5 +1,18 @@ # @platforma-open/milaboratories.samples-and-data +## 1.8.0 + +### Minor Changes + +- ebebf39: Trace annotation in the output; SDK upgrade + +### Patch Changes + +- Updated dependencies [ebebf39] + - @platforma-open/milaboratories.samples-and-data.workflow@1.9.0 + - @platforma-open/milaboratories.samples-and-data.model@1.8.0 + - @platforma-open/milaboratories.samples-and-data.ui@1.13.0 + ## 1.7.1 ### Patch Changes diff --git a/block/package.json b/block/package.json index feb447c..e25cf1b 100644 --- a/block/package.json +++ b/block/package.json @@ -1,6 +1,6 @@ { "name": "@platforma-open/milaboratories.samples-and-data", - "version": "1.7.1", + "version": "1.8.0", "scripts": { "pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"", "build": "rm -rf block-pack && block-tools pack", diff --git a/model/CHANGELOG.md b/model/CHANGELOG.md index 53e027f..b865b53 100644 --- a/model/CHANGELOG.md +++ b/model/CHANGELOG.md @@ -1,5 +1,11 @@ # @platforma-open/milaboratories.samples-and-data.model +## 1.8.0 + +### Minor Changes + +- ebebf39: Trace annotation in the output; SDK upgrade + ## 1.7.1 ### Patch Changes diff --git a/model/package.json b/model/package.json index bb8160d..17ef6ec 100644 --- a/model/package.json +++ b/model/package.json @@ -1,6 +1,6 @@ { "name": "@platforma-open/milaboratories.samples-and-data.model", - "version": "1.7.1", + "version": "1.8.0", "description": "Block model", "type": "module", "main": "dist/index.cjs", diff --git a/test/CHANGELOG.md b/test/CHANGELOG.md index de940b8..909579d 100644 --- a/test/CHANGELOG.md +++ b/test/CHANGELOG.md @@ -1,5 +1,16 @@ # @platforma-open/milaboratories.samples-and-data.test +## 1.5.0 + +### Minor Changes + +- ebebf39: Trace annotation in the output; SDK upgrade + +### Patch Changes + +- Updated dependencies [ebebf39] + - @platforma-open/milaboratories.samples-and-data.model@1.8.0 + ## 1.4.8 ### Patch Changes diff --git a/test/package.json b/test/package.json index 40a4480..0bdefb5 100644 --- a/test/package.json +++ b/test/package.json @@ -1,7 +1,7 @@ { "name": "@platforma-open/milaboratories.samples-and-data.test", "private": true, - "version": "1.4.8", + "version": "1.5.0", "description": "Block tests", "type": "module", "scripts": { diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index 4f9d933..1add801 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @platforma-open/milaboratories.samples-and-data.ui +## 1.13.0 + +### Minor Changes + +- ebebf39: Trace annotation in the output; SDK upgrade + ## 1.12.1 ### Patch Changes diff --git a/ui/package.json b/ui/package.json index d0a23c7..8b0edf3 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "@platforma-open/milaboratories.samples-and-data.ui", - "version": "1.12.1", + "version": "1.13.0", "type": "module", "scripts": { "dev": "vite", diff --git a/workflow/CHANGELOG.md b/workflow/CHANGELOG.md index 0a6868d..0e87aca 100644 --- a/workflow/CHANGELOG.md +++ b/workflow/CHANGELOG.md @@ -1,5 +1,11 @@ # @platforma-open/milaboratories.samples-and-data.workflow +## 1.9.0 + +### Minor Changes + +- ebebf39: Trace annotation in the output; SDK upgrade + ## 1.8.1 ### Patch Changes diff --git a/workflow/package.json b/workflow/package.json index b34a5ec..cb171c0 100644 --- a/workflow/package.json +++ b/workflow/package.json @@ -1,6 +1,6 @@ { "name": "@platforma-open/milaboratories.samples-and-data.workflow", - "version": "1.8.1", + "version": "1.9.0", "type": "module", "files": [ "./dist/**/*"