Skip to content

Commit

Permalink
v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saltyshiomix committed Mar 18, 2022
1 parent b28c70c commit 87f4d9f
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

| nextron | next |
| --- | --- |
| `v8.x` | `v12.x` |
| `v7.x` | `v11.x` |
| `v6.x` | `v10.x` |
| `v5.x` | `v9.x` |
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-build-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"electron": "^17.1.2",
"electron-builder": "23.0.2",
"next": "^12.1.0",
"nextron": "^7.3.0",
"nextron": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-main-entry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"electron": "^17.1.2",
"electron-builder": "23.0.2",
"next": "^12.1.0",
"nextron": "^7.3.0",
"nextron": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-renderer-port/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"electron": "^17.1.2",
"electron-builder": "23.0.2",
"next": "^12.1.0",
"nextron": "^7.3.0",
"nextron": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/ipc-communication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"electron": "^17.1.2",
"electron-builder": "23.0.2",
"next": "^12.1.0",
"nextron": "^7.3.0",
"nextron": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/store-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"electron": "^17.1.2",
"electron-builder": "23.0.2",
"next": "^12.1.0",
"nextron": "^7.3.0",
"nextron": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-javascript-ant-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"electron": "^17.1.2",
"electron-builder": "23.0.2",
"next": "^12.1.0",
"nextron": "^7.3.0",
"nextron": "^8.0.0",
"null-loader": "^4.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-javascript-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"electron": "^17.1.2",
"electron-builder": "23.0.2",
"next": "^12.1.0",
"nextron": "^7.3.0",
"nextron": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-javascript-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"electron": "^17.1.2",
"electron-builder": "23.0.2",
"next": "^12.1.0",
"nextron": "^7.3.0",
"nextron": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-javascript-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"electron": "^17.1.2",
"electron-builder": "23.0.2",
"next": "^12.1.0",
"nextron": "^7.3.0",
"nextron": "^8.0.0",
"postcss": "^8.3.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"electron": "^17.1.2",
"electron-builder": "23.0.2",
"next": "^12.1.0",
"nextron": "^7.3.0",
"nextron": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-typescript-ant-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"electron": "^17.1.2",
"electron-builder": "23.0.2",
"next": "^12.1.0",
"nextron": "^7.3.0",
"nextron": "^8.0.0",
"null-loader": "^4.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-typescript-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"electron": "^17.1.2",
"electron-builder": "23.0.2",
"next": "^12.1.0",
"nextron": "^7.3.0",
"nextron": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.6.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-typescript-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"electron": "^17.1.2",
"electron-builder": "23.0.2",
"next": "^12.1.0",
"nextron": "^7.3.0",
"nextron": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.6.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-typescript-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"electron": "^17.1.2",
"electron-builder": "23.0.2",
"next": "^12.1.0",
"nextron": "^7.3.0",
"nextron": "^8.0.0",
"postcss": "^8.3.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"electron": "^17.1.2",
"electron-builder": "23.0.2",
"next": "^12.1.0",
"nextron": "^7.3.0",
"nextron": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.6.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextron",
"version": "7.3.0",
"version": "8.0.0",
"description": "⚡ NEXT.js + Electron ⚡",
"repository": "git@github.com:saltyshiomix/nextron.git",
"author": "Shiono Yoshihide <shiono.yoshihide@gmail.com>",
Expand Down

0 comments on commit 87f4d9f

Please sign in to comment.