Skip to content

Commit

Permalink
Upsell nudge: fix click Safari, disable block (#40902)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Herve <[email protected]>

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

Upstream-Ref: Automattic/jetpack@c1371cc
  • Loading branch information
ellatrix authored and matticbot committed Jan 15, 2025
1 parent 4b96e9d commit d190091
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This is an alpha version! The changes listed here are not final.

### Fixed
- Forms: Fix redirect field styles
- Upsell nudge: fix click in Safari

## [0.34.6] - 2025-01-13
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion dist/blocks/editor.asset.php
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-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '58dbcfec3cf060639865');
<?php return array('dependencies' => array('jetpack-connection', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '2c44576e3a665d050d2e');
2 changes: 1 addition & 1 deletion dist/blocks/editor.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/blocks/editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/blocks/editor.rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dashboard/jetpack-forms-dashboard.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'e4175c02cb6a9c3172de');
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'a103ed1f57d9153ce179');
2 changes: 1 addition & 1 deletion dist/dashboard/jetpack-forms-dashboard.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dashboard/jetpack-forms-dashboard.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dashboard/jetpack-forms-dashboard.rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.34",
"@automattic/jetpack-components": "^0.65.3",
"@automattic/jetpack-shared-extension-utils": "^0.16.3",
"@automattic/jetpack-shared-extension-utils": "^0.17.0-alpha",
"@wordpress/block-editor": "14.9.0",
"@wordpress/blocks": "14.3.0",
"@wordpress/compose": "7.14.0",
Expand Down

0 comments on commit d190091

Please sign in to comment.