Skip to content

Commit

Permalink
fix: ove import
Browse files Browse the repository at this point in the history
  • Loading branch information
jgespinosa10 committed Feb 17, 2025
1 parent f3e3dcb commit 8ded754
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- 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)
- updating yarn lock [`ff41df0`](https://github.com/TeselaGen/tg-oss/commit/ff41df0b49b8051fcba084f7eaa44cf23284926d)
- delete bounce-loader [`0039ab8`](https://github.com/TeselaGen/tg-oss/commit/0039ab8fde984e554245d4387ae734c77e6a833c)
- withTableParams refactor & new useTableParams [`0c2871f`](https://github.com/TeselaGen/tg-oss/commit/0c2871f731d54a51a76b27c19091e76bcee6de1e)
- updating deps, moving to lodash-es, moving all packages to type: module [`bc7312c`](https://github.com/TeselaGen/tg-oss/commit/bc7312ccbe27c2d9a11cf2563ba978199428b50a)
- delete bounce-loader [`2a3f98c`](https://github.com/TeselaGen/tg-oss/commit/2a3f98c1574e184bb202d406111ce55ebe018d0f)
2 changes: 1 addition & 1 deletion packages/bio-parsers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teselagen/bio-parsers",
"version": "0.4.23-beta.3",
"version": "0.4.23",
"type": "module",
"dependencies": {
"@gmod/gff": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sequence-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teselagen/sequence-utils",
"version": "0.3.28-beta.1",
"version": "0.3.28",
"type": "module",
"dependencies": {
"bson-objectid": "^2.0.4",
Expand Down

0 comments on commit 8ded754

Please sign in to comment.