Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logo update #13

Merged
merged 1 commit into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @platforma-open/milaboratories.mixcr-clonotyping

## 1.1.6

### Patch Changes

- Logo update
- Updated dependencies
- @platforma-open/milaboratories.mixcr-clonotyping.model@1.1.5
- @platforma-open/milaboratories.mixcr-clonotyping.ui@1.1.5
- @platforma-open/milaboratories.mixcr-clonotyping.workflow@1.1.2

## 1.1.5

### Patch Changes
Expand Down
Binary file modified logos/organization-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @platforma-open/milaboratories.mixcr-clonotyping.model

## 1.1.5

### Patch Changes

- Logo update

## 1.1.4

### 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.4",
"version": "1.1.5",
"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.1.5",
"version": "1.1.6",
"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.2

### Patch Changes

- Logo update

## 1.1.1

### 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.1",
"version": "1.1.2",
"description": "Block tests",
"scripts": {
"test": "vitest"
Expand Down
8 changes: 8 additions & 0 deletions ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @platforma-open/milaboratories.mixcr-clonotyping.ui

## 1.1.5

### Patch Changes

- Logo update
- Updated dependencies
- @platforma-open/milaboratories.mixcr-clonotyping.model@1.1.5

## 1.1.4

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

## 1.1.2

### Patch Changes

- Logo update

## 1.1.1

### 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.1",
"version": "1.1.2",
"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
Loading