Skip to content

Commit

Permalink
Blaze: Fix external icon alignment on "Blaze this Post" button (#40825)
Browse files Browse the repository at this point in the history
- Fix external icon alignment on "Blaze this Post" button.

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

Upstream-Ref: Automattic/jetpack@4113d7b
  • Loading branch information
mehmoodak authored and matticbot committed Jan 6, 2025
1 parent cdd48fc commit 3e38907
Show file tree
Hide file tree
Showing 10 changed files with 116 additions and 108 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"automattic/jetpack-assets": "^4.0.2",
"automattic/jetpack-autoloader": "^5.0.0",
"automattic/jetpack-backup": "^4.0.6-alpha",
"automattic/jetpack-blaze": "^0.25.4",
"automattic/jetpack-blaze": "^0.25.5-alpha",
"automattic/jetpack-blocks": "^3.0.1",
"automattic/jetpack-boost-speed-score": "^0.4.0",
"automattic/jetpack-classic-theme-helper": "^0.8.2-alpha",
Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-blaze/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).

## [0.25.5-alpha] - unreleased

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

### Fixed
- Blaze: Fix external icon alignment on "Blaze this Post" button

## [0.25.4] - 2024-12-16
### Changed
- Updated package dependencies. [#40564]
Expand Down Expand Up @@ -501,6 +508,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated package dependencies. [#27906]

[0.25.5-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.25.4...v0.25.5-alpha
[0.25.4]: https://github.com/automattic/jetpack-blaze/compare/v0.25.3...v0.25.4
[0.25.3]: https://github.com/automattic/jetpack-blaze/compare/v0.25.2...v0.25.3
[0.25.2]: https://github.com/automattic/jetpack-blaze/compare/v0.25.1...v0.25.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'd1f56fec9a7b2a4e5e46');
<?php return array('dependencies' => array('jetpack-connection', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '4766551965cf4b7715f9');
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-blaze/build/editor.css

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Dashboard {
*
* @var string
*/
const PACKAGE_VERSION = '0.25.4';
const PACKAGE_VERSION = '0.25.5-alpha';

/**
* List of dependencies needed to render the dashboard in wp-admin.
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 @@ -18,7 +18,7 @@
),
'jetpack-blaze' => array(
'path' => 'jetpack_vendor/automattic/jetpack-blaze',
'ver' => '0.25.4',
'ver' => '0.25.5-alpha1736187535',
),
'jetpack-boost-core' => array(
'path' => 'jetpack_vendor/automattic/jetpack-boost-core',
Expand Down
Loading

0 comments on commit 3e38907

Please sign in to comment.