Browse Source

Version Packages

github-actions[bot] 1 year ago
parent
commit
70567927a9
5 changed files with 145 additions and 223 deletions
  1. 0 5
      .changeset/little-toys-reflect.md
  2. 6 0
      packages/core/CHANGELOG.md
  3. 1 1
      packages/core/package.json
  4. 1 2
      packages/ui/package.json
  5. 137 215
      pnpm-lock.yaml

+ 0 - 5
.changeset/little-toys-reflect.md

@@ -1,5 +0,0 @@
----
-'@growi/core': patch
----
-
-Fix generateChildrenRegExp method

+ 6 - 0
packages/core/CHANGELOG.md

@@ -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 - 1
packages/core/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/core",
-  "version": "1.3.0",
+  "version": "1.3.1",
   "description": "GROWI Core Libraries",
   "license": "MIT",
   "keywords": [

+ 1 - 2
packages/ui/package.json

@@ -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:^",

File diff suppressed because it is too large
+ 137 - 215
pnpm-lock.yaml


Some files were not shown because too many files changed in this diff