Skip to content

Commit

Permalink
My Jetpack: fix modal spacing (#42003)
Browse files Browse the repository at this point in the history
* My Jetpack: fix modal spacing

* changelog

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13522942682

Upstream-Ref: Automattic/jetpack@76e6b75
  • Loading branch information
IanRamosC authored and matticbot committed Feb 25, 2025
1 parent f8bd439 commit bab5a58
Show file tree
Hide file tree
Showing 11 changed files with 106 additions and 101 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"automattic/jetpack-config": "^3.0.1",
"automattic/jetpack-publicize": "^0.61.1-alpha",
"automattic/jetpack-connection": "^6.6.0",
"automattic/jetpack-my-jetpack": "^5.5.0",
"automattic/jetpack-my-jetpack": "^5.5.1-alpha",
"automattic/jetpack-sync": "^4.8.2",
"automattic/jetpack-status": "^5.0.4",
"automattic/jetpack-plans": "^0.5.3",
Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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).

## [5.5.1-alpha] - unreleased

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

## [5.5.0] - 2025-02-24
### Changed
- Allow users to manage user connection in My Jetpack. [#41398]
Expand Down Expand Up @@ -1981,6 +1985,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created package

[5.5.1-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.5.0...5.5.1-alpha
[5.5.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.4.5...5.5.0
[5.4.5]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.4.4...5.4.5
[5.4.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.4.3...5.4.4
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-private-apis', 'wp-url', 'wp-warning'), 'version' => '0063d3a8b218022c89ac');
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-private-apis', 'wp-url', 'wp-warning'), 'version' => 'f564bea555c2f5007c49');

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '5.5.0';
const PACKAGE_VERSION = '5.5.1-alpha';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
),
'jetpack-my-jetpack' => array(
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
'ver' => '5.5.0',
'ver' => '5.5.1-alpha1740491886',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand Down
Loading

0 comments on commit bab5a58

Please sign in to comment.