Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex committed Nov 17, 2023
1 parent f2c1bcb commit b6320c6
Show file tree
Hide file tree
Showing 126 changed files with 1,262 additions and 745 deletions.
18 changes: 10 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/packages/a8c-mc-stats/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"link-template": "https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "1.4.x-dev"
"dev-trunk": "2.0.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion projects/packages/abtest/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"link-template": "https://github.com/Automattic/jetpack-abtest/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "1.10.x-dev"
"dev-trunk": "2.0.x-dev"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/action-bar/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"autotagger": true,
"branch-alias": {
"dev-trunk": "0.1.x-dev"
"dev-trunk": "0.2.x-dev"
},
"textdomain": "jetpack-action-bar"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/action-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-action-bar",
"version": "0.1.33-alpha",
"version": "0.2.0-alpha",
"description": "An easy way for visitors to follow, like, and comment on your WordPress site.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/action-bar/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/admin-ui/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"link-template": "https://github.com/Automattic/jetpack-admin-ui/compare/${old}...${new}"
},
"branch-alias": {
"dev-trunk": "0.2.x-dev"
"dev-trunk": "0.3.x-dev"
},
"version-constants": {
"::PACKAGE_VERSION": "src/class-admin-menu.php"
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/admin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-admin-ui",
"version": "0.2.26-alpha",
"version": "0.3.0-alpha",
"description": "Generic Jetpack wp-admin UI elements",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/admin-ui/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/admin-ui/src/class-admin-menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
class Admin_Menu {

const PACKAGE_VERSION = '0.2.26-alpha';
const PACKAGE_VERSION = '0.3.0-alpha';

/**
* Whether this class has been initialized
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/analyzer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"link-template": "https://github.com/Automattic/jetpack-analyzer/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "1.7.x-dev"
"dev-trunk": "2.0.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion projects/packages/assets/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"link-template": "https://github.com/Automattic/jetpack-assets/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "1.18.x-dev"
"dev-trunk": "2.0.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion projects/packages/autoloader/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"::VERSION": "src/AutoloadGenerator.php"
},
"branch-alias": {
"dev-trunk": "2.12.x-dev"
"dev-trunk": "3.0.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion projects/packages/autoloader/src/AutoloadGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
class AutoloadGenerator {

const VERSION = '2.12.0';
const VERSION = '3.0.0-alpha';

/**
* IO object.
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/backup/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"link-template": "https://github.com/Automattic/jetpack-backup/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "1.17.x-dev"
"dev-trunk": "2.0.x-dev"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/backup/src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '1.17.13-alpha';
const PACKAGE_VERSION = '2.0.0-alpha';

const PACKAGE_SLUG = 'backup';

Expand Down
2 changes: 1 addition & 1 deletion projects/packages/blaze/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"link-template": "https://github.com/automattic/jetpack-blaze/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "0.12.x-dev"
"dev-trunk": "0.13.x-dev"
},
"textdomain": "jetpack-blaze",
"version-constants": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/blaze/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-blaze",
"version": "0.12.4-alpha",
"version": "0.13.0-alpha",
"description": "Attract high-quality traffic to your site using Blaze. Using this service, you can advertise a post or page on some of the millions of pages across WordPress.com and Tumblr from just $5 per day.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/blaze/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/blaze/src/class-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Dashboard {
*
* @var string
*/
const PACKAGE_VERSION = '0.12.4-alpha';
const PACKAGE_VERSION = '0.13.0-alpha';

/**
* List of dependencies needed to render the dashboard in wp-admin.
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/blocks/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"link-template": "https://github.com/Automattic/jetpack-blocks/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "1.6.x-dev"
"dev-trunk": "2.0.x-dev"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/boost-core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"autotagger": true,
"branch-alias": {
"dev-trunk": "0.1.x-dev"
"dev-trunk": "0.2.x-dev"
},
"textdomain": "jetpack-boost-core"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/boost-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-boost-core",
"version": "0.1.4-alpha",
"version": "0.2.0-alpha",
"description": "Core functionality for boost and relevant packages to depend on",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/boost-core/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/boost-speed-score/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"autotagger": true,
"branch-alias": {
"dev-trunk": "0.2.x-dev"
"dev-trunk": "0.3.x-dev"
},
"textdomain": "jetpack-boost-speed-score",
"version-constants": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
class Speed_Score {

const PACKAGE_VERSION = '0.2.2';
const PACKAGE_VERSION = '0.3.0-alpha';

/**
* An instance of Automatic\Jetpack_Boost\Modules\Modules_Setup passed to the constructor
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/compat/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"link-template": "https://github.com/Automattic/jetpack-compat/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "1.7.x-dev"
"dev-trunk": "2.0.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion projects/packages/composer-plugin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"autotagger": true,
"branch-alias": {
"dev-trunk": "1.1.x-dev"
"dev-trunk": "2.0.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion projects/packages/config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"link-template": "https://github.com/Automattic/jetpack-config/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "1.15.x-dev"
"dev-trunk": "2.0.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion projects/packages/connection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "1.60.x-dev"
"dev-trunk": "2.0.x-dev"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/connection/src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '1.60.2-alpha';
const PACKAGE_VERSION = '2.0.0-alpha';

const PACKAGE_SLUG = 'connection';

Expand Down
2 changes: 1 addition & 1 deletion projects/packages/constants/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"link-template": "https://github.com/Automattic/jetpack-constants/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "1.6.x-dev"
"dev-trunk": "2.0.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion projects/packages/device-detection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"link-template": "https://github.com/Automattic/jetpack-device-detection/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "1.5.x-dev"
"dev-trunk": "2.0.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion projects/packages/error/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"link-template": "https://github.com/Automattic/jetpack-error/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "1.3.x-dev"
"dev-trunk": "2.0.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion projects/packages/forms/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"link-template": "https://github.com/automattic/jetpack-forms/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "0.23.x-dev"
"dev-trunk": "0.24.x-dev"
},
"textdomain": "jetpack-forms",
"version-constants": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-forms",
"version": "0.23.2-alpha",
"version": "0.24.0-alpha",
"description": "Jetpack Forms",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/forms/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/forms/src/class-jetpack-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Jetpack_Forms {

const PACKAGE_VERSION = '0.23.2-alpha';
const PACKAGE_VERSION = '0.24.0-alpha';

/**
* Load the contact form module.
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/google-fonts-provider/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"link-template": "https://github.com/Automattic/jetpack-google-fonts-provider/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "0.6.x-dev"
"dev-trunk": "0.7.x-dev"
},
"textdomain": "jetpack-google-fonts-provider"
}
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/google-fonts-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-google-fonts-provider",
"version": "0.6.1-alpha",
"version": "0.7.0-alpha",
"description": "WordPress Webfonts provider for Google Fonts",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/google-fonts-provider/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/heartbeat/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"link-template": "https://github.com/Automattic/jetpack-heartbeat/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "1.5.x-dev"
"dev-trunk": "2.0.x-dev"
}
},
"abandoned": "automattic/jetpack-connection"
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/identity-crisis/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"link-template": "https://github.com/Automattic/jetpack-identity-crisis/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "0.11.x-dev"
"dev-trunk": "0.12.x-dev"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/identity-crisis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jetpack-identity-crisis",
"version": "0.11.4-alpha",
"version": "0.12.0-alpha",
"description": "Jetpack Identity Crisis",
"main": "_inc/admin.jsx",
"repository": {
Expand Down
Loading

0 comments on commit b6320c6

Please sign in to comment.