Skip to content

Commit

Permalink
v1.0.8 (#3)
Browse files Browse the repository at this point in the history
* chore(deps): Upgrade Tailwind to 3.x
* enhance(list): Remove dependency on FontAwesome font
* enhance(list): Add check-circle, star, and dash list types
* enhance(heading): Improve heading tag alignment
* chore(deps): Remove unnecessary Tailwind configuration
* chore(deps): Compile the latest assets
* chore(plugin): Bump plugin to v1.0.8
  • Loading branch information
Log1x authored Nov 29, 2022
1 parent 89ce322 commit 2e6ad49
Show file tree
Hide file tree
Showing 11 changed files with 376 additions and 189 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"laravel-mix": "^5.0.9",
"sass": "^1.29.0",
"sass-loader": "^10.0.5",
"tailwindcss": "^1.9.6",
"tailwindcss": "^3.2.4",
"vue-template-compiler": "^2.6.12"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: GutenTweaks
* Plugin URI: https://github.com/log1x/gutentweaks
* Description: A plugin containing a few Gutenberg tweaks.
* Version: 1.0.7
* Version: 1.0.8
* Author: Brandon Nifong
* Author URI: https://github.com/log1x
* Licence: MIT
Expand Down
2 changes: 1 addition & 1 deletion public/css/app.css

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

2 changes: 1 addition & 1 deletion public/css/editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/editor.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-blocks', 'wp-data', 'wp-dom-ready', 'wp-edit-post', 'wp-i18n', 'wp-plugins'), 'version' => 'b852352fb43554a8a73a9ba85e776947');
<?php return array('dependencies' => array('wp-blocks', 'wp-data', 'wp-dom-ready', 'wp-edit-post', 'wp-i18n', 'wp-plugins'), 'version' => 'adb052fb2ec8405e0beed762e7f4b2f8');
Loading

0 comments on commit 2e6ad49

Please sign in to comment.