github-actions[bot] 8 месяцев назад
Родитель
Сommit
196b10bbfa

+ 0 - 5
.changeset/fluffy-insects-laugh.md

@@ -1,5 +0,0 @@
----
-'@growi/core': minor
----
-
-Update IGrowiInfo type

+ 0 - 5
.changeset/tough-owls-care.md

@@ -1,5 +0,0 @@
----
-'@growi/core': minor
----
-
-Updated the interface to accommodate the removal of the questionnaire feature.

+ 8 - 0
packages/core/CHANGELOG.md

@@ -1,5 +1,13 @@
 # @growi/core
 # @growi/core
 
 
+## 1.6.0
+
+### Minor Changes
+
+- [#10189](https://github.com/weseek/growi/pull/10189) [`e6bd8c8`](https://github.com/weseek/growi/commit/e6bd8c8ca0b50be85e27ca0ca5f40ad0400fc5ea) Thanks [@yuki-takei](https://github.com/yuki-takei)! - Update IGrowiInfo type
+
+- [#10185](https://github.com/weseek/growi/pull/10185) [`8d28e19`](https://github.com/weseek/growi/commit/8d28e1990cf90a8957594a27b400af86728fb69a) Thanks [@yuki-takei](https://github.com/yuki-takei)! - Updated the interface to accommodate the removal of the questionnaire feature.
+
 ## 1.5.0
 ## 1.5.0
 
 
 ### Minor Changes
 ### Minor Changes

+ 1 - 1
packages/core/package.json

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

+ 7 - 2
packages/ui/package.json

@@ -4,9 +4,14 @@
   "description": "GROWI UI Libraries",
   "description": "GROWI UI Libraries",
   "license": "MIT",
   "license": "MIT",
   "private": "true",
   "private": "true",
-  "keywords": ["growi"],
+  "keywords": [
+    "growi"
+  ],
   "type": "module",
   "type": "module",
-  "files": ["dist", "scss"],
+  "files": [
+    "dist",
+    "scss"
+  ],
   "exports": {
   "exports": {
     "./dist/components": {
     "./dist/components": {
       "import": "./dist/components/index.js"
       "import": "./dist/components/index.js"

Разница между файлами не показана из-за своего большого размера
+ 115 - 238
pnpm-lock.yaml


Некоторые файлы не были показаны из-за большого количества измененных файлов