Skip to content

Commit

Permalink
Updated blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Dec 19, 2024
1 parent 27178f6 commit a702252
Show file tree
Hide file tree
Showing 10 changed files with 186 additions and 216 deletions.
4 changes: 2 additions & 2 deletions includes/blocks/build/alerts/block.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"apiVersion": 3,
"name": "knowledgebase/alerts",
"version": "1.0.0",
"version": "2.3.0",
"title": "Knowledge Base Alerts",
"category": "design",
"icon": "book",
Expand Down
2 changes: 1 addition & 1 deletion includes/blocks/build/alerts/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-i18n'), 'version' => '2d1ba7f66d29cf290099');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-i18n'), 'version' => 'df6a61d80bfbef1bfd2f');
2 changes: 1 addition & 1 deletion includes/blocks/build/alerts/index.js

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

3 changes: 1 addition & 2 deletions includes/blocks/build/breadcrumb/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@
"example": {},
"textdomain": "knowledgebase",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css"
"editorStyle": "file:./index.css"
}
4 changes: 2 additions & 2 deletions includes/blocks/build/kb/block.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"apiVersion": 3,
"name": "knowledgebase/knowledgebase",
"version": "2.0.0",
"version": "2.3.0",
"title": "Knowledge Base",
"category": "design",
"icon": "book",
Expand Down
2 changes: 1 addition & 1 deletion includes/blocks/build/kb/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n', 'wp-server-side-render'), 'version' => '10ba162f0a0eb6c91f2f');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n', 'wp-server-side-render'), 'version' => '9d0f780ce17c9a1667d6');
2 changes: 1 addition & 1 deletion includes/blocks/build/kb/index.js

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

2 changes: 1 addition & 1 deletion includes/blocks/src/alerts/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "knowledgebase/alerts",
"version": "1.0.0",
"version": "2.3.0",
"title": "Knowledge Base Alerts",
"category": "design",
"icon": "book",
Expand Down
2 changes: 1 addition & 1 deletion includes/blocks/src/kb/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "knowledgebase/knowledgebase",
"version": "2.0.0",
"version": "2.3.0",
"title": "Knowledge Base",
"category": "design",
"icon": "book",
Expand Down
Loading

0 comments on commit a702252

Please sign in to comment.