@@ -1,5 +0,0 @@
----
-'@growi/core': patch
-
-Fix generateChildrenRegExp method
@@ -1,5 +1,11 @@
# @growi/core
+## 1.3.1
+
+### Patch Changes
+- [#9550](https://github.com/weseek/growi/pull/9550) [`acd3787`](https://github.com/weseek/growi/commit/acd3787fc4b8c8630ba9fa5a06d837639da8d10a) Thanks [@yuki-takei](https://github.com/yuki-takei)! - Fix generateChildrenRegExp method
## 1.3.0
### Minor Changes
@@ -1,6 +1,6 @@
{
"name": "@growi/core",
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "GROWI Core Libraries",
"license": "MIT",
"keywords": [
@@ -37,8 +37,7 @@
"lint:typecheck": "vue-tsc --noEmit",
"lint": "npm-run-all -p lint:*"
},
- "dependencies": {
- },
+ "dependencies": {},
"devDependencies": {
"@growi/core": "workspace:^",
"@growi/core-styles": "workspace:^",