Skip to content

Commit

Permalink
Merge pull request #71 from newfold-labs/release/v1.0.0
Browse files Browse the repository at this point in the history
Bump version to 1.0.0
  • Loading branch information
zlateska authored May 1, 2024
2 parents 8727408 + b398ecb commit 3f41c4c
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 2,032 deletions.
1,888 changes: 3 additions & 1,885 deletions assets/build/utilities.css

Large diffs are not rendered by default.

137 changes: 1 addition & 136 deletions assets/build/utilities.js

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

7 changes: 0 additions & 7 deletions assets/build/utilities.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function nfd_wp_module_patterns_register() {

// Set Global Constants.
if ( ! defined( 'NFD_WONDER_BLOCKS_VERSION' ) ) {
define( 'NFD_WONDER_BLOCKS_VERSION', '0.2.0' );
define( 'NFD_WONDER_BLOCKS_VERSION', '1.0.0' );
}
if ( ! defined( 'NFD_WONDER_BLOCKS_DIR' ) ) {
define( 'NFD_WONDER_BLOCKS_DIR', __DIR__ );
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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": "0.2.0",
"version": "1.0.0",
"description": "Wonder Blocks",
"license": "GPL-2.0-or-later",
"private": true,
Expand Down

0 comments on commit 3f41c4c

Please sign in to comment.