Skip to content

Commit

Permalink
PlAgDataTable export CSV
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimpiven committed Nov 26, 2024
1 parent 239ad0d commit 664b4c8
Show file tree
Hide file tree
Showing 13 changed files with 177 additions and 174 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.3.9

### Patch Changes

- 62f2c23: PlAgDataTable export CSV
- Updated dependencies [62f2c23]
- @platforma-open/milaboratories.clonotype-browser.ui@1.3.9
- @platforma-open/milaboratories.clonotype-browser.model@1.3.8
- @platforma-open/milaboratories.clonotype-browser.workflow@1.2.14

## 1.3.8

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

## 1.3.8

### Patch Changes

- 62f2c23: PlAgDataTable export CSV

## 1.3.7

### 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.clonotype-browser.model",
"version": "1.3.7",
"version": "1.3.8",
"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.3.8",
"version": "1.3.9",
"scripts": {
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",
"build": "rm -rf ./block-pack && block-tools pack",
Expand Down
Loading

0 comments on commit 664b4c8

Please sign in to comment.