There was an error while loading. Please reload this page.
1 parent 52e62b7 commit 64ba267Copy full SHA for 64ba267
2 files changed
packages/create-electron/CHANGELOG.md
@@ -1,3 +1,13 @@
1
+### v1.0.27 (_2025-04-13_)
2
+
3
+- feat: add onlyBuiltDependencies for pnpm in package.json
4
+- perf: improve electron-builder config
5
+- chore: update svelte electron-builder config
6
+- chore: update react to v19
7
+- chore: update eslint-plugin-vue to v10
8
+- chore: update eslint-plugin-svelte to v3
9
+- chore: bump deps
10
11
### v1.0.26 (_2025-03-25_)
12
13
- chore: update vue ts tempalte readme
packages/create-electron/package.json
@@ -1,6 +1,6 @@
{
"name": "@quick-start/create-electron",
- "version": "1.0.26",
+ "version": "1.0.27",
"description": "An easy way to start an Electron project",
"main": "index.js",
"bin": {
0 commit comments