Skip to content

Commit

Permalink
22.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Dec 5, 2024
1 parent 44e2f17 commit 06ab99d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*** Changelog ***

= 22.3.0 =
= 22.3.1 =
* [Box] Add box link features.
* [Slider] Fixed a bug that caused content to protrude from some slides depending on the content.
* [Contents slider] Fixed a bug that caused content to protrude from some slides depending on the content.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"blocks:build": "rimraf dist/blocks && wp-scripts build --output-path=dist",
"blocks:php": "cpy \"src/blocks/**/*.php\" \"dist/blocks\"",
"blocks:img": "cpy \"src/blocks/**/img/*\" \"dist/blocks\"",
"blocks": "run-s blocks:format && run-p blocks:build blocks:php blocks:img",
"blocks": "run-s blocks:format && run-s blocks:build blocks:php blocks:img",
"pretest:unit:php": "wp-env start",
"test:lint:js": "wp-scripts lint-js src/blocks src/js",
"test:lint:php": "wp-env start && npm run composer lint",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: inc2734, mayukojpn, livevalue, kmix39, kngsmym, kokuboyuki, richaber, witch_doktor, rocketmartue, kutsu, toru
Donate link: https://www.amazon.co.jp/registry/wishlist/39ANKRNSTNW40
Tags: gutenberg, block, blocks, editor, gutenberg blocks
Stable tag: 22.3.0
Stable tag: 22.3.1
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.4
Expand Down
2 changes: 1 addition & 1 deletion snow-monkey-blocks.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin name: Snow Monkey Blocks
* Version: 22.3.0
* Version: 22.3.1
* Description: Gutenberg blocks collection made by MonkeyWrench.
* Author: inc2734
* Author URI: https://2inc.org
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/box/block.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"version": "21.0.6",
"version": "22.3.1",
"textdomain": "snow-monkey-blocks",
"name": "snow-monkey-blocks/box",
"title": "Box",
Expand Down

0 comments on commit 06ab99d

Please sign in to comment.