Skip to content

Commit

Permalink
Merge pull request #18 from platforma-open/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
PoslavskySV authored Oct 15, 2024
2 parents 981709f + f81ac80 commit 7e7cc8a
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 14 deletions.
11 changes: 0 additions & 11 deletions .changeset/violet-actors-help.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platforma-open/milaboratories.mixcr-clonotyping.ui",
"version": "1.1.6",
"version": "1.2.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
10 changes: 10 additions & 0 deletions workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion workflow/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 7e7cc8a

Please sign in to comment.