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

+ 0 - 5
.changeset/clever-paws-wink.md

@@ -1,5 +0,0 @@
----
-'@growi/core': minor
----
-
-Add global EventTarget instance provider

+ 0 - 5
.changeset/cyan-planets-lick.md

@@ -1,5 +0,0 @@
----
-'@growi/pluginkit': minor
----
-
-Update dependency to use workspace version

+ 0 - 5
.changeset/healthy-pianos-brake.md

@@ -1,5 +0,0 @@
----
-'@growi/core': major
----
-
-Remove global socket management and useSWRStatic

+ 0 - 5
.changeset/lazy-penguins-hammer.md

@@ -1,5 +0,0 @@
----
-'@growi/core': major
----
-
-Update IPage interfaces family

+ 12 - 0
packages/core/CHANGELOG.md

@@ -1,5 +1,17 @@
 # @growi/core
 
+## 2.0.0
+
+### Major Changes
+
+- [#10474](https://github.com/growilabs/growi/pull/10474) [`3de6953`](https://github.com/growilabs/growi/commit/3de6953c5cf049d8bb070f8cc8c59a85b160a6df) Thanks [@yuki-takei](https://github.com/yuki-takei)! - Remove global socket management and useSWRStatic
+
+- [#10474](https://github.com/growilabs/growi/pull/10474) [`3de6953`](https://github.com/growilabs/growi/commit/3de6953c5cf049d8bb070f8cc8c59a85b160a6df) Thanks [@yuki-takei](https://github.com/yuki-takei)! - Update IPage interfaces family
+
+### Minor Changes
+
+- [#10472](https://github.com/growilabs/growi/pull/10472) [`22fae03`](https://github.com/growilabs/growi/commit/22fae03ce3bc7a530b0d7219c300f9c13f1d65c6) Thanks [@yuki-takei](https://github.com/yuki-takei)! - Add global EventTarget instance provider
+
 ## 1.6.0
 
 ### Minor Changes

+ 1 - 1
packages/core/package.json

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

+ 11 - 0
packages/pluginkit/CHANGELOG.md

@@ -1,5 +1,16 @@
 # @growi/pluginkit
 
+## 1.2.0
+
+### Minor Changes
+
+- [`2948cf7`](https://github.com/growilabs/growi/commit/2948cf75ea36c6189deae9a41bdac5e56c8b66b4) Thanks [@yuki-takei](https://github.com/yuki-takei)! - Update dependency to use workspace version
+
+### Patch Changes
+
+- Updated dependencies [[`22fae03`](https://github.com/growilabs/growi/commit/22fae03ce3bc7a530b0d7219c300f9c13f1d65c6), [`3de6953`](https://github.com/growilabs/growi/commit/3de6953c5cf049d8bb070f8cc8c59a85b160a6df), [`3de6953`](https://github.com/growilabs/growi/commit/3de6953c5cf049d8bb070f8cc8c59a85b160a6df)]:
+  - @growi/core@2.0.0
+
 ## 1.1.1
 
 ### Patch Changes

+ 1 - 1
packages/pluginkit/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/pluginkit",
-  "version": "1.1.1",
+  "version": "1.2.0",
   "description": "Plugin kit for GROWI",
   "license": "MIT",
   "main": "dist/index.cjs",

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


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