Skip to content

Commit 8ec352f

Browse files
release: version packages
1 parent 63de459 commit 8ec352f

File tree

14 files changed

+43
-15
lines changed

14 files changed

+43
-15
lines changed

.changeset/curly-planes-doubt.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.32.1
4+
35
## 1.32.0
46

57
## 1.31.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.32.0",
3+
"version": "1.32.1",
44
"description": "Logto API types and clients.",
55
"author": "Silverhand Inc. <[email protected]>",
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.32.1
4+
5+
### Patch Changes
6+
7+
- @logto/schemas@1.32.1
8+
39
## 1.32.0
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.32.0",
3+
"version": "1.32.1",
44
"description": "Logto CLI.",
55
"author": "Silverhand Inc. <[email protected]>",
66
"homepage": "https://github.com/logto-io/logto#readme",

packages/core/CHANGELOG.md

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

3+
## 1.32.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3ed4d0a91e]
8+
- @logto/experience@1.16.1
9+
- @logto/cli@1.32.1
10+
- @logto/schemas@1.32.1
11+
- @logto/console@1.29.0
12+
- @logto/demo-app@1.5.0
13+
314
## 1.32.0
415

516
### Minor 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.32.0",
3+
"version": "1.32.1",
44
"description": "The open source identity solution.",
55
"main": "build/index.js",
66
"author": "Silverhand Inc. <[email protected]>",

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.32.1
4+
5+
### Patch Changes
6+
7+
- @logto/cli@1.32.1
8+
39
## 1.32.0
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.32.0",
3+
"version": "1.32.1",
44
"author": "Silverhand Inc. <[email protected]>",
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.32.0"
18+
"@logto/cli": "workspace:^1.32.1"
1919
}
2020
}

packages/experience/CHANGELOG.md

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

3+
## 1.16.1
4+
5+
### Patch Changes
6+
7+
- 3ed4d0a91e: fix an issue that prevents Logto Experience from working in Android 11 and some older browser versions
8+
9+
The issue is introduced in version 1.32.0 by the usage of the `||=` operator, which is not supported in some older browsers (#7857).
10+
311
## 1.16.0
412

513
### Minor Changes

0 commit comments

Comments
 (0)