Skip to content

Commit

Permalink
release: version packages (#3794)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhand-bot authored May 16, 2023
1 parent ff85eff commit 404fe9a
Show file tree
Hide file tree
Showing 20 changed files with 72 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-rivers-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-sloths-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-bears-reply.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/nice-monkeys-hope.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/smooth-icons-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-jobs-push.md

This file was deleted.

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

## 1.3.0

### Patch Changes

- Updated dependencies [beb6ebad5]
- @logto/schemas@1.3.0

## 1.2.3

### 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.2.3",
"version": "1.3.0",
"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.2.3",
"@logto/schemas": "workspace:1.3.0",
"@logto/shared": "workspace:^2.0.0",
"@silverhand/essentials": "^2.5.0",
"chalk": "^5.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/connectors/connector-saml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @logto/connector-saml

## 1.0.1

### Patch Changes

- a65bc9b13: Should use placeholder instead of default value.
2 changes: 1 addition & 1 deletion packages/connectors/connector-saml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/connector-saml",
"version": "1.0.0",
"version": "1.0.1",
"description": "SAML standard connector implementation.",
"author": "Silverhand Inc. <[email protected]>",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.2.4

### Patch Changes

- a65bc9b13: Should ignore empty number input box when parsing connector config form.

## 1.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/console",
"version": "1.2.3",
"version": "1.2.4",
"description": "> TODO: description",
"author": "Silverhand Inc. <[email protected]>",
"homepage": "https://github.com/logto-io/logto#readme",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@logto/phrases": "workspace:^1.2.0",
"@logto/phrases-ui": "workspace:^1.2.0",
"@logto/react": "^2.0.0",
"@logto/schemas": "workspace:^1.2.3",
"@logto/schemas": "workspace:^1.3.0",
"@logto/shared": "workspace:^2.0.0",
"@mdx-js/react": "^1.6.22",
"@parcel/compressor-brotli": "2.8.3",
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## 1.3.0

### Minor Changes

- 0023dfe38: Provide management APIs to help link social identities to user

- POST `/users/:userId/identities` to link a social identity to a user
- POST `/connectors/:connectorId/authorization-uri` to get the authorization URI for a connector

### Patch Changes

- 1642df7e1: add response schemas to swagger.json API
- Updated dependencies [a65bc9b13]
- Updated dependencies [beb6ebad5]
- @logto/console@1.2.4
- @logto/schemas@1.3.0
- @logto/cli@1.3.0

## 1.2.3

### Patch 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.2.3",
"version": "1.3.0",
"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.2.3",
"@logto/cli": "workspace:^1.3.0",
"@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.2.3",
"@logto/schemas": "workspace:^1.3.0",
"@logto/shared": "workspace:^2.0.0",
"@logto/ui": "workspace:*",
"@silverhand/essentials": "^2.5.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 1.3.0

### Minor Changes

- 61aaf7d98: support CLI arguments

### Patch Changes

- @logto/cli@1.3.0

## 1.2.3

### Patch 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.2.3",
"version": "1.3.0",
"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.2.3"
"@logto/cli": "workspace:^1.3.0"
}
}
8 changes: 8 additions & 0 deletions packages/schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.3.0

### Patch Changes

- beb6ebad5: ## Add min length 1 type guard for all string typed db schema fields

Update the `@logto/schemas` zod guard generation method to include a min length of 1 for all the required string typed db fields.

## 1.2.3

## 1.2.2
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.2.3",
"version": "1.3.0",
"author": "Silverhand Inc. <[email protected]>",
"license": "MPL-2.0",
"type": "module",
Expand Down
10 changes: 5 additions & 5 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 404fe9a

Please sign in to comment.