Skip to content

Commit

Permalink
Revert "Upsell nudge: fix click Safari, disable block (#40902)" (#41164)
Browse files Browse the repository at this point in the history
This reverts commit c1371cc3d8f520eadf849d21ea76f49ec40a6e84.

See p1737057925999759-slack-C02FMH4G8

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

Upstream-Ref: Automattic/jetpack@ecf570b
  • Loading branch information
dsas authored and matticbot committed Jan 17, 2025
1 parent b26637a commit ef1772f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ This is an alpha version! The changes listed here are not final.
- Forms: Fix redirect field styles
- Forms: fix spacing issue in sidebar settings
- Forms: Properly support formatting options for labels and required text
- 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' => '4d9251827cfab6618166');
<?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' => 'bbd19aacdac5dff8640a');
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' => 'a103ed1f57d9153ce179');
<?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');
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.4-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.17.0-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.16.3",
"@wordpress/block-editor": "14.9.0",
"@wordpress/blocks": "14.3.0",
"@wordpress/compose": "7.14.0",
Expand Down

0 comments on commit ef1772f

Please sign in to comment.