Skip to content

Commit

Permalink
release: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed May 18, 2023
1 parent 5a59cd3 commit dc41d5d
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/purple-birds-retire.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.3.1

### Patch Changes

- @logto/schemas@1.3.1

## 1.3.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/cli",
"version": "1.3.0",
"version": "1.3.1",
"description": "Logto CLI.",
"author": "Silverhand Inc. <[email protected]>",
"homepage": "https://github.com/logto-io/logto#readme",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@logto/language-kit": "workspace:^1.0.0",
"@logto/phrases": "workspace:^1.2.0",
"@logto/phrases-ui": "workspace:^1.2.0",
"@logto/schemas": "workspace:1.3.0",
"@logto/schemas": "workspace:1.3.1",
"@logto/shared": "workspace:^2.0.0",
"@silverhand/essentials": "^2.5.0",
"chalk": "^5.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.3.1

### Patch Changes

- 5a59cd38e: Disable pkce requirement for traditional web app
- @logto/schemas@1.3.1
- @logto/cli@1.3.1

## 1.3.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/core",
"version": "1.3.0",
"version": "1.3.1",
"description": "The open source identity solution.",
"main": "build/index.js",
"author": "Silverhand Inc. <[email protected]>",
Expand Down Expand Up @@ -29,15 +29,15 @@
"@azure/storage-blob": "^12.13.0",
"@koa/cors": "^4.0.0",
"@logto/app-insights": "workspace:^1.2.0",
"@logto/cli": "workspace:^1.3.0",
"@logto/cli": "workspace:^1.3.1",
"@logto/connector-kit": "workspace:^1.1.1",
"@logto/console": "workspace:*",
"@logto/core-kit": "workspace:^2.0.0",
"@logto/demo-app": "workspace:*",
"@logto/language-kit": "workspace:^1.0.0",
"@logto/phrases": "workspace:^1.2.0",
"@logto/phrases-ui": "workspace:^1.2.0",
"@logto/schemas": "workspace:^1.3.0",
"@logto/schemas": "workspace:^1.3.1",
"@logto/shared": "workspace:^2.0.0",
"@logto/ui": "workspace:*",
"@silverhand/essentials": "^2.5.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.3.1

### Patch Changes

- @logto/cli@1.3.1

## 1.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/create",
"version": "1.3.0",
"version": "1.3.1",
"author": "Silverhand Inc. <[email protected]>",
"license": "MPL-2.0",
"type": "module",
Expand All @@ -15,6 +15,6 @@
"node": "^18.12.0"
},
"dependencies": {
"@logto/cli": "workspace:^1.3.0"
"@logto/cli": "workspace:^1.3.1"
}
}
2 changes: 2 additions & 0 deletions packages/schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 1.3.1

## 1.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/schemas",
"version": "1.3.0",
"version": "1.3.1",
"author": "Silverhand Inc. <[email protected]>",
"license": "MPL-2.0",
"type": "module",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc41d5d

Please sign in to comment.