Skip to content

Commit

Permalink
Merge pull request #137 from newfold-labs/release/2.8.1
Browse files Browse the repository at this point in the history
Release v2.8.1
  • Loading branch information
wpalani authored Dec 10, 2024
2 parents d3c32e2 + efa871e commit fa02626
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 8 deletions.
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.8.0' );
define( 'NFD_WONDER_BLOCKS_VERSION', '2.8.1' );
}
if ( ! defined( 'NFD_WONDER_BLOCKS_DIR' ) ) {
define( 'NFD_WONDER_BLOCKS_DIR', __DIR__ );
Expand Down
1 change: 0 additions & 1 deletion build/2.8.0/wonder-blocks-rtl.css

This file was deleted.

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

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions build/2.8.1/wonder-blocks-rtl.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', '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' => '25cb414076fcbfa0ce8c');
<?php return array('dependencies' => array('react', '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' => 'e7920569cde708d00b6e');
1 change: 1 addition & 0 deletions build/2.8.1/wonder-blocks.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

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

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.8.0",
"version": "2.8.1",
"description": "WonderBlocks",
"license": "GPL-2.0-or-later",
"private": true,
Expand Down

0 comments on commit fa02626

Please sign in to comment.