Skip to content

Commit

Permalink
Merge pull request #20 from platforma-open/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
dbolotin authored Oct 22, 2024
2 parents 9a99a0d + ed7de0e commit 1a68362
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 29 deletions.
9 changes: 0 additions & 9 deletions .changeset/cuddly-feet-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-bugs-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-kings-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-beans-decide.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @platforma-open/milaboratories.mixcr-clonotyping

## 1.2.2

### Patch Changes

- 9a99a0d: SDK upgrade
- Updated dependencies [9a99a0d]
- Updated dependencies [9a99a0d]
- Updated dependencies [9a99a0d]
- Updated dependencies [9a99a0d]
- @platforma-open/milaboratories.mixcr-clonotyping.workflow@1.2.1
- @platforma-open/milaboratories.mixcr-clonotyping.model@1.1.6
- @platforma-open/milaboratories.mixcr-clonotyping.ui@1.2.1

## 1.2.1

### Patch Changes
Expand Down
7 changes: 7 additions & 0 deletions model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @platforma-open/milaboratories.mixcr-clonotyping.model

## 1.1.6

### Patch Changes

- 9a99a0d: SDK upgrade
- 9a99a0d: fixes absence of mitool-based presets

## 1.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platforma-open/milaboratories.mixcr-clonotyping.model",
"version": "1.1.5",
"version": "1.1.6",
"description": "Block model",
"type": "module",
"main": "dist/index.cjs",
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.2.1",
"version": "1.2.2",
"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
6 changes: 6 additions & 0 deletions test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @platforma-open/milaboratories.mixcr-clonotyping.test

## 1.1.3

### Patch Changes

- 9a99a0d: SDK upgrade

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@platforma-open/milaboratories.mixcr-clonotyping.test",
"private": true,
"version": "1.1.2",
"version": "1.1.3",
"description": "Block tests",
"scripts": {
"test": "vitest"
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.1

### Patch Changes

- 9a99a0d: SDK upgrade
- 9a99a0d: fixes quick args multi-set problem
- Updated dependencies [9a99a0d]
- Updated dependencies [9a99a0d]
- @platforma-open/milaboratories.mixcr-clonotyping.model@1.1.6

## 1.2.0

### Minor 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.2.0",
"version": "1.2.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
7 changes: 7 additions & 0 deletions workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @platforma-open/milaboratories.mixcr-clonotyping.workflow

## 1.2.1

### Patch Changes

- 9a99a0d: SDK upgrade
- 9a99a0d: fixes error when using presets with floating assembling features

## 1.2.0

### Minor 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.2.0",
"version": "1.2.1",
"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 1a68362

Please sign in to comment.