Skip to content

Commit 0045693

Browse files
authored
Merge pull request #11388 from growilabs/changeset-release/master
Release Subpackages
2 parents 50f3909 + e170b51 commit 0045693

6 files changed

Lines changed: 157 additions & 149 deletions

File tree

.changeset/quick-groups-user-group-scope.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @growi/core
22

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- [#11320](https://github.com/growilabs/growi/pull/11320) [`5e8f105`](https://github.com/growilabs/growi/commit/5e8f1054c01771275682dcdbcb2fc3488e1c0be3) Thanks [@Ryosei-Fukushima](https://github.com/Ryosei-Fukushima)! - Add `features:user` and `features:user_group` access-token scopes (read/write). These separate "reading other users'/groups' directory information" from the self-oriented `user_settings:info` scope, which previously over-granted such reads.
8+
39
## 2.3.2
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@growi/core",
3-
"version": "2.3.2",
3+
"version": "2.4.0",
44
"description": "GROWI Core Libraries",
55
"license": "MIT",
66
"repository": {

packages/pluginkit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @growi/pluginkit
22

3+
## 1.2.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5e8f105`](https://github.com/growilabs/growi/commit/5e8f1054c01771275682dcdbcb2fc3488e1c0be3)]:
8+
- @growi/core@2.4.0
9+
310
## 1.2.5
411

512
### Patch Changes

packages/pluginkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@growi/pluginkit",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "Plugin kit for GROWI",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)