Skip to content

Commit

Permalink
🚀 RELEASE: 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
colorful-tones committed Dec 4, 2023
1 parent 53914ad commit e557788
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 22,041 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ This is a demonstration of how you might create a custom Slider Block, which is

## Changelog

### 0.1.2 – 2023-12-04

- 🐛 FIX: missing memoization
- 👌 IMPROVE: Allowed Blocks = core/cover only

### 0.1.1 – 2023-12-04

- Major refactor 😎:
Expand Down
2 changes: 1 addition & 1 deletion build/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}
},
"textdomain": "wpe",
"version": "0.1.1",
"version": "0.1.2",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"render": "file:./render.php",
Expand Down
2 changes: 1 addition & 1 deletion build/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-compose', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'a0123e5e2a84c64ff17b');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '7cdb1499cf9aaf55a0ca');
44 changes: 1 addition & 43 deletions build/index.css

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

1 change: 0 additions & 1 deletion build/index.css.map

This file was deleted.

Loading

0 comments on commit e557788

Please sign in to comment.