Skip to content

Commit f2de428

Browse files
authored
chore: bump version to 8.0.0-alpha.1 (#4072)
<trigger_release>
1 parent 574108e commit f2de428

File tree

41 files changed

+41
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+41
-41
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0-alpha.1",
44
"npmClient": "yarn"
55
}

packages/api/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@electron-forge/cli",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0-alpha.1",
44
"description": "A complete tool for building modern Electron applications",
55
"repository": "https://github.com/electron/forge",
66
"author": "Samuel Attard",

packages/api/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@electron-forge/core",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0-alpha.1",
44
"description": "A complete tool for building modern Electron applications",
55
"repository": "https://github.com/electron/forge",
66
"main": "dist/api/index.js",

packages/external/create-electron-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-electron-app",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0-alpha.1",
44
"description": "Create Electron App",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

packages/maker/appx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@electron-forge/maker-appx",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0-alpha.1",
44
"description": "AppX maker for Electron Forge",
55
"repository": "https://github.com/electron/forge",
66
"author": "Samuel Attard",

packages/maker/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@electron-forge/maker-base",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0-alpha.1",
44
"description": "Base maker for Electron Forge",
55
"repository": "https://github.com/electron/forge",
66
"author": "Samuel Attard",

packages/maker/deb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@electron-forge/maker-deb",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0-alpha.1",
44
"description": "Deb maker for Electron Forge",
55
"repository": "https://github.com/electron/forge",
66
"author": "Samuel Attard",

packages/maker/dmg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@electron-forge/maker-dmg",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0-alpha.1",
44
"description": "DMG maker for Electron Forge",
55
"repository": "https://github.com/electron/forge",
66
"author": "Samuel Attard",

packages/maker/flatpak/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@electron-forge/maker-flatpak",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0-alpha.1",
44
"description": "Flatpak maker for Electron Forge",
55
"repository": "https://github.com/electron/forge",
66
"author": "Samuel Attard",

packages/maker/msix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@electron-forge/maker-msix",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0-alpha.1",
44
"description": "MSIX maker for Electron Forge",
55
"repository": "https://github.com/electron/forge",
66
"author": "Jan Hannemann",

0 commit comments

Comments
 (0)