Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Merge branch 'trunk' into fix/use-forced-layout
Browse files Browse the repository at this point in the history
  • Loading branch information
senadir authored Aug 1, 2022
2 parents fc26341 + 28c2a68 commit d7c6c93
Show file tree
Hide file tree
Showing 211 changed files with 3,422 additions and 3,040 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Fixes #

#### Other Checks

- [ ] This PR adds/removes a feature flag & I've updated [this doc](../docs/blocks/feature-flags-and-experimental-interfaces.md) .
- [ ] This PR adds/removes an experimental interfaces and I've updated [this doc](../docs/blocks/feature-flags-and-experimental-interfaces.md)
- [ ] This PR adds/removes a feature flag & I've updated [this doc](https://github.com/woocommerce/woocommerce-blocks/blob/trunk/docs/internal-developers/blocks/feature-flags-and-experimental-interfaces.md).
- [ ] This PR adds/removes an experimental interfaces and I've updated [this doc](https://github.com/woocommerce/woocommerce-blocks/blob/trunk/docs/internal-developers/blocks/feature-flags-and-experimental-interfaces.md).
- [ ] I tagged two reviewers because this PR makes queries to the database or I think it might have some security impact.

### Screenshots
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
```
https://wcblocks.wpcomstaging.com/wp-content/uploads/woocommerce-gutenberg-products-block-${{ github.event.pull_request.number }}.zip
```
allow-repeats: true
allow-repeats: false

- name: Delete ZIP file
run: rm -rf wc-blocks-pr-release__temp
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ import { ProductDataContextProvider } from '@woocommerce/shared-context';
*/
import { Block } from '../block';

jest.mock( '@woocommerce/block-settings', () => ( {
__esModule: true,
PLACEHOLDER_IMG_SRC: 'placeholder.jpg',
} ) );

jest.mock( '../../../../../hooks/style-attributes', () => ( {
__esModule: true,
useBorderProps: jest.fn( () => ( {
Expand Down
231 changes: 0 additions & 231 deletions assets/js/base/components/dropdown-selector/index.js

This file was deleted.

13 changes: 0 additions & 13 deletions assets/js/base/components/dropdown-selector/input-wrapper.js

This file was deleted.

36 changes: 0 additions & 36 deletions assets/js/base/components/dropdown-selector/input.js

This file was deleted.

59 changes: 0 additions & 59 deletions assets/js/base/components/dropdown-selector/menu.js

This file was deleted.

Loading

0 comments on commit d7c6c93

Please sign in to comment.