Skip to content

Commit

Permalink
v0.42.4
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Dec 26, 2023
1 parent 8d3f7b7 commit 9042301
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "0.42.3",
"version": "0.42.4",
"packages": ["packages/*"],
"command": {
"version": {
Expand Down
4 changes: 2 additions & 2 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stlite/desktop",
"version": "0.42.3",
"version": "0.42.4",
"license": "Apache-2.0",
"homepage": "/",
"main": "./build/electron/main.js",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@craco/craco": "^7.0.0",
"@stlite/common": "^0.42.3",
"@stlite/common-react": "^0.42.3",
"@stlite/kernel": "^0.42.3",
"@stlite/kernel": "^0.42.4",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^14.0.0",
"@types/jest": "^27.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stlite/kernel",
"description": "",
"version": "0.42.3",
"version": "0.42.4",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/mountable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stlite/mountable",
"version": "0.42.3",
"version": "0.42.4",
"description": "Mountable stlite application",
"keywords": [
"stlite",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@babel/core": "^7.16.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@stlite/common-react": "^0.42.3",
"@stlite/kernel": "^0.42.3",
"@stlite/kernel": "^0.42.4",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sharing/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@stlite/sharing",
"version": "0.42.3",
"version": "0.42.4",
"private": true,
"homepage": "https://share.stlite.net/",
"dependencies": {
"@craco/craco": "^7.0.0",
"@stlite/common-react": "^0.42.3",
"@stlite/kernel": "^0.42.3",
"@stlite/kernel": "^0.42.4",
"@stlite/sharing-common": "^0.42.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^14.0.0",
Expand Down

0 comments on commit 9042301

Please sign in to comment.