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 Nov 26, 2024
1 parent 5aedef3 commit 1eaaa23
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/funny-wasps-sell.md

This file was deleted.

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

## 1.8.0

### Minor Changes

- ebebf39: Trace annotation in the output; SDK upgrade

### Patch Changes

- Updated dependencies [ebebf39]
- @platforma-open/milaboratories.samples-and-data.workflow@1.9.0
- @platforma-open/milaboratories.samples-and-data.model@1.8.0
- @platforma-open/milaboratories.samples-and-data.ui@1.13.0

## 1.7.1

### Patch 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.samples-and-data",
"version": "1.7.1",
"version": "1.8.0",
"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 model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @platforma-open/milaboratories.samples-and-data.model

## 1.8.0

### Minor Changes

- ebebf39: Trace annotation in the output; SDK upgrade

## 1.7.1

### 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.samples-and-data.model",
"version": "1.7.1",
"version": "1.8.0",
"description": "Block model",
"type": "module",
"main": "dist/index.cjs",
Expand Down
11 changes: 11 additions & 0 deletions test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @platforma-open/milaboratories.samples-and-data.test

## 1.5.0

### Minor Changes

- ebebf39: Trace annotation in the output; SDK upgrade

### Patch Changes

- Updated dependencies [ebebf39]
- @platforma-open/milaboratories.samples-and-data.model@1.8.0

## 1.4.8

### 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.8",
"version": "1.5.0",
"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.samples-and-data.ui

## 1.13.0

### Minor Changes

- ebebf39: Trace annotation in the output; SDK upgrade

## 1.12.1

### 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.samples-and-data.ui",
"version": "1.12.1",
"version": "1.13.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.9.0

### Minor Changes

- ebebf39: Trace annotation in the output; SDK upgrade

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

0 comments on commit 1eaaa23

Please sign in to comment.