Skip to content

Commit c008a98

Browse files
committed
v8.11.1
1 parent 72f6445 commit c008a98

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

examples/basic-lang-javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"electron": "^26.2.2",
1919
"electron-builder": "^24.6.4",
2020
"next": "^12.3.4",
21-
"nextron": "^8.11.0",
21+
"nextron": "^8.11.1",
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0"
2424
}

examples/basic-lang-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"electron": "^26.2.2",
2121
"electron-builder": "^24.6.4",
2222
"next": "^12.3.4",
23-
"nextron": "^8.11.0",
23+
"nextron": "^8.11.1",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0",
2626
"typescript": "^4.9.4"

examples/basic-launch-app-from-url/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"electron": "^26.2.2",
2121
"electron-builder": "^24.6.4",
2222
"next": "^12.3.4",
23-
"nextron": "^8.11.0",
23+
"nextron": "^8.11.1",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0",
2626
"typescript": "^4.9.4"

examples/custom-build-options/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"electron": "^26.2.2",
2525
"electron-builder": "^24.6.4",
2626
"next": "^12.3.4",
27-
"nextron": "^8.11.0",
27+
"nextron": "^8.11.1",
2828
"react": "^18.2.0",
2929
"react-dom": "^18.2.0"
3030
}

examples/custom-main-entry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"electron": "^26.2.2",
1919
"electron-builder": "^24.6.4",
2020
"next": "^12.3.4",
21-
"nextron": "^8.11.0",
21+
"nextron": "^8.11.1",
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0"
2424
}

examples/custom-renderer-port/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"electron": "^26.2.2",
1919
"electron-builder": "^24.6.4",
2020
"next": "^12.3.4",
21-
"nextron": "^8.11.0",
21+
"nextron": "^8.11.1",
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0"
2424
}

examples/ipc-communication/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"electron": "^26.2.2",
1919
"electron-builder": "^24.6.4",
2020
"next": "^12.3.4",
21-
"nextron": "^8.11.0",
21+
"nextron": "^8.11.1",
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0"
2424
}

examples/store-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"electron": "^26.2.2",
1919
"electron-builder": "^24.6.4",
2020
"next": "^12.3.4",
21-
"nextron": "^8.11.0",
21+
"nextron": "^8.11.1",
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0"
2424
}

examples/with-ant-design/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"electron": "^26.2.2",
2323
"electron-builder": "^24.6.4",
2424
"next": "^12.3.4",
25-
"nextron": "^8.11.0",
25+
"nextron": "^8.11.1",
2626
"react": "^18.2.0",
2727
"react-dom": "^18.2.0",
2828
"typescript": "^4.9.4"

examples/with-chakra-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"electron-builder": "^24.6.4",
2828
"framer-motion": "^6.5.1",
2929
"next": "^12.3.4",
30-
"nextron": "^8.11.0",
30+
"nextron": "^8.11.1",
3131
"react": "^18.2.0",
3232
"react-dom": "^18.2.0",
3333
"typescript": "^4.9.5"

examples/with-emotion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"electron": "^26.2.2",
2424
"electron-builder": "^24.6.4",
2525
"next": "^12.3.4",
26-
"nextron": "^8.11.0",
26+
"nextron": "^8.11.1",
2727
"react": "^18.2.0",
2828
"react-dom": "^18.2.0",
2929
"typescript": "^4.9.4"

examples/with-material-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"electron": "^26.2.2",
2626
"electron-builder": "^24.6.4",
2727
"next": "^12.3.4",
28-
"nextron": "^8.11.0",
28+
"nextron": "^8.11.1",
2929
"react": "^18.2.0",
3030
"react-dom": "^18.2.0",
3131
"typescript": "^4.9.4"

examples/with-tailwindcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"electron": "^26.2.2",
2222
"electron-builder": "^24.6.4",
2323
"next": "^12.3.4",
24-
"nextron": "^8.11.0",
24+
"nextron": "^8.11.1",
2525
"postcss": "^8.4.30",
2626
"react": "^18.2.0",
2727
"react-dom": "^18.2.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextron",
3-
"version": "8.11.0",
3+
"version": "8.11.1",
44
"description": "⚡ NEXT.js + Electron ⚡",
55
"repository": "[email protected]:saltyshiomix/nextron.git",
66
"author": "Shiono Yoshihide <[email protected]>",

0 commit comments

Comments
 (0)