diff --git a/.changeset/violet-actors-help.md b/.changeset/violet-actors-help.md deleted file mode 100644 index fa16d09..0000000 --- a/.changeset/violet-actors-help.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@platforma-open/milaboratories.mixcr-clonotyping.workflow': minor -'@platforma-open/milaboratories.mixcr-clonotyping.ui': minor -'@platforma-open/milaboratories.mixcr-clonotyping': minor ---- - -- Update Platforma SDK -- Fix block deduplication bug -- Better styles for the table component -- Fix annotation of export counts -- Fix chain axis nature (scaleCompatible) diff --git a/CHANGELOG.md b/CHANGELOG.md index 094c4ca..bd7f7d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @platforma-open/milaboratories.mixcr-clonotyping +## 1.2.0 + +### Minor Changes + +- ffe5dc0: - Update Platforma SDK + - Fix block deduplication bug + - Better styles for the table component + - Fix annotation of export counts + - Fix chain axis nature (scaleCompatible) + +### Patch Changes + +- Updated dependencies [ffe5dc0] + - @platforma-open/milaboratories.mixcr-clonotyping.workflow@1.2.0 + - @platforma-open/milaboratories.mixcr-clonotyping.ui@1.2.0 + ## 1.1.9 ### Patch Changes diff --git a/package.json b/package.json index 44e89a1..7ca8ec5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@platforma-open/milaboratories.mixcr-clonotyping", - "version": "1.1.9", + "version": "1.2.0", "scripts": { "pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"", "build-block": "turbo run build && rm -rf block-pack/* && block-tools pack", diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index 62621e2..ce70265 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -1,5 +1,15 @@ # @platforma-open/milaboratories.mixcr-clonotyping.ui +## 1.2.0 + +### Minor Changes + +- ffe5dc0: - Update Platforma SDK + - Fix block deduplication bug + - Better styles for the table component + - Fix annotation of export counts + - Fix chain axis nature (scaleCompatible) + ## 1.1.6 ### Patch Changes diff --git a/ui/package.json b/ui/package.json index 46707d3..0f33970 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "@platforma-open/milaboratories.mixcr-clonotyping.ui", - "version": "1.1.6", + "version": "1.2.0", "type": "module", "scripts": { "dev": "vite", diff --git a/workflow/CHANGELOG.md b/workflow/CHANGELOG.md index 8d957db..3ed5961 100644 --- a/workflow/CHANGELOG.md +++ b/workflow/CHANGELOG.md @@ -1,5 +1,15 @@ # @platforma-open/milaboratories.mixcr-clonotyping.workflow +## 1.2.0 + +### Minor Changes + +- ffe5dc0: - Update Platforma SDK + - Fix block deduplication bug + - Better styles for the table component + - Fix annotation of export counts + - Fix chain axis nature (scaleCompatible) + ## 1.1.4 ### Patch Changes diff --git a/workflow/package.json b/workflow/package.json index fad17c9..012cd83 100644 --- a/workflow/package.json +++ b/workflow/package.json @@ -1,6 +1,6 @@ { "name": "@platforma-open/milaboratories.mixcr-clonotyping.workflow", - "version": "1.1.3", + "version": "1.2.0", "description": "Tengo-based template", "//": { "build": "node ./scripts/build-static.mjs src/pfconv_params.json src/pfconv_params.lib.tengo && rm -rf dist && pl-tengo check && pl-tengo build"