Skip to content

Commit

Permalink
Updates...
Browse files Browse the repository at this point in the history
  • Loading branch information
mauteri committed Nov 16, 2024
1 parent a39e41f commit b19b471
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/blocks/modal/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"title": "Modal",
"category": "gatherpress",
"icon": "insert",
"icon": "external",
"example": {},
"description": "Enables members to easily confirm their attendance for an event.",
"attributes": {
Expand Down
2 changes: 1 addition & 1 deletion build/blocks/modal/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '430b45880e5e7082e26d');
<?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '4ec754be1937a30d204f');
2 changes: 1 addition & 1 deletion build/blocks/modal/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/blocks/modal/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"title": "Modal",
"category": "gatherpress",
"icon": "insert",
"icon": "external",
"example": {},
"description": "Enables members to easily confirm their attendance for an event.",
"attributes": {
Expand Down

0 comments on commit b19b471

Please sign in to comment.