Răsfoiți Sursa

bump versions

Yuki Takei 3 ani în urmă
părinte
comite
ba7aa76a50

+ 11 - 11
apps/app/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/app",
-  "version": "6.0.16-RC.0",
+  "version": "6.1.0-RC.0",
   "license": "MIT",
   "scripts": {
     "//// for production": "",
@@ -61,14 +61,14 @@
     "@elastic/elasticsearch7": "npm:@elastic/elasticsearch@^7.17.0",
     "@godaddy/terminus": "^4.9.0",
     "@google-cloud/storage": "^5.8.5",
-    "@growi/codemirror-textlint": "^6.0.16-RC.0",
-    "@growi/core": "^6.0.16-RC.0",
-    "@growi/hackmd": "^6.0.16-RC.0",
-    "@growi/preset-themes": "^6.0.16-RC.0",
-    "@growi/remark-drawio": "^6.0.16-RC.0",
-    "@growi/remark-growi-directive": "^6.0.16-RC.0",
-    "@growi/remark-lsx": "^6.0.16-RC.0",
-    "@growi/slack": "^6.0.16-RC.0",
+    "@growi/codemirror-textlint": "^6.1.0-RC.0",
+    "@growi/core": "^6.1.0-RC.0",
+    "@growi/hackmd": "^6.1.0-RC.0",
+    "@growi/preset-themes": "^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",
     "@promster/express": "^7.0.6",
     "@promster/server": "^7.0.8",
     "@slack/web-api": "^6.2.4",
@@ -201,8 +201,8 @@
     "handsontable": "v7.0.0 or above is no loger MIT lisence."
   },
   "devDependencies": {
-    "@growi/presentation": "^6.0.16-RC.0",
-    "@growi/ui": "^6.0.16-RC.0",
+    "@growi/presentation": "^6.1.0-RC.0",
+    "@growi/ui": "^6.1.0-RC.0",
     "@handsontable/react": "=2.1.0",
     "@icon/themify-icons": "1.0.1-alpha.3",
     "@next/bundle-analyzer": "^13.2.3",

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

@@ -1,6 +1,6 @@
 {
   "name": "@growi/slackbot-proxy",
-  "version": "6.0.16-slackbot-proxy.0",
+  "version": "6.1.0-slackbot-proxy.0",
   "license": "MIT",
   "scripts": {
     "build": "yarn tsc && tsc-alias -p tsconfig.build.json",
@@ -25,7 +25,7 @@
   },
   "dependencies": {
     "@godaddy/terminus": "^4.9.0",
-    "@growi/slack": "^6.0.16-RC.0",
+    "@growi/slack": "^6.1.0-RC.0",
     "@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.0.16-RC.0",
+  "version": "6.1.0-RC.0",
   "description": "Team collaboration software using markdown",
   "tags": [
     "wiki",

+ 1 - 1
packages/codemirror-textlint/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/codemirror-textlint",
-  "version": "6.0.16-RC.0",
+  "version": "6.1.0-RC.0",
   "license": "MIT",
   "main": "dist/index.js",
   "scripts": {

+ 1 - 1
packages/core/package.json

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

+ 1 - 1
packages/hackmd/package.json

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

+ 3 - 5
packages/presentation/package.json

@@ -1,14 +1,12 @@
 {
   "name": "@growi/presentation",
-  "version": "6.0.16-RC.0",
+  "version": "6.1.0-RC.0",
   "description": "GROWI plugin for presentation",
   "license": "MIT",
   "keywords": ["growi", "growi-plugin"],
   "module": "dist/presentation.mjs",
   "types": "dist/index.d.ts",
-  "files": [
-    "dist"
-  ],
+  "files": ["dist"],
   "scripts": {
     "build": "vite build",
     "clean": "npx -y shx rm -rf dist",
@@ -20,7 +18,7 @@
     "lint": "run-p lint:*"
   },
   "dependencies": {
-    "@growi/core": "^6.0.16-RC.0"
+    "@growi/core": "^6.1.0-RC.0"
   },
   "devDependencies": {
     "@marp-team/marp-core": "^3.4.2",

+ 2 - 3
packages/preset-themes/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@growi/preset-themes",
   "description": "GROWI preset themes",
-  "version": "6.0.16-RC.0",
+  "version": "6.1.0-RC.0",
   "license": "MIT",
   "main": "dist/libs/preset-themes.umd.js",
   "module": "dist/libs/preset-themes.mjs",
@@ -25,8 +25,7 @@
     "lint": "run-p lint:*",
     "preview": "vite preview"
   },
-  "dependencies": {
-  },
+  "dependencies": {},
   "devDependencies": {
     "bootstrap": "^4.6.1",
     "sass": "^1.55.0"

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

@@ -1,6 +1,6 @@
 {
   "name": "@growi/remark-drawio",
-  "version": "6.0.16-RC.0",
+  "version": "6.1.0-RC.0",
   "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.0.16-RC.0",
+  "version": "6.1.0-RC.0",
   "description": "remark plugin to support GROWI plugin (forked from remark-directive@2.0.1)",
   "license": "MIT",
   "keywords": [

+ 5 - 7
packages/remark-lsx/package.json

@@ -1,12 +1,10 @@
 {
   "name": "@growi/remark-lsx",
-  "version": "6.0.16-RC.0",
+  "version": "6.1.0-RC.0",
   "description": "GROWI plugin to list pages",
   "license": "MIT",
   "keywords": ["growi", "growi-plugin"],
-  "files": [
-    "dist"
-  ],
+  "files": ["dist"],
   "scripts": {
     "build": "run-p build:*",
     "build:client": "vite build -c vite.client.config.ts",
@@ -24,9 +22,9 @@
     "lint": "run-p lint:*"
   },
   "dependencies": {
-    "@growi/core": "^6.0.16-RC.0",
-    "@growi/remark-growi-directive": "^6.0.16-RC.0",
-    "@growi/ui": "^6.0.16-RC.0",
+    "@growi/core": "^6.1.0-RC.0",
+    "@growi/remark-growi-directive": "^6.1.0-RC.0",
+    "@growi/ui": "^6.1.0-RC.0",
     "swr": "^2.0.3"
   },
   "devDependencies": {

+ 1 - 1
packages/slack/package.json

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

+ 3 - 5
packages/ui/package.json

@@ -1,13 +1,11 @@
 {
   "name": "@growi/ui",
-  "version": "6.0.16-RC.0",
+  "version": "6.1.0-RC.0",
   "description": "GROWI UI Libraries",
   "license": "MIT",
   "keywords": ["growi"],
   "type": "module",
-  "files": [
-    "dist"
-  ],
+  "files": ["dist"],
   "scripts": {
     "build": "vite build",
     "clean": "npx -y shx rm -rf dist",
@@ -18,7 +16,7 @@
     "lint": "npm-run-all -p lint:*"
   },
   "dependencies": {
-    "@growi/core": "^6.0.16-RC.0"
+    "@growi/core": "^6.1.0-RC.0"
   },
   "devDependencies": {
     "react": "^18.2.0"