Skip to content

Commit

Permalink
Upgrade JS bundles versions to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienLelaquais committed Dec 17, 2024
1 parent dc56464 commit 0a4141c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/taipy-gui/base/src/packaging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taipy-gui-base",
"version": "4.0.1",
"version": "4.0.2",
"private": true,
"main": "./taipy-gui-base.js",
"types": "./taipy-gui-base.d.ts"
Expand Down
2 changes: 1 addition & 1 deletion frontend/taipy-gui/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taipy-gui-dom",
"version": "4.0.1",
"version": "4.0.2",
"private": true,
"dependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/taipy-gui/packaging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taipy-gui",
"version": "4.0.1",
"version": "4.0.2",
"private": true,
"main": "./taipy-gui.js",
"types": "./taipy-gui.d.ts"
Expand Down
2 changes: 1 addition & 1 deletion frontend/taipy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taipy-gui-core",
"version": "4.0.1",
"version": "4.0.2",
"private": true,
"devDependencies": {
"@types/react": "^18.0.15",
Expand Down

0 comments on commit 0a4141c

Please sign in to comment.