Skip to content

Commit 531cbdb

Browse files
miguelxpnmatticbot
authored andcommitted
Updated package versions for automattic/jetpack-protect
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/2952477909
1 parent 53fffbd commit 531cbdb

File tree

6 files changed

+557
-683
lines changed

6 files changed

+557
-683
lines changed

composer.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"ext-json": "*",
8-
"automattic/jetpack-assets": "1.17.x-dev",
9-
"automattic/jetpack-admin-ui": "0.2.x-dev",
10-
"automattic/jetpack-autoloader": "2.11.x-dev",
11-
"automattic/jetpack-composer-plugin": "1.1.x-dev",
12-
"automattic/jetpack-config": "1.9.x-dev",
13-
"automattic/jetpack-identity-crisis": "0.8.x-dev",
14-
"automattic/jetpack-my-jetpack": "2.0.x-dev",
15-
"automattic/jetpack-plugins-installer": "0.2.x-dev",
16-
"automattic/jetpack-sync": "1.38.x-dev"
8+
"automattic/jetpack-assets": "^1.17",
9+
"automattic/jetpack-admin-ui": "^0.2.11",
10+
"automattic/jetpack-autoloader": "^2.11",
11+
"automattic/jetpack-composer-plugin": "^1.1",
12+
"automattic/jetpack-config": "^1.9",
13+
"automattic/jetpack-identity-crisis": "^0.8.22",
14+
"automattic/jetpack-my-jetpack": "^2.0",
15+
"automattic/jetpack-plugins-installer": "^0.2.0",
16+
"automattic/jetpack-sync": "^1.38"
1717
},
1818
"require-dev": {
1919
"yoast/phpunit-polyfills": "1.0.3",
@@ -47,6 +47,7 @@
4747
],
4848
"post-update-cmd": "php -r \"copy('vendor/automattic/wordbless/src/dbless-wpdb.php', 'wordpress/wp-content/db.php');\""
4949
},
50+
"repositories": [],
5051
"minimum-stability": "dev",
5152
"prefer-stable": true,
5253
"extra": {

jetpack_vendor/i18n-map.php

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,47 +6,47 @@
66
'packages' => array(
77
'jetpack-config' => array(
88
'path' => 'jetpack_vendor/automattic/jetpack-config',
9-
'ver' => '1.9.9999999-dev',
9+
'ver' => '1.9.6',
1010
),
1111
'jetpack-plugins-installer' => array(
1212
'path' => 'jetpack_vendor/automattic/jetpack-plugins-installer',
13-
'ver' => '0.2.9999999-dev',
13+
'ver' => '0.2.0',
1414
),
1515
'jetpack-admin-ui' => array(
1616
'path' => 'jetpack_vendor/automattic/jetpack-admin-ui',
17-
'ver' => '0.2.9999999-dev',
18-
),
19-
'jetpack-connection' => array(
20-
'path' => 'jetpack_vendor/automattic/jetpack-connection',
21-
'ver' => '1.44.9999999-dev',
22-
),
23-
'jetpack-licensing' => array(
24-
'path' => 'jetpack_vendor/automattic/jetpack-licensing',
25-
'ver' => '1.7.9999999-dev',
17+
'ver' => '0.2.11',
2618
),
2719
'jetpack-assets' => array(
2820
'path' => 'jetpack_vendor/automattic/jetpack-assets',
29-
'ver' => '1.17.9999999-dev',
21+
'ver' => '1.17.21',
3022
),
3123
'jetpack-jitm' => array(
3224
'path' => 'jetpack_vendor/automattic/jetpack-jitm',
33-
'ver' => '2.2.9999999-dev',
34-
),
35-
'jetpack-my-jetpack' => array(
36-
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
37-
'ver' => '2.0.9999999-dev',
25+
'ver' => '2.2.26',
3826
),
3927
'jetpack-password-checker' => array(
4028
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
41-
'ver' => '0.2.9999999-dev',
29+
'ver' => '0.2.6',
4230
),
4331
'jetpack-idc' => array(
4432
'path' => 'jetpack_vendor/automattic/jetpack-identity-crisis',
45-
'ver' => '0.8.9999999-dev',
33+
'ver' => '0.8.22',
34+
),
35+
'jetpack-connection' => array(
36+
'path' => 'jetpack_vendor/automattic/jetpack-connection',
37+
'ver' => '1.44.0',
38+
),
39+
'jetpack-licensing' => array(
40+
'path' => 'jetpack_vendor/automattic/jetpack-licensing',
41+
'ver' => '1.7.8',
4642
),
4743
'jetpack-sync' => array(
4844
'path' => 'jetpack_vendor/automattic/jetpack-sync',
49-
'ver' => '1.38.9999999-dev',
45+
'ver' => '1.38.2',
46+
),
47+
'jetpack-my-jetpack' => array(
48+
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
49+
'ver' => '2.0.3',
5050
),
5151
),
5252
);

0 commit comments

Comments
 (0)