Skip to content

Commit

Permalink
Logo update
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimpiven committed Oct 9, 2024
1 parent 27303a7 commit 294ad17
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 5 deletions.
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.clonotype-browser

## 1.2.1

### Patch Changes

- Logo update
- Updated dependencies
- @platforma-open/milaboratories.clonotype-browser.model@1.2.1
- @platforma-open/milaboratories.clonotype-browser.ui@1.2.1
- @platforma-open/milaboratories.clonotype-browser.workflow@1.2.1

## 1.2.0

### Minor 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.clonotype-browser.model

## 1.2.1

### Patch Changes

- Logo update

## 1.2.0

### Minor 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.clonotype-browser.model",
"version": "1.2.0",
"version": "1.2.1",
"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.clonotype-browser",
"version": "1.2.0",
"version": "1.2.1",
"scripts": {
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",
"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.clonotype-browser.test

## 1.2.1

### Patch Changes

- Logo update

## 1.2.0

### Minor 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.clonotype-browser.test",
"private": true,
"version": "1.2.0",
"version": "1.2.1",
"description": "Block tests",
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @platforma-open/milaboratories.clonotype-browser.ui

## 1.2.1

### Patch Changes

- Logo update

## 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.clonotype-browser.ui",
"version": "1.2.0",
"version": "1.2.1",
"type": "module",
"files": [
"dist/**/*"
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.clonotype-browser.workflow

## 1.2.1

### Patch Changes

- Logo update

## 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.clonotype-browser.workflow",
"version": "1.2.0",
"version": "1.2.1",
"type": "module",
"description": "Tengo-based template",
"//": {
Expand Down

0 comments on commit 294ad17

Please sign in to comment.