Răsfoiți Sursa

Version Packages

github-actions[bot] 1 an în urmă
părinte
comite
1b3489239d

+ 0 - 5
.changeset/blue-tips-joke.md

@@ -1,5 +0,0 @@
----
-"@growi/pluginkit": patch
----
-
-support: Add test for pluginkit

+ 0 - 7
.changeset/modern-crabs-wave.md

@@ -1,7 +0,0 @@
----
-'@growi/core': major
-'@growi/core-styles': major
-'@growi/pluginkit': major
----
-
-The first major version release

+ 0 - 6
.changeset/nine-keys-hide.md

@@ -1,6 +0,0 @@
----
-'@growi/pluginkit': minor
-'@growi/core': minor
----
-
-Add vaidator for GROWI theme plugins

+ 7 - 0
packages/core-styles/CHANGELOG.md

@@ -0,0 +1,7 @@
+# @growi/core-styles
+
+## 1.0.0
+
+### Major Changes
+
+- [#8844](https://github.com/weseek/growi/pull/8844) [`37d88a8`](https://github.com/weseek/growi/commit/37d88a858c3e54d741790760fbfad4fd7a229949) Thanks [@github-actions](https://github.com/apps/github-actions)! - The first major version release

+ 1 - 1
packages/core-styles/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/core-styles",
-  "version": "0.9.0",
+  "version": "1.0.0",
   "description": "GROWI Core Style Files",
   "license": "MIT",
   "keywords": [

+ 11 - 0
packages/core/CHANGELOG.md

@@ -0,0 +1,11 @@
+# @growi/core
+
+## 1.0.0
+
+### Major Changes
+
+- [#8844](https://github.com/weseek/growi/pull/8844) [`37d88a8`](https://github.com/weseek/growi/commit/37d88a858c3e54d741790760fbfad4fd7a229949) Thanks [@github-actions](https://github.com/apps/github-actions)! - The first major version release
+
+### Minor Changes
+
+- [#8856](https://github.com/weseek/growi/pull/8856) [`47ce932`](https://github.com/weseek/growi/commit/47ce932a066b8bdd16f600f2526d6f0d10b7b763) Thanks [@yuki-takei](https://github.com/yuki-takei)! - Add vaidator for GROWI theme plugins

+ 1 - 1
packages/core/package.json

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

+ 18 - 0
packages/pluginkit/CHANGELOG.md

@@ -0,0 +1,18 @@
+# @growi/pluginkit
+
+## 1.0.0
+
+### Major Changes
+
+- [#8844](https://github.com/weseek/growi/pull/8844) [`37d88a8`](https://github.com/weseek/growi/commit/37d88a858c3e54d741790760fbfad4fd7a229949) Thanks [@github-actions](https://github.com/apps/github-actions)! - The first major version release
+
+### Minor Changes
+
+- [#8856](https://github.com/weseek/growi/pull/8856) [`47ce932`](https://github.com/weseek/growi/commit/47ce932a066b8bdd16f600f2526d6f0d10b7b763) Thanks [@yuki-takei](https://github.com/yuki-takei)! - Add vaidator for GROWI theme plugins
+
+### Patch Changes
+
+- [#8854](https://github.com/weseek/growi/pull/8854) [`eb29dc2`](https://github.com/weseek/growi/commit/eb29dc2cf2895739778a315cb5883e95d736f823) Thanks [@yuki-takei](https://github.com/yuki-takei)! - support: Add test for pluginkit
+
+- Updated dependencies [[`37d88a8`](https://github.com/weseek/growi/commit/37d88a858c3e54d741790760fbfad4fd7a229949), [`47ce932`](https://github.com/weseek/growi/commit/47ce932a066b8bdd16f600f2526d6f0d10b7b763)]:
+  - @growi/core@1.0.0

+ 3 - 4
packages/pluginkit/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/pluginkit",
-  "version": "0.9.0",
+  "version": "1.0.0",
   "description": "Plugin kit for GROWI",
   "license": "MIT",
   "main": "dist/index.cjs",
@@ -21,9 +21,8 @@
     "test": "vitest run --coverage"
   },
   "dependencies": {
-    "@growi/core": "^0.9.0",
+    "@growi/core": "^1.0.0",
     "extensible-custom-error": "^0.0.7"
   },
-  "devDependencies": {
-  }
+  "devDependencies": {}
 }