Skip to content

Commit

Permalink
Merge pull request #8853 from weseek/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
yuki-takei authored May 30, 2024
2 parents 70dac2d + 1b34892 commit 95f5fd4
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-tips-joke.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/modern-crabs-wave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nine-keys-hide.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/core-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/core-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@growi/core-styles",
"version": "0.9.0",
"version": "1.0.0",
"description": "GROWI Core Style Files",
"license": "MIT",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@growi/core",
"version": "0.9.0",
"version": "1.0.0",
"description": "GROWI Core Libraries",
"license": "MIT",
"keywords": [
Expand Down
18 changes: 18 additions & 0 deletions packages/pluginkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
7 changes: 3 additions & 4 deletions packages/pluginkit/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {}
}

0 comments on commit 95f5fd4

Please sign in to comment.