Skip to content

Commit 38c8bbe

Browse files
kangzjmatticbot
authored andcommitted
chart 0.10.1 (#42545)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13927633272 Upstream-Ref: Automattic/jetpack@89ba16a
1 parent 9dda0d7 commit 38c8bbe

File tree

7 files changed

+26
-18
lines changed

7 files changed

+26
-18
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"require": {
5757
"php": ">=7.4",
58-
"automattic/jetpack-assets": "^4.0.12",
58+
"automattic/jetpack-assets": "^4.0.13-alpha",
5959
"automattic/jetpack-autoloader": "^5.0.4",
6060
"automattic/jetpack-composer-plugin": "^4.0.3",
6161
"automattic/woocommerce": "^3.1",

jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
## [4.0.13-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
12+
### Changed
13+
- Update dependencies.
14+
815
## [4.0.12] - 2025-03-17
916
### Changed
1017
- Internal updates.
@@ -584,6 +591,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
584591

585592
- Statically access asset tools
586593

594+
[4.0.13-alpha]: https://github.com/Automattic/jetpack-assets/compare/v4.0.12...v4.0.13-alpha
587595
[4.0.12]: https://github.com/Automattic/jetpack-assets/compare/v4.0.11...v4.0.12
588596
[4.0.11]: https://github.com/Automattic/jetpack-assets/compare/v4.0.10...v4.0.11
589597
[4.0.10]: https://github.com/Automattic/jetpack-assets/compare/v4.0.9...v4.0.10

jetpack_vendor/i18n-map.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'packages' => array(
77
'jetpack-assets' => array(
88
'path' => 'jetpack_vendor/automattic/jetpack-assets',
9-
'ver' => '4.0.12',
9+
'ver' => '4.0.13-alpha1742313077',
1010
),
1111
),
1212
);

vendor/composer/installed.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"packages": [
33
{
44
"name": "automattic/jetpack-assets",
5-
"version": "4.0.12",
6-
"version_normalized": "4.0.12.0",
5+
"version": "4.0.13-alpha.1742313077",
6+
"version_normalized": "4.0.13.0-alpha1742313077",
77
"dist": {
88
"type": "path",
99
"url": "/tmp/jetpack-build/Automattic/jetpack-assets",
10-
"reference": "def32c50c704cac2684118c4672974abf45b597f"
10+
"reference": "07072c94b206478296a429268d3ed2d5763e55dc"
1111
},
1212
"require": {
1313
"automattic/jetpack-constants": "^3.0.4",
@@ -80,7 +80,7 @@
8080
"dist": {
8181
"type": "path",
8282
"url": "/tmp/jetpack-build/Automattic/jetpack-autoloader",
83-
"reference": "762699fed2678548517424bd4677c0c60417b189"
83+
"reference": "334003c276d2035636155458f1451bc640c638f3"
8484
},
8585
"require": {
8686
"composer-plugin-api": "^2.2",
@@ -152,7 +152,7 @@
152152
"dist": {
153153
"type": "path",
154154
"url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin",
155-
"reference": "a434a086b12a862a3d993591df80a0c1c39e9473"
155+
"reference": "3e892fcbbd1d9e0f8ab2fc770a10d5bb4af3eec8"
156156
},
157157
"require": {
158158
"composer-plugin-api": "^2.2",
@@ -216,7 +216,7 @@
216216
"dist": {
217217
"type": "path",
218218
"url": "/tmp/jetpack-build/Automattic/jetpack-constants",
219-
"reference": "d6be48d0bc435382154e9235b5ed02d74ecb6b45"
219+
"reference": "5bf4e66accde396ce35c9f2cc27ca3fd9885cd24"
220220
},
221221
"require": {
222222
"php": ">=7.2"

vendor/composer/installed.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
),
1212
'versions' => array(
1313
'automattic/jetpack-assets' => array(
14-
'pretty_version' => '4.0.12',
15-
'version' => '4.0.12.0',
16-
'reference' => 'def32c50c704cac2684118c4672974abf45b597f',
14+
'pretty_version' => '4.0.13-alpha.1742313077',
15+
'version' => '4.0.13.0-alpha1742313077',
16+
'reference' => '07072c94b206478296a429268d3ed2d5763e55dc',
1717
'type' => 'jetpack-library',
1818
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets',
1919
'aliases' => array(),
@@ -22,7 +22,7 @@
2222
'automattic/jetpack-autoloader' => array(
2323
'pretty_version' => '5.0.4',
2424
'version' => '5.0.4.0',
25-
'reference' => '762699fed2678548517424bd4677c0c60417b189',
25+
'reference' => '334003c276d2035636155458f1451bc640c638f3',
2626
'type' => 'composer-plugin',
2727
'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
2828
'aliases' => array(),
@@ -31,7 +31,7 @@
3131
'automattic/jetpack-composer-plugin' => array(
3232
'pretty_version' => '4.0.3',
3333
'version' => '4.0.3.0',
34-
'reference' => 'a434a086b12a862a3d993591df80a0c1c39e9473',
34+
'reference' => '3e892fcbbd1d9e0f8ab2fc770a10d5bb4af3eec8',
3535
'type' => 'composer-plugin',
3636
'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin',
3737
'aliases' => array(),
@@ -40,7 +40,7 @@
4040
'automattic/jetpack-constants' => array(
4141
'pretty_version' => '3.0.4',
4242
'version' => '3.0.4.0',
43-
'reference' => 'd6be48d0bc435382154e9235b5ed02d74ecb6b45',
43+
'reference' => '5bf4e66accde396ce35c9f2cc27ca3fd9885cd24',
4444
'type' => 'jetpack-library',
4545
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants',
4646
'aliases' => array(),

vendor/composer/jetpack_autoload_classmap.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader-locator.php'
2020
),
2121
'Automattic\\Jetpack\\Assets' => array(
22-
'version' => '4.0.12.0',
22+
'version' => '4.0.13.0-alpha1742313077',
2323
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php'
2424
),
2525
'Automattic\\Jetpack\\Assets\\Script_Data' => array(
26-
'version' => '4.0.12.0',
26+
'version' => '4.0.13.0-alpha1742313077',
2727
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-script-data.php'
2828
),
2929
'Automattic\\Jetpack\\Assets\\Semver' => array(
30-
'version' => '4.0.12.0',
30+
'version' => '4.0.13.0-alpha1742313077',
3131
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php'
3232
),
3333
'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => array(

vendor/composer/jetpack_autoload_filemap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
return array(
99
'3773ef3f09c37da5478d578e32b03a4b' => array(
10-
'version' => '4.0.12.0',
10+
'version' => '4.0.13.0-alpha1742313077',
1111
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php'
1212
),
1313
);

0 commit comments

Comments
 (0)