Skip to content

Commit

Permalink
v2.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kousikmukherjee committed Jun 26, 2024
1 parent d985b02 commit c7a4da7
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wc-blocks-checkout', 'wc-settings', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '215deda4a533190d0647');
<?php return array('dependencies' => array('react', 'wc-blocks-checkout', 'wc-settings', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '222dfda0b7792a6cf600');

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wc-blocks-checkout', 'wc-settings', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n'), 'version' => '4cf2f865edbdecc1d87a');
<?php return array('dependencies' => array('react', 'wc-blocks-checkout', 'wc-settings', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n'), 'version' => 'ceccbc0e962971d11a64');

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/js/checkout-eu-vat-field-block/block.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"apiVersion": 2,
"name": "eu-vat-for-woocommerce/checkout-eu-vat-field",
"version": "2.11.6",
"version": "2.11.7",
"title": "EU VAT Field",
"category": "woocommerce",
"description": "Adds a EU VAT Field checkbox to the checkout.",
Expand Down
2 changes: 1 addition & 1 deletion eu-vat-for-woocommerce-blocks-integration.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
use Automattic\WooCommerce\Blocks\Integrations\IntegrationInterface;

define ( 'EuVatForWoocommerce_VERSION', '2.11.6' );
define ( 'EuVatForWoocommerce_VERSION', '2.11.7' );

/**
* Class for integrating with WooCommerce Blocks
Expand Down
Loading

0 comments on commit c7a4da7

Please sign in to comment.