소스 검색

Version Packages

github-actions[bot] 10 달 전
부모
커밋
196b10bbfa
6개의 변경된 파일131개의 추가작업 그리고 251개의 파일을 삭제
  1. 0 5
      .changeset/fluffy-insects-laugh.md
  2. 0 5
      .changeset/tough-owls-care.md
  3. 8 0
      packages/core/CHANGELOG.md
  4. 1 1
      packages/core/package.json
  5. 7 2
      packages/ui/package.json
  6. 115 238
      pnpm-lock.yaml

+ 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
 
+## 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
 
 ### Minor Changes

+ 1 - 1
packages/core/package.json

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

+ 7 - 2
packages/ui/package.json

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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 115 - 238
pnpm-lock.yaml


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.