Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// Set Global Constants
if ( ! defined( 'NFD_WONDER_BLOCKS_VERSION' ) ) {
define( 'NFD_WONDER_BLOCKS_VERSION', '2.9.6' );
define( 'NFD_WONDER_BLOCKS_VERSION', '2.10.0' );
}
if ( ! defined( 'NFD_WONDER_BLOCKS_DIR' ) ) {
define( 'NFD_WONDER_BLOCKS_DIR', __DIR__ );
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions build/2.10.0/wonder-blocks.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-notices', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => '1fb94117ce293c60daa7');
File renamed without changes.
9 changes: 9 additions & 0 deletions build/2.10.0/wonder-blocks.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion build/2.9.3/wonder-blocks.css.map

This file was deleted.

1 change: 0 additions & 1 deletion build/2.9.3/wonder-blocks.js.map

This file was deleted.

1 change: 0 additions & 1 deletion build/2.9.6/wonder-blocks.asset.php

This file was deleted.

9 changes: 0 additions & 9 deletions build/2.9.6/wonder-blocks.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newfold-labs/wp-module-patterns",
"version": "2.9.6",
"version": "2.10.0",
"description": "WonderBlocks",
"license": "GPL-2.0-or-later",
"private": true,
Expand Down
Loading