Skip to content

Commit

Permalink
Prep for 1.4.0-beta.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Oct 16, 2024
1 parent 2a3090e commit 8225de4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

use function NewfoldLabs\WP\ModuleLoader\register;

define( 'NFD_ECOMMERCE_MODULE_VERSION', '1.4.0-beta.2' );
define( 'NFD_ECOMMERCE_MODULE_VERSION', '1.4.0-beta.3' );

if ( function_exists( 'is_admin' ) && is_admin() ) {
$old_woocommerce_module_version = get_option( 'nfd_ecommerce_module_version' );
Expand Down
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => '404a0a7b724d2f08f5e9');
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => '2e99252879dbc96cca15');
19 changes: 10 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@newfold-labs/wp-module-ecommerce",
"description": "Brand Agnostic eCommerce Experience",
"license": "GPL-2.0-or-later",
"version": "1.4.0-beta.2",
"version": "1.4.0-beta.3",
"main": "build/index.js",
"files": [
"build/",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@wordpress/element": "^5.32.0",
"@wordpress/i18n": "^4.55.0",
"classnames": "2.5.1",
"moment": "^2.29.4",
"moment": "^2.29.4",
"swr": "2.1.5",
"uuid": "^9.0.1"
},
Expand Down

0 comments on commit 8225de4

Please sign in to comment.