Skip to content

Commit 0dd4616

Browse files
chore(deploy): Release v25.1.2 ([email protected]) (#8487)
1 parent d56cd27 commit 0dd4616

File tree

27 files changed

+138
-29
lines changed

27 files changed

+138
-29
lines changed

.changeset/chilled-pigs-fly.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [](https://github.com/electron-userland/electron-builder/compare/v25.1.0...v) (2024-09-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **deploy:** redeploy all packages to sync semver ranges ([#8486](https://github.com/electron-userland/electron-builder/issues/8486)) ([d56cd27](https://github.com/electron-userland/electron-builder/commit/d56cd274b9d0fedb71889293164a15e51f7cc744))
7+
8+
9+
110
# [](https://github.com/electron-userland/electron-builder/compare/v25.0.6...v) (2024-09-13)
211

312

packages/app-builder-lib/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# app-builder-lib
22

3+
## 25.1.2
4+
5+
### Patch Changes
6+
7+
- [#8486](https://github.com/electron-userland/electron-builder/pull/8486) [`d56cd274`](https://github.com/electron-userland/electron-builder/commit/d56cd274b9d0fedb71889293164a15e51f7cc744) Thanks [@mmaietta](https://github.com/mmaietta)! - fix(deploy): redeploy all packages to sync semver ranges
8+
9+
- Updated dependencies [[`d56cd274`](https://github.com/electron-userland/electron-builder/commit/d56cd274b9d0fedb71889293164a15e51f7cc744)]:
10+
11+
12+
13+
14+
15+
316
## 25.1.1
417

518
### Patch Changes

packages/app-builder-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "app-builder-lib",
33
"description": "electron-builder lib",
4-
"version": "25.1.1",
4+
"version": "25.1.2",
55
"main": "out/index.js",
66
"files": [
77
"out",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PACKAGE_VERSION = "25.1.1"
1+
export const PACKAGE_VERSION = "25.1.2"

packages/builder-util-runtime/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# builder-util-runtime
22

3+
## 9.2.7
4+
5+
### Patch Changes
6+
7+
- [#8486](https://github.com/electron-userland/electron-builder/pull/8486) [`d56cd274`](https://github.com/electron-userland/electron-builder/commit/d56cd274b9d0fedb71889293164a15e51f7cc744) Thanks [@mmaietta](https://github.com/mmaietta)! - fix(deploy): redeploy all packages to sync semver ranges
8+
39
## 9.2.6
410

511
### Patch Changes

packages/builder-util-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "builder-util-runtime",
3-
"version": "9.2.6",
3+
"version": "9.2.7",
44
"main": "out/index.js",
55
"author": "Vladimir Krivosheev",
66
"license": "MIT",

packages/builder-util/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# builder-util
22

3+
## 25.1.2
4+
5+
### Patch Changes
6+
7+
- [#8486](https://github.com/electron-userland/electron-builder/pull/8486) [`d56cd274`](https://github.com/electron-userland/electron-builder/commit/d56cd274b9d0fedb71889293164a15e51f7cc744) Thanks [@mmaietta](https://github.com/mmaietta)! - fix(deploy): redeploy all packages to sync semver ranges
8+
9+
- Updated dependencies [[`d56cd274`](https://github.com/electron-userland/electron-builder/commit/d56cd274b9d0fedb71889293164a15e51f7cc744)]:
10+
11+
312
## 25.1.0
413

514
### Patch Changes

packages/builder-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "builder-util",
3-
"version": "25.1.0",
3+
"version": "25.1.2",
44
"main": "out/util.js",
55
"author": "Vladimir Krivosheev",
66
"license": "MIT",

packages/dmg-builder/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# dmg-builder
22

3+
## 25.1.2
4+
5+
### Patch Changes
6+
7+
- [#8486](https://github.com/electron-userland/electron-builder/pull/8486) [`d56cd274`](https://github.com/electron-userland/electron-builder/commit/d56cd274b9d0fedb71889293164a15e51f7cc744) Thanks [@mmaietta](https://github.com/mmaietta)! - fix(deploy): redeploy all packages to sync semver ranges
8+
9+
- Updated dependencies [[`d56cd274`](https://github.com/electron-userland/electron-builder/commit/d56cd274b9d0fedb71889293164a15e51f7cc744)]:
10+
11+
12+
13+
314
## 25.1.0
415

516
### Patch Changes

0 commit comments

Comments
 (0)