Skip to content

Commit

Permalink
Merge pull request #26 from platforma-open/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
PoslavskySV authored Nov 1, 2024
2 parents 5e676f0 + 01b97fc commit 07ac43c
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .changeset/afraid-moons-serve.md

This file was deleted.

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

## 1.6.0

### Minor Changes

- e35d541: - improved table styles
- moved dataset creating to a button on the Metadata page

### Patch Changes

- Updated dependencies [e35d541]
- @platforma-open/milaboratories.samples-and-data.model@1.5.0
- @platforma-open/milaboratories.samples-and-data.ui@1.10.0

## 1.5.3

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

## 1.5.0

### Minor Changes

- e35d541: - improved table styles
- moved dataset creating to a button on the Metadata page

## 1.4.2

### 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.4.2",
"version": "1.5.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.5.3",
"version": "1.6.0",
"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
7 changes: 7 additions & 0 deletions ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @platforma-open/milaboratories.samples-and-data.ui

## 1.10.0

### Minor Changes

- e35d541: - improved table styles
- moved dataset creating to a button on the Metadata page

## 1.9.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.9.1",
"version": "1.10.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 07ac43c

Please sign in to comment.