Skip to content

Commit 3fc1302

Browse files
committed
Merge branch 'release/v9'
2 parents c07a31f + 33850ec commit 3fc1302

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

examples/basic-lang-javascript-python/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"electron": "^31.0.1",
1919
"electron-builder": "^24.13.3",
2020
"next": "^14.2.4",
21-
"nextron": "^9.2.0",
21+
"nextron": "^9.3.0",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1"
2424
}

examples/basic-lang-javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"electron": "^31.0.1",
1919
"electron-builder": "^24.13.3",
2020
"next": "^14.2.4",
21-
"nextron": "^9.2.0",
21+
"nextron": "^9.3.0",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1"
2424
}

examples/basic-lang-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"electron": "^31.0.1",
2121
"electron-builder": "^24.13.3",
2222
"next": "^14.2.4",
23-
"nextron": "^9.2.0",
23+
"nextron": "^9.3.0",
2424
"react": "^18.3.1",
2525
"react-dom": "^18.3.1",
2626
"typescript": "^5.4.5"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"electron": "^31.0.1",
2121
"electron-builder": "^24.13.3",
2222
"next": "^14.2.4",
23-
"nextron": "^9.2.0",
23+
"nextron": "^9.3.0",
2424
"react": "^18.3.1",
2525
"react-dom": "^18.3.1",
2626
"typescript": "^5.4.5"

examples/basic-store-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"electron": "^31.0.1",
2121
"electron-builder": "^24.13.3",
2222
"next": "^14.2.4",
23-
"nextron": "^9.2.0",
23+
"nextron": "^9.3.0",
2424
"react": "^18.3.1",
2525
"react-dom": "^18.3.1",
2626
"typescript": "^5.4.5"

examples/custom-build-options/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"electron": "^31.0.1",
2626
"electron-builder": "^24.13.3",
2727
"next": "^14.2.4",
28-
"nextron": "^9.2.0",
28+
"nextron": "^9.3.0",
2929
"react": "^18.3.1",
3030
"react-dom": "^18.3.1",
3131
"typescript": "^5.4.5"

examples/custom-renderer-port/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"electron": "^31.0.1",
2121
"electron-builder": "^24.13.3",
2222
"next": "^14.2.4",
23-
"nextron": "^9.2.0",
23+
"nextron": "^9.3.0",
2424
"react": "^18.3.1",
2525
"react-dom": "^18.3.1",
2626
"typescript": "^5.4.5"

examples/with-ant-design/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"electron": "^31.0.1",
2323
"electron-builder": "^24.13.3",
2424
"next": "^14.2.4",
25-
"nextron": "^9.2.0",
25+
"nextron": "^9.3.0",
2626
"react": "^18.3.1",
2727
"react-dom": "^18.3.1",
2828
"typescript": "^5.4.5"

examples/with-chakra-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"electron-builder": "^24.13.3",
2727
"framer-motion": "^11.0.28",
2828
"next": "^14.2.4",
29-
"nextron": "^9.2.0",
29+
"nextron": "^9.3.0",
3030
"react": "^18.3.1",
3131
"react-dom": "^18.3.1",
3232
"typescript": "^5.4.5"

examples/with-emotion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"electron": "^31.0.1",
2424
"electron-builder": "^24.13.3",
2525
"next": "^14.2.4",
26-
"nextron": "^9.2.0",
26+
"nextron": "^9.3.0",
2727
"react": "^18.3.1",
2828
"react-dom": "^18.3.1",
2929
"typescript": "^5.4.5"

examples/with-material-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"electron": "^31.0.1",
2828
"electron-builder": "^24.13.3",
2929
"next": "^14.2.4",
30-
"nextron": "^9.2.0",
30+
"nextron": "^9.3.0",
3131
"react": "^18.3.1",
3232
"react-dom": "^18.3.1",
3333
"typescript": "^5.4.5"

examples/with-next-i18next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"i18next": "^23.11.5",
2424
"next": "^14.2.4",
2525
"next-i18next": "^15.2.0",
26-
"nextron": "^9.2.0",
26+
"nextron": "^9.3.0",
2727
"react": "^18.3.1",
2828
"react-dom": "^18.3.1",
2929
"react-i18next": "^14.1.2"

examples/with-tailwindcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"electron": "^31.0.1",
2222
"electron-builder": "^24.13.3",
2323
"next": "^14.2.4",
24-
"nextron": "^9.2.0",
24+
"nextron": "^9.3.0",
2525
"postcss": "^8.4.38",
2626
"react": "^18.3.1",
2727
"react-dom": "^18.3.1",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextron",
3-
"version": "9.2.0",
3+
"version": "9.3.0",
44
"description": "⚡ NEXT.js + Electron ⚡",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)