Skip to content

Commit dc41d5d

Browse files
committed
release: version packages
1 parent 5a59cd3 commit dc41d5d

File tree

10 files changed

+34
-17
lines changed

10 files changed

+34
-17
lines changed

.changeset/purple-birds-retire.md

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

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.3.1
4+
5+
### Patch Changes
6+
7+
- @logto/schemas@1.3.1
8+
39
## 1.3.0
410

511
### Patch Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/cli",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Logto CLI.",
55
"author": "Silverhand Inc. <contact@silverhand.io>",
66
"homepage": "https://github.com/logto-io/logto#readme",
@@ -48,7 +48,7 @@
4848
"@logto/language-kit": "workspace:^1.0.0",
4949
"@logto/phrases": "workspace:^1.2.0",
5050
"@logto/phrases-ui": "workspace:^1.2.0",
51-
"@logto/schemas": "workspace:1.3.0",
51+
"@logto/schemas": "workspace:1.3.1",
5252
"@logto/shared": "workspace:^2.0.0",
5353
"@silverhand/essentials": "^2.5.0",
5454
"chalk": "^5.0.0",

packages/core/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.3.1
4+
5+
### Patch Changes
6+
7+
- 5a59cd38e: Disable pkce requirement for traditional web app
8+
- @logto/schemas@1.3.1
9+
- @logto/cli@1.3.1
10+
311
## 1.3.0
412

513
### Minor Changes

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/core",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "The open source identity solution.",
55
"main": "build/index.js",
66
"author": "Silverhand Inc. <contact@silverhand.io>",
@@ -29,15 +29,15 @@
2929
"@azure/storage-blob": "^12.13.0",
3030
"@koa/cors": "^4.0.0",
3131
"@logto/app-insights": "workspace:^1.2.0",
32-
"@logto/cli": "workspace:^1.3.0",
32+
"@logto/cli": "workspace:^1.3.1",
3333
"@logto/connector-kit": "workspace:^1.1.1",
3434
"@logto/console": "workspace:*",
3535
"@logto/core-kit": "workspace:^2.0.0",
3636
"@logto/demo-app": "workspace:*",
3737
"@logto/language-kit": "workspace:^1.0.0",
3838
"@logto/phrases": "workspace:^1.2.0",
3939
"@logto/phrases-ui": "workspace:^1.2.0",
40-
"@logto/schemas": "workspace:^1.3.0",
40+
"@logto/schemas": "workspace:^1.3.1",
4141
"@logto/shared": "workspace:^2.0.0",
4242
"@logto/ui": "workspace:*",
4343
"@silverhand/essentials": "^2.5.0",

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.3.1
4+
5+
### Patch Changes
6+
7+
- @logto/cli@1.3.1
8+
39
## 1.3.0
410

511
### Minor 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.3.0",
3+
"version": "1.3.1",
44
"author": "Silverhand Inc. <contact@silverhand.io>",
55
"license": "MPL-2.0",
66
"type": "module",
@@ -15,6 +15,6 @@
1515
"node": "^18.12.0"
1616
},
1717
"dependencies": {
18-
"@logto/cli": "workspace:^1.3.0"
18+
"@logto/cli": "workspace:^1.3.1"
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.3.1
4+
35
## 1.3.0
46

57
### Patch Changes

packages/schemas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/schemas",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"author": "Silverhand Inc. <contact@silverhand.io>",
55
"license": "MPL-2.0",
66
"type": "module",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)