Skip to content

Commit a702252

Browse files
committed
Updated blocks
1 parent 27178f6 commit a702252

File tree

10 files changed

+186
-216
lines changed

10 files changed

+186
-216
lines changed

includes/blocks/build/alerts/block.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://schemas.wp.org/trunk/block.json",
3-
"apiVersion": 2,
3+
"apiVersion": 3,
44
"name": "knowledgebase/alerts",
5-
"version": "1.0.0",
5+
"version": "2.3.0",
66
"title": "Knowledge Base Alerts",
77
"category": "design",
88
"icon": "book",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-i18n'), 'version' => '2d1ba7f66d29cf290099');
1+
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-i18n'), 'version' => 'df6a61d80bfbef1bfd2f');

includes/blocks/build/alerts/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

includes/blocks/build/breadcrumb/block.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@
3030
"example": {},
3131
"textdomain": "knowledgebase",
3232
"editorScript": "file:./index.js",
33-
"editorStyle": "file:./index.css",
34-
"style": "file:./style-index.css"
33+
"editorStyle": "file:./index.css"
3534
}

includes/blocks/build/kb/block.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://schemas.wp.org/trunk/block.json",
3-
"apiVersion": 2,
3+
"apiVersion": 3,
44
"name": "knowledgebase/knowledgebase",
5-
"version": "2.0.0",
5+
"version": "2.3.0",
66
"title": "Knowledge Base",
77
"category": "design",
88
"icon": "book",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n', 'wp-server-side-render'), 'version' => '10ba162f0a0eb6c91f2f');
1+
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n', 'wp-server-side-render'), 'version' => '9d0f780ce17c9a1667d6');

includes/blocks/build/kb/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

includes/blocks/src/alerts/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 3,
44
"name": "knowledgebase/alerts",
5-
"version": "1.0.0",
5+
"version": "2.3.0",
66
"title": "Knowledge Base Alerts",
77
"category": "design",
88
"icon": "book",

includes/blocks/src/kb/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 3,
44
"name": "knowledgebase/knowledgebase",
5-
"version": "2.0.0",
5+
"version": "2.3.0",
66
"title": "Knowledge Base",
77
"category": "design",
88
"icon": "book",

0 commit comments

Comments
 (0)