From 4c4a1bbfb3c2c33ac7b787ce8eac7e6b540ff7c1 Mon Sep 17 00:00:00 2001 From: Guillermo Espinosa Date: Mon, 2 Dec 2024 10:07:24 -0300 Subject: [PATCH] upload version --- CHANGELOG.md | 4 +++- packages/ui/package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f65d9dc..0e8dbae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### 0.2.0 +- Fix editable cell table tests [`#108`](https://github.com/TeselaGen/tg-oss/pull/108) +- update DataTable and FormComponents [`#100`](https://github.com/TeselaGen/tg-oss/pull/100) - TgSelect empty option [`#106`](https://github.com/TeselaGen/tg-oss/pull/106) - Update react-markdown [`#105`](https://github.com/TeselaGen/tg-oss/pull/105) - Panel tab on close hook [`#104`](https://github.com/TeselaGen/tg-oss/pull/104) @@ -53,6 +55,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Added menu item to allow user to export DNA as FASTA when looking at a protein sequence to resolve https://github.com/TeselaGen/tg-oss/issues/61 [`#61`](https://github.com/TeselaGen/tg-oss/issues/61) - Added fix for clipboard commands when there are multiple editors on a page to resolve https://github.com/TeselaGen/tg-oss/issues/24 [`#24`](https://github.com/TeselaGen/tg-oss/issues/24) - closes #35 [`#35`](https://github.com/TeselaGen/tg-oss/issues/35) -- update DataTable and FormComponents [`36ef724`](https://github.com/TeselaGen/tg-oss/commit/36ef72405d115a3829da3fe0a0a6fb8e02f0c5bb) - updating yarn lock [`ff41df0`](https://github.com/TeselaGen/tg-oss/commit/ff41df0b49b8051fcba084f7eaa44cf23284926d) - updating deps, moving to lodash-es, moving all packages to type: module [`bc7312c`](https://github.com/TeselaGen/tg-oss/commit/bc7312ccbe27c2d9a11cf2563ba978199428b50a) +- updating table styling to remove table last row bottom margin, removing unused S3Download, removing axios dep, updating deps [`8a6fb1f`](https://github.com/TeselaGen/tg-oss/commit/8a6fb1f047550f617c3e56b8c3ebf145967076ef) diff --git a/packages/ui/package.json b/packages/ui/package.json index 78e1fba6..815756c9 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@teselagen/ui", - "version": "0.7.1", + "version": "0.7.2-beta.1", "main": "./src/index.js", "type": "module", "exports": {