Skip to content

Commit

Permalink
Auto-generated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zen-weaver-of-integration[bot] committed Feb 24, 2025
1 parent b172c3d commit 8731ba1
Show file tree
Hide file tree
Showing 17 changed files with 78 additions and 40 deletions.
6 changes: 0 additions & 6 deletions .changeset/flat-feet-give.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nine-pandas-give.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/purple-books-learn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slow-deers-reflect.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-seahorses-stare.md

This file was deleted.

17 changes: 17 additions & 0 deletions block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @platforma-open/milaboratories.cell-ranger

## 1.2.0

### Minor Changes

- 84ac6c6: UI update

### Patch Changes

- Updated dependencies [b70904c]
- Updated dependencies [87c548a]
- Updated dependencies [84ac6c6]
- Updated dependencies [340002c]
- Updated dependencies [bb1e021]
- @platforma-open/milaboratories.cell-ranger.model@1.2.0
- @platforma-open/milaboratories.cell-ranger.ui@1.2.0
- @platforma-open/milaboratories.cell-ranger.workflow@1.2.0

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platforma-open/milaboratories.cell-ranger",
"version": "1.1.0",
"version": "1.2.0",
"scripts": {
"build": "rm -rf block-pack/* && block-tools pack"
},
Expand Down
13 changes: 13 additions & 0 deletions model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @platforma-open/milaboratories.cell-ranger.model

## 1.2.0

### Minor Changes

- 87c548a: Updated UI view
- 84ac6c6: UI update
- 340002c: Updated progress message

### Patch Changes

- b70904c: show cell ranger progress in the table cell (version 1)
- bb1e021: use ProgressLogWithInfo (with "live" boolean flag)

## 1.1.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.cell-ranger.model",
"version": "1.1.0",
"version": "1.2.0",
"description": "Block model",
"type": "module",
"main": "dist/index.cjs",
Expand Down
6 changes: 6 additions & 0 deletions software/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @platforma-open/milaboratories.cellranger.software

## 1.3.0

### Minor Changes

- 84ac6c6: UI update

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion software/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platforma-open/milaboratories.cellranger.software",
"version": "1.2.0",
"version": "1.3.0",
"scripts": {
"build": "pl-pkg build",
"prepublishOnly": "pl-pkg publish packages",
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.cell-ranger.test

## 1.2.0

### Minor Changes

- 84ac6c6: UI update

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

## 1.2.0

### Minor Changes

- 87c548a: Updated UI view
- 84ac6c6: UI update
- 340002c: Updated progress message

### Patch Changes

- b70904c: show cell ranger progress in the table cell (version 1)
- bb1e021: use ProgressLogWithInfo (with "live" boolean flag)
- Updated dependencies [b70904c]
- Updated dependencies [87c548a]
- Updated dependencies [84ac6c6]
- Updated dependencies [340002c]
- Updated dependencies [bb1e021]
- @platforma-open/milaboratories.cell-ranger.model@1.2.0

## 1.1.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.cell-ranger.ui",
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
11 changes: 11 additions & 0 deletions workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @platforma-open/milaboratories.cell-ranger.workflow

## 1.2.0

### Minor Changes

- 84ac6c6: UI update

### Patch Changes

- Updated dependencies [84ac6c6]
- @platforma-open/milaboratories.cellranger.software@1.3.0

## 1.1.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.cell-ranger.workflow",
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"description": "Block Workflow",
"scripts": {
Expand Down

0 comments on commit 8731ba1

Please sign in to comment.