Skip to content

Commit 06ab99d

Browse files
committed
22.3.1
1 parent 44e2f17 commit 06ab99d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

changelog.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*** Changelog ***
22

3-
= 22.3.0 =
3+
= 22.3.1 =
44
* [Box] Add box link features.
55
* [Slider] Fixed a bug that caused content to protrude from some slides depending on the content.
66
* [Contents slider] Fixed a bug that caused content to protrude from some slides depending on the content.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"blocks:build": "rimraf dist/blocks && wp-scripts build --output-path=dist",
6363
"blocks:php": "cpy \"src/blocks/**/*.php\" \"dist/blocks\"",
6464
"blocks:img": "cpy \"src/blocks/**/img/*\" \"dist/blocks\"",
65-
"blocks": "run-s blocks:format && run-p blocks:build blocks:php blocks:img",
65+
"blocks": "run-s blocks:format && run-s blocks:build blocks:php blocks:img",
6666
"pretest:unit:php": "wp-env start",
6767
"test:lint:js": "wp-scripts lint-js src/blocks src/js",
6868
"test:lint:php": "wp-env start && npm run composer lint",

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: inc2734, mayukojpn, livevalue, kmix39, kngsmym, kokuboyuki, richaber, witch_doktor, rocketmartue, kutsu, toru
33
Donate link: https://www.amazon.co.jp/registry/wishlist/39ANKRNSTNW40
44
Tags: gutenberg, block, blocks, editor, gutenberg blocks
5-
Stable tag: 22.3.0
5+
Stable tag: 22.3.1
66
Requires at least: 6.7
77
Tested up to: 6.7
88
Requires PHP: 7.4

snow-monkey-blocks.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Plugin name: Snow Monkey Blocks
4-
* Version: 22.3.0
4+
* Version: 22.3.1
55
* Description: Gutenberg blocks collection made by MonkeyWrench.
66
* Author: inc2734
77
* Author URI: https://2inc.org

src/blocks/box/block.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 3,
4-
"version": "21.0.6",
4+
"version": "22.3.1",
55
"textdomain": "snow-monkey-blocks",
66
"name": "snow-monkey-blocks/box",
77
"title": "Box",

0 commit comments

Comments
 (0)