Skip to content

Commit 543b001

Browse files
release: version packages
1 parent f181fdf commit 543b001

16 files changed

Lines changed: 41 additions & 14 deletions

.changeset/idempotent-application-roles.md

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

packages/api/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @logto/api
22

3+
## 1.41.0
4+
35
## 1.40.1
46

57
## 1.40.0

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/api",
3-
"version": "1.40.1",
3+
"version": "1.41.0",
44
"description": "Logto API types and clients.",
55
"author": "Silverhand Inc. <contact@silverhand.io>",
66
"homepage": "https://github.com/logto-io/logto#readme",

packages/cli/CHANGELOG.md

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

3+
## 1.41.0
4+
5+
### Patch Changes
6+
7+
- @logto/schemas@1.41.0
8+
39
## 1.40.1
410

511
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/cli",
3-
"version": "1.40.1",
3+
"version": "1.41.0",
44
"description": "Logto CLI.",
55
"author": "Silverhand Inc. <contact@silverhand.io>",
66
"homepage": "https://github.com/logto-io/logto#readme",

packages/core/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
## 1.41.0
4+
5+
### Minor Changes
6+
7+
- a923dcbdc8: Make `POST /api/applications/:applicationId/roles` idempotent: role IDs already attached to the application are silently ignored instead of causing the request to fail with `422 application.role_exists`. The response is now `201` with body `{ roleIds, addedRoleIds }`, matching the response shape of `POST /api/users/:userId/roles`.
8+
9+
Closes #8900.
10+
11+
### Patch Changes
12+
13+
- @logto/cli@1.41.0
14+
- @logto/schemas@1.41.0
15+
- @logto/account@0.4.1
16+
- @logto/console@1.37.0
17+
- @logto/demo-app@1.5.0
18+
- @logto/device-demo-app@0.1.0
19+
- @logto/experience@1.19.2
20+
321
## 1.40.1
422

523
### 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": "@logto/core",
3-
"version": "1.40.1",
3+
"version": "1.41.0",
44
"description": "The open source identity solution.",
55
"main": "build/index.js",
66
"author": "Silverhand Inc. <contact@silverhand.io>",

packages/create/CHANGELOG.md

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

3+
## 1.41.0
4+
5+
### Patch Changes
6+
7+
- @logto/cli@1.41.0
8+
39
## 1.40.1
410

511
### Patch Changes

packages/create/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/create",
3-
"version": "1.40.1",
3+
"version": "1.41.0",
44
"author": "Silverhand Inc. <contact@silverhand.io>",
55
"license": "MPL-2.0",
66
"type": "module",
@@ -15,6 +15,6 @@
1515
"node": "^22.14.0"
1616
},
1717
"dependencies": {
18-
"@logto/cli": "workspace:^1.40.1"
18+
"@logto/cli": "workspace:^1.41.0"
1919
}
2020
}

packages/schemas/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
## 1.41.0
4+
35
## 1.40.1
46

57
### Patch Changes

0 commit comments

Comments
 (0)