Skip to content

Commit e19fd94

Browse files
manzoorwanijkmatticbot
authored andcommitted
Move publicize-components into publicize package (#46516)
* Move publicize-components into publicize package * Add change log for storybook * Use better names for entry points for block editor * Add JS test scripts to composer.json * Add _inc directory to Jest coverage collection * Update .gitattributes to exclude more dev files * Update composer.lock for publicize reference and scripts * Add changelog Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/20915888582 Upstream-Ref: Automattic/jetpack@24b1d60
1 parent f1e32fd commit e19fd94

38 files changed

+433
-792
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ This is an alpha version! The changes listed here are not final.
99
### Bug fixes
1010
- Slideshow: Ensure slideshows do not stretch to parent container width on mobile if no list height is set.
1111

12+
### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
13+
- Update composer lock following Publicize changes.
14+
1215
## 15.5-a.1 - 2026-01-12
1316
### Enhancements
1417
- Forms: Add form editor. [#46444]

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"automattic/jetpack-paypal-payments": "^0.6.0",
4545
"automattic/jetpack-plugins-installer": "^0.5.7",
4646
"automattic/jetpack-post-list": "^0.9.1",
47-
"automattic/jetpack-publicize": "^0.69.2",
47+
"automattic/jetpack-publicize": "^0.69.3-alpha",
4848
"automattic/jetpack-redirect": "^3.0.9",
4949
"automattic/jetpack-roles": "^3.0.8",
5050
"automattic/jetpack-search": "^0.54.10",

jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ This is an alpha version! The changes listed here are not final.
1212
### Changed
1313
- Show module descriptions beneath titles instead of in tooltips for improved discoverability.
1414

15+
### Removed
16+
- Remove the obsolete share limits logic.
17+
18+
### Fixed
19+
- UI: Prevent the modals in editor from stretching too wide on large screens.
20+
1521
## [5.29.3] - 2026-01-12
1622
### Changed
1723
- Plans section: Update 'Activate a license' text to 'Activate a new license' when user already has active licenses, and add visual separation before actions list. [#46501]

jetpack_vendor/automattic/jetpack-publicize/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.69.3-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
12+
### Changed
13+
- Move publicize-components into publicize package.
14+
815
## [0.69.2] - 2026-01-12
916
### Changed
1017
- Update package dependencies. [#46456]
@@ -1200,6 +1207,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12001207
- Updated package dependencies.
12011208
- Update package.json metadata.
12021209

1210+
[0.69.3-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.2...v0.69.3-alpha
12031211
[0.69.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.1...v0.69.2
12041212
[0.69.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.0...v0.69.1
12051213
[0.69.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.68.1...v0.69.0

jetpack_vendor/automattic/jetpack-publicize/babel.config.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

jetpack_vendor/automattic/jetpack-publicize/build/editor-social-sidebar.asset.php renamed to jetpack_vendor/automattic/jetpack-publicize/build/block-editor-jetpack.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-deprecated', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-preferences', 'wp-primitives', 'wp-url'), 'version' => 'd91209805331255ff08b');
1+
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-deprecated', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-preferences', 'wp-primitives', 'wp-url'), 'version' => '589f7d5ece3dd24f93bc');

jetpack_vendor/automattic/jetpack-publicize/build/block-editor-jetpack.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jetpack_vendor/automattic/jetpack-publicize/build/block-editor-jetpack.js

Lines changed: 101 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jetpack_vendor/automattic/jetpack-publicize/build/block-editor-jetpack.rtl.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jetpack_vendor/automattic/jetpack-publicize/build/editor-jetpack-sidebar.asset.php renamed to jetpack_vendor/automattic/jetpack-publicize/build/block-editor-social.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-deprecated', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-preferences', 'wp-primitives', 'wp-url'), 'version' => 'bd56b53eec9ddf9a3cbc');
1+
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-deprecated', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-preferences', 'wp-primitives', 'wp-url'), 'version' => '16eeb34191fcf7d1ee05');

0 commit comments

Comments
 (0)