Skip to content

Commit 72e6525

Browse files
gmjuhaszmatticbot
authored andcommitted
Social: Decouple SharePostForm component from the store (#46545)
* Social: Decouple SharePostForm component from the store * Fix type duplication and update JSDoc comments * Fix mediaSource fallback and clarify controlled mode docs Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/20951094604 Upstream-Ref: Automattic/jetpack@f689087
1 parent e05ba21 commit 72e6525

File tree

11 files changed

+155
-154
lines changed

11 files changed

+155
-154
lines changed

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.1-alpha",
4545
"automattic/jetpack-plugins-installer": "^0.5.7",
4646
"automattic/jetpack-post-list": "^0.9.1",
47-
"automattic/jetpack-publicize": "^0.69.3-alpha",
47+
"automattic/jetpack-publicize": "^0.70.0-alpha",
4848
"automattic/jetpack-redirect": "^3.0.9",
4949
"automattic/jetpack-roles": "^3.0.8",
5050
"automattic/jetpack-search": "^0.54.11-alpha",

jetpack_vendor/automattic/jetpack-publicize/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ 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
8+
## [0.70.0-alpha] - unreleased
99

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

1212
### Changed
13+
- Decouple SharePostForm component from the store by adding optional props for controlled mode.
1314
- Move publicize-components into publicize package.
1415
- Update package dependencies.
1516

@@ -1208,7 +1209,7 @@ This is an alpha version! The changes listed here are not final.
12081209
- Updated package dependencies.
12091210
- Update package.json metadata.
12101211

1211-
[0.69.3-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.2...v0.69.3-alpha
1212+
[0.70.0-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.2...v0.70.0-alpha
12121213
[0.69.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.1...v0.69.2
12131214
[0.69.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.0...v0.69.1
12141215
[0.69.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.68.1...v0.69.0
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' => '318324d4fc9ae04c0494');
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' => '6126786b2bfdcd193e41');

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

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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' => 'd8b559879884a38ad6b9');
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' => '69841d1e445ee0f7b8f1');

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

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

jetpack_vendor/i18n-map.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
),
131131
'jetpack-publicize-pkg' => array(
132132
'path' => 'jetpack_vendor/automattic/jetpack-publicize',
133-
'ver' => '0.69.3-alpha1768246030',
133+
'ver' => '0.70.0-alpha1768295509',
134134
),
135135
'jetpack-search-pkg' => array(
136136
'path' => 'jetpack_vendor/automattic/jetpack-search',

0 commit comments

Comments
 (0)