Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jgespinosa10 committed Jul 2, 2024
1 parent 21db737 commit 39d16f1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### 0.2.0

- Divide DataTable & upgrade react-dom [`#81`](https://github.com/TeselaGen/tg-oss/pull/81)
- chore: Update drag and drop sortable package to dnd-kit [`#78`](https://github.com/TeselaGen/tg-oss/pull/78)
- relax react version [`#74`](https://github.com/TeselaGen/tg-oss/pull/74)
- closes #71 [`#72`](https://github.com/TeselaGen/tg-oss/pull/72)
Expand Down
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.5.18",
"version": "0.5.19",
"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.4.14",
"version": "0.4.16",
"main": "./src/index.js",
"type": "module",
"exports": {
Expand Down
1 change: 0 additions & 1 deletion packages/ui/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
}
}
},

"launch-e2e": {
"executor": "@nx/cypress:cypress",
"options": {
Expand Down

0 comments on commit 39d16f1

Please sign in to comment.