Yuki Takei 2 лет назад
Родитель
Сommit
7146ab44df

+ 11 - 11
apps/app/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/app",
-  "version": "6.1.0-RC.0",
+  "version": "6.1.0-RC.1",
   "license": "MIT",
   "scripts": {
     "//// for production": "",
@@ -59,14 +59,14 @@
     "@elastic/elasticsearch8": "npm:@elastic/elasticsearch@^8.7.0",
     "@godaddy/terminus": "^4.9.0",
     "@google-cloud/storage": "^5.8.5",
-    "@growi/core": "^6.1.0-RC.0",
-    "@growi/hackmd": "^6.1.0-RC.0",
-    "@growi/preset-themes": "^6.1.0-RC.0",
-    "@growi/remark-attachment-refs": "^6.1.0-RC.0",
-    "@growi/remark-drawio": "^6.1.0-RC.0",
-    "@growi/remark-growi-directive": "^6.1.0-RC.0",
-    "@growi/remark-lsx": "^6.1.0-RC.0",
-    "@growi/slack": "^6.1.0-RC.0",
+    "@growi/core": "^6.1.0-RC.1",
+    "@growi/hackmd": "^6.1.0-RC.1",
+    "@growi/preset-themes": "^6.1.0-RC.1",
+    "@growi/remark-attachment-refs": "^6.1.0-RC.1",
+    "@growi/remark-drawio": "^6.1.0-RC.1",
+    "@growi/remark-growi-directive": "^6.1.0-RC.1",
+    "@growi/remark-lsx": "^6.1.0-RC.1",
+    "@growi/slack": "^6.1.0-RC.1",
     "@promster/express": "^7.0.6",
     "@promster/server": "^7.0.8",
     "@slack/web-api": "^6.2.4",
@@ -202,8 +202,8 @@
     "handsontable": "v7.0.0 or above is no loger MIT lisence."
   },
   "devDependencies": {
-    "@growi/presentation": "^6.1.0-RC.0",
-    "@growi/ui": "^6.1.0-RC.0",
+    "@growi/presentation": "^6.1.0-RC.1",
+    "@growi/ui": "^6.1.0-RC.1",
     "@handsontable/react": "=2.1.0",
     "@icon/themify-icons": "1.0.1-alpha.3",
     "@next/bundle-analyzer": "^13.2.3",

+ 1 - 1
apps/slackbot-proxy/package.json

@@ -25,7 +25,7 @@
   },
   "dependencies": {
     "@godaddy/terminus": "^4.9.0",
-    "@growi/slack": "^6.1.0-RC.0",
+    "@growi/slack": "^6.1.0-RC.1",
     "@slack/oauth": "^2.0.1",
     "@slack/web-api": "^6.2.4",
     "@tsed/common": "^6.43.0",

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "growi",
-  "version": "6.1.0-RC.0",
+  "version": "6.1.0-RC.1",
   "description": "Team collaboration software using markdown",
   "tags": [
     "wiki",

+ 1 - 1
packages/core/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/core",
-  "version": "6.1.0-RC.0",
+  "version": "6.1.0-RC.1",
   "description": "GROWI Core Libraries",
   "license": "MIT",
   "keywords": [

+ 1 - 1
packages/hackmd/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/hackmd",
-  "version": "6.1.0-RC.0",
+  "version": "6.1.0-RC.1",
   "description": "GROWI js and css files to use hackmd",
   "license": "MIT",
   "type": "module",

+ 2 - 2
packages/presentation/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/presentation",
-  "version": "6.1.0-RC.0",
+  "version": "6.1.0-RC.1",
   "description": "GROWI plugin for presentation",
   "license": "MIT",
   "keywords": ["growi", "growi-plugin"],
@@ -18,7 +18,7 @@
     "lint": "run-p lint:*"
   },
   "dependencies": {
-    "@growi/core": "^6.1.0-RC.0"
+    "@growi/core": "^6.1.0-RC.1"
   },
   "devDependencies": {
     "@marp-team/marp-core": "^3.6.0",

+ 1 - 1
packages/preset-themes/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@growi/preset-themes",
   "description": "GROWI preset themes",
-  "version": "6.1.0-RC.0",
+  "version": "6.1.0-RC.1",
   "license": "MIT",
   "main": "dist/libs/preset-themes.umd.js",
   "module": "dist/libs/preset-themes.mjs",

+ 6 - 11
packages/remark-attachment-refs/package.json

@@ -1,18 +1,13 @@
 {
   "name": "@growi/remark-attachment-refs",
-  "version": "6.1.0-RC.0",
+  "version": "6.1.0-RC.1",
   "description": "GROWI Plugin to add ref/refimg/refs/refsimg tags",
   "license": "MIT",
-  "keywords": [
-    "growi",
-    "growi-plugin"
-  ],
+  "keywords": ["growi", "growi-plugin"],
   "main": "dist/index.js",
   "module": "dist/index.mjs",
   "types": "dist/index.d.ts",
-  "files": [
-    "dist"
-  ],
+  "files": ["dist"],
   "scripts": {
     "build": "run-p build:*",
     "build:server": "vite build -c vite.server.config.ts",
@@ -31,9 +26,9 @@
   "dependencies": {
     "bunyan": "^1.8.15",
     "universal-bunyan": "^0.9.2",
-    "@growi/core": "^6.1.0-RC.0",
-    "@growi/remark-growi-directive": "^6.1.0-RC.0",
-    "@growi/ui": "^6.1.0-RC.0"
+    "@growi/core": "^6.1.0-RC.1",
+    "@growi/remark-growi-directive": "^6.1.0-RC.1",
+    "@growi/ui": "^6.1.0-RC.1"
   },
   "devDependencies": {
     "eslint-plugin-regex": "^1.8.0",

+ 1 - 1
packages/remark-drawio/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/remark-drawio",
-  "version": "6.1.0-RC.0",
+  "version": "6.1.0-RC.1",
   "description": "remark plugin to draw diagrams with draw.io (diagrams.net)",
   "license": "MIT",
   "keywords": [

+ 1 - 1
packages/remark-growi-directive/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/remark-growi-directive",
-  "version": "6.1.0-RC.0",
+  "version": "6.1.0-RC.1",
   "description": "remark plugin to support GROWI plugin (forked from remark-directive@2.0.1)",
   "license": "MIT",
   "keywords": [

+ 4 - 4
packages/remark-lsx/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/remark-lsx",
-  "version": "6.1.0-RC.0",
+  "version": "6.1.0-RC.1",
   "description": "GROWI plugin to list pages",
   "license": "MIT",
   "keywords": ["growi", "growi-plugin"],
@@ -25,9 +25,9 @@
     "escape-string-regexp": "5.0.0 or above exports only ESM"
   },
   "dependencies": {
-    "@growi/core": "^6.1.0-RC.0",
-    "@growi/remark-growi-directive": "^6.1.0-RC.0",
-    "@growi/ui": "^6.1.0-RC.0",
+    "@growi/core": "^6.1.0-RC.1",
+    "@growi/remark-growi-directive": "^6.1.0-RC.1",
+    "@growi/ui": "^6.1.0-RC.1",
     "escape-string-regexp": "^4.0.0",
     "swr": "^2.0.3"
   },

+ 1 - 1
packages/slack/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/slack",
-  "version": "6.1.0-RC.0",
+  "version": "6.1.0-RC.1",
   "license": "MIT",
   "main": "dist/index.js",
   "module": "dist/index.mjs",

+ 2 - 2
packages/ui/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/ui",
-  "version": "6.1.0-RC.0",
+  "version": "6.1.0-RC.1",
   "description": "GROWI UI Libraries",
   "license": "MIT",
   "keywords": ["growi"],
@@ -16,7 +16,7 @@
     "lint": "npm-run-all -p lint:*"
   },
   "dependencies": {
-    "@growi/core": "^6.1.0-RC.0"
+    "@growi/core": "^6.1.0-RC.1"
   },
   "devDependencies": {
     "react": "^18.2.0"