Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex authored and matticbot committed Jan 3, 2024
1 parent e546580 commit 271a022
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 20 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.2.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Changed
- Updated package dependencies.

## [4.2.0] - 2024-01-02
### Fixed
- Show JP Creator as active when JP Complete is purchased. [#34806]
Expand Down Expand Up @@ -1166,6 +1173,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created package

[4.2.1-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.2.0...4.2.1-alpha
[4.2.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.1.4...4.2.0
[4.1.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.1.3...4.1.4
[4.1.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.1.2...4.1.3
Expand Down
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '32b300a7da3f1bf459ba');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '0309cc4ba66a2c3c7e95');
2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-admin-ui": "^0.3.1",
"automattic/jetpack-assets": "^2.0.3",
"automattic/jetpack-connection": "^2.1.0",
"automattic/jetpack-jitm": "^3.0.1",
"automattic/jetpack-assets": "^2.0.4-alpha",
"automattic/jetpack-connection": "^2.1.1-alpha",
"automattic/jetpack-jitm": "^3.0.2-alpha",
"automattic/jetpack-licensing": "^2.0.1",
"automattic/jetpack-plugins-installer": "^0.3.1",
"automattic/jetpack-redirect": "^2.0.0",
Expand All @@ -19,7 +19,7 @@
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.5",
"automattic/wordbless": "@dev",
"automattic/jetpack-videopress": "^0.21.6"
"automattic/jetpack-videopress": "^0.21.7-alpha"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-my-jetpack",
"version": "4.2.0",
"version": "4.2.1-alpha",
"description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/my-jetpack/#readme",
"bugs": {
Expand All @@ -24,18 +24,18 @@
"dependencies": {
"@automattic/format-currency": "1.0.1",
"@automattic/jetpack-analytics": "^0.1.29",
"@automattic/jetpack-api": "^0.16.7",
"@automattic/jetpack-base-styles": "^0.6.14",
"@automattic/jetpack-components": "^0.45.9",
"@automattic/jetpack-connection": "^0.30.11",
"@automattic/jetpack-api": "^0.16.8-alpha",
"@automattic/jetpack-base-styles": "^0.6.15-alpha",
"@automattic/jetpack-components": "^0.45.10-alpha",
"@automattic/jetpack-connection": "^0.30.12-alpha",
"@automattic/jetpack-licensing": "workspace:*",
"@wordpress/api-fetch": "6.44.0",
"@wordpress/components": "25.13.0",
"@wordpress/data": "9.17.0",
"@wordpress/date": "4.47.0",
"@wordpress/element": "5.24.0",
"@wordpress/i18n": "4.47.0",
"@wordpress/icons": "9.38.0",
"@wordpress/api-fetch": "6.45.0",
"@wordpress/components": "25.14.0",
"@wordpress/data": "9.18.0",
"@wordpress/date": "4.48.0",
"@wordpress/element": "5.25.0",
"@wordpress/i18n": "4.48.0",
"@wordpress/icons": "9.39.0",
"gridicons": "3.4.1",
"classnames": "2.3.2",
"prop-types": "15.8.1",
Expand All @@ -52,7 +52,7 @@
"@storybook/react": "7.6.5",
"@testing-library/dom": "9.3.3",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.1",
"@testing-library/user-event": "14.5.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/class-initializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '4.2.0';
const PACKAGE_VERSION = '4.2.1-alpha';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down

0 comments on commit 271a022

Please sign in to comment.