Skip to content

Commit

Permalink
chore: publish beta versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mfanselmo committed Nov 26, 2024
1 parent 4e7b487 commit e6bff5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion packages/ove/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teselagen/ove",
"version": "0.7.3-beta.0",
"version": "0.7.3-beta.1",
"main": "./src/index.js",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teselagen/ui",
"version": "0.7.3-beta.0",
"version": "0.7.3-beta.1",
"main": "./src/index.js",
"type": "module",
"exports": {
Expand Down

0 comments on commit e6bff5c

Please sign in to comment.