Skip to content

Commit

Permalink
Merge pull request #27 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 Nov 4, 2024
2 parents 82307ca + 88a078d commit b8704c3
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changeset/brown-zoos-walk.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/shaggy-beds-marry.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @platforma-open/milaboratories.samples-and-data

## 1.6.1

### Patch Changes

- f31934a: SDK upgrade
- Updated dependencies [82307ca]
- Updated dependencies [f31934a]
- @platforma-open/milaboratories.samples-and-data.model@1.6.0
- @platforma-open/milaboratories.samples-and-data.ui@1.11.0
- @platforma-open/milaboratories.samples-and-data.workflow@1.7.5

## 1.6.0

### Minor Changes
Expand Down
10 changes: 10 additions & 0 deletions model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @platforma-open/milaboratories.samples-and-data.model

## 1.6.0

### Minor Changes

- 82307ca: Multilane fastq dataset support

### Patch Changes

- f31934a: SDK upgrade

## 1.5.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.samples-and-data.model",
"version": "1.5.0",
"version": "1.6.0",
"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.samples-and-data",
"version": "1.6.0",
"version": "1.6.1",
"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.samples-and-data.test

## 1.4.5

### Patch Changes

- f31934a: SDK upgrade

## 1.4.4

### 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.samples-and-data.test",
"private": true,
"version": "1.4.4",
"version": "1.4.5",
"description": "Block tests",
"type": "module",
"scripts": {
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.samples-and-data.ui

## 1.11.0

### Minor Changes

- 82307ca: Multilane fastq dataset support

### Patch Changes

- f31934a: SDK upgrade

## 1.10.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.samples-and-data.ui",
"version": "1.10.0",
"version": "1.11.0",
"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.samples-and-data.workflow

## 1.7.5

### Patch Changes

- f31934a: SDK upgrade

## 1.7.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.samples-and-data.workflow",
"version": "1.7.4",
"version": "1.7.5",
"type": "module",
"files": [
"./dist/**/*"
Expand Down

0 comments on commit b8704c3

Please sign in to comment.