Skip to content

Commit

Permalink
Publish @swmansion/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
wkozyra95 committed Feb 3, 2025
1 parent 6d1ab39 commit 5098d12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@swmansion/smelter": "workspace:^0.2.0-rc.0",
"@swmansion/smelter-node": "workspace:^0.2.0-rc.0",
"@swmansion/smelter-node": "workspace:^0.2.0-rc.1",
"express": "^4.21.0",
"react": "^18.3.1",
"zustand": "4.5.5"
Expand Down
2 changes: 1 addition & 1 deletion ts/create-smelter-app/templates/node-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@swmansion/smelter": "workspace:^0.2.0-rc.0",
"@swmansion/smelter-node": "workspace:^0.2.0-rc.0",
"@swmansion/smelter-node": "workspace:^0.2.0-rc.1",
"react": "^18.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ts/examples/node-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "MIT",
"dependencies": {
"@swmansion/smelter": "workspace:^0.2.0-rc.0",
"@swmansion/smelter-node": "workspace:^0.2.0-rc.0",
"@swmansion/smelter-node": "workspace:^0.2.0-rc.1",
"fs-extra": "^11.2.0",
"node-fetch": "^2.6.7",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion ts/smelter-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swmansion/smelter-node",
"version": "0.2.0-rc.0",
"version": "0.2.0-rc.1",
"author": "Software Mansion <[email protected]>",
"license": "MIT",
"description": "Node runtime for @swmansion/smelter",
Expand Down

0 comments on commit 5098d12

Please sign in to comment.