Skip to content

Commit

Permalink
Bump blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauteri committed Jul 28, 2024
1 parent cf1f73a commit 32e4bad
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/blocks/add-to-calendar/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": 2,
"name": "gatherpress/add-to-calendar",
"version": "1.0.1",
"version": "1.0.2",
"title": "Add to Calendar",
"category": "gatherpress",
"icon": "calendar",
Expand Down
2 changes: 1 addition & 1 deletion build/blocks/add-to-calendar/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'), 'version' => 'a2a79e176bbde08a7267');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n'), 'version' => 'c27eaf0a25faf160b41b');
2 changes: 1 addition & 1 deletion build/blocks/add-to-calendar/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 build/blocks/venue/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": 2,
"name": "gatherpress/venue",
"version": "1.0.1",
"version": "1.1.0",
"title": "Venue",
"category": "gatherpress",
"icon": "location",
Expand Down
2 changes: 1 addition & 1 deletion build/blocks/venue/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('moment', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n'), 'version' => 'a0f2b66a4e1c3d359c08');
<?php return array('dependencies' => array('moment', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n'), 'version' => '88717602f004caca0bbb');
2 changes: 1 addition & 1 deletion build/blocks/venue/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/blocks/add-to-calendar/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": 2,
"name": "gatherpress/add-to-calendar",
"version": "1.0.1",
"version": "1.0.2",
"title": "Add to Calendar",
"category": "gatherpress",
"icon": "calendar",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/venue/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": 2,
"name": "gatherpress/venue",
"version": "1.0.1",
"version": "1.1.0",
"title": "Venue",
"category": "gatherpress",
"icon": "location",
Expand Down

0 comments on commit 32e4bad

Please sign in to comment.