Skip to content

Commit 6e43ae6

Browse files
manzoorwanijkmatticbot
authored andcommitted
Amend readme.txt
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/19028531892 Upstream-Ref: Automattic/jetpack@4e3403c
1 parent 0154867 commit 6e43ae6

File tree

4 files changed

+12
-15
lines changed

4 files changed

+12
-15
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.32.12-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.32.12] - 2025-11-03
129
### Changed
13-
- Update package dependencies.
10+
- Update package dependencies. [#45652]
1411

1512
## [0.32.11] - 2025-10-27
1613
### Changed
@@ -1771,7 +1768,7 @@ This is an alpha version! The changes listed here are not final.
17711768
### Added
17721769
- Created empty package [#24952]
17731770

1774-
[0.32.12-alpha]: https://github.com/Automattic/jetpack-videopress/compare/v0.32.11...v0.32.12-alpha
1771+
[0.32.12]: https://github.com/Automattic/jetpack-videopress/compare/v0.32.11...v0.32.12
17751772
[0.32.11]: https://github.com/Automattic/jetpack-videopress/compare/v0.32.10...v0.32.11
17761773
[0.32.10]: https://github.com/Automattic/jetpack-videopress/compare/v0.32.9...v0.32.10
17771774
[0.32.9]: https://github.com/Automattic/jetpack-videopress/compare/v0.32.8...v0.32.9

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"php": ">=7.2",
88
"automattic/jetpack-admin-ui": "^0.5.11",
99
"automattic/jetpack-assets": "^4.3.11",
10-
"automattic/jetpack-connection": "^6.19.2",
11-
"automattic/jetpack-my-jetpack": "^5.28.0-alpha",
10+
"automattic/jetpack-connection": "^6.19.3",
11+
"automattic/jetpack-my-jetpack": "^5.28.0",
1212
"automattic/jetpack-plans": "^0.10.0",
13-
"automattic/jetpack-status": "^6.1.1-alpha"
13+
"automattic/jetpack-status": "^6.1.1"
1414
},
1515
"require-dev": {
1616
"yoast/phpunit-polyfills": "^4.0.0",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/jetpack-videopress",
3-
"version": "0.32.12-alpha",
3+
"version": "0.32.12",
44
"private": true,
55
"description": "VideoPress package",
66
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/videopress/#readme",
@@ -28,10 +28,10 @@
2828
"@automattic/jetpack-analytics": "^1.0.4",
2929
"@automattic/jetpack-api": "^1.0.10",
3030
"@automattic/jetpack-base-styles": "^1.0.10",
31-
"@automattic/jetpack-components": "^1.3.8-alpha",
32-
"@automattic/jetpack-connection": "^1.4.14",
31+
"@automattic/jetpack-components": "^1.3.8",
32+
"@automattic/jetpack-connection": "^1.4.15",
3333
"@automattic/jetpack-script-data": "^0.5.4",
34-
"@automattic/jetpack-shared-extension-utils": "^1.3.22",
34+
"@automattic/jetpack-shared-extension-utils": "^1.3.23",
3535
"@wordpress/api-fetch": "7.31.0",
3636
"@wordpress/blob": "4.31.0",
3737
"@wordpress/block-editor": "15.4.0",
@@ -63,7 +63,7 @@
6363
"devDependencies": {
6464
"@automattic/calypso-color-schemes": "4.0.0",
6565
"@automattic/jetpack-base-styles": "^1.0.10",
66-
"@automattic/jetpack-shared-extension-utils": "^1.3.22",
66+
"@automattic/jetpack-shared-extension-utils": "^1.3.23",
6767
"@automattic/jetpack-webpack-config": "workspace:*",
6868
"@automattic/number-formatters": "^1.0.14",
6969
"@babel/core": "7.28.4",

src/class-package-version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* The Package_Version class.
1212
*/
1313
class Package_Version {
14-
const PACKAGE_VERSION = '0.32.12-alpha';
14+
const PACKAGE_VERSION = '0.32.12';
1515

1616
const PACKAGE_SLUG = 'videopress';
1717

0 commit comments

Comments
 (0)