0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

release: version core packages (#3644)

This commit is contained in:
silverhand-bot 2023-03-30 19:44:40 +08:00 committed by GitHub
parent 484f08523b
commit ad13427c37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 114 additions and 50 deletions

View file

@ -1,5 +0,0 @@
---
"@logto/phrases": minor
---
add ru translation

View file

@ -1,6 +0,0 @@
---
"@logto/phrases": minor
"@logto/phrases-ui": minor
---
add ja language

View file

@ -1,6 +0,0 @@
---
"@logto/phrases": minor
"@logto/phrases-ui": minor
---
add es transaltion

View file

@ -1,6 +0,0 @@
---
"@logto/phrases": minor
"@logto/phrases-ui": minor
---
add zh-HK and zh-TW translation

View file

@ -1,6 +0,0 @@
---
"@logto/phrases": patch
"@logto/phrases-ui": patch
---
update fr translation

View file

@ -1,5 +0,0 @@
---
"@logto/console": patch
---
Fix connector config form's validation for "switch" field.

View file

@ -1,5 +0,0 @@
---
"@logto/cli": minor
---
add `translate create` and `translate list-tags` commands

View file

@ -1,5 +1,23 @@
# Change Log
## 1.1.0
### Minor Changes
- e2ec1f93e: add `translate create` and `translate list-tags` commands
### Patch Changes
- Updated dependencies [f9ca7cc49]
- Updated dependencies [37714d153]
- Updated dependencies [f3d60a516]
- Updated dependencies [5c50957a9]
- Updated dependencies [e9e8a6e11]
- @logto/phrases@1.1.0
- @logto/phrases-ui@1.1.0
- @logto/schemas@1.1.0
- @logto/shared@1.0.3
## 1.0.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/cli",
"version": "1.0.3",
"version": "1.1.0",
"description": "Logto CLI.",
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/logto#readme",

View file

@ -1,5 +1,14 @@
# @logto/cloud
## 0.2.4
### Patch Changes
- Updated dependencies [e2ec1f93e]
- @logto/cli@1.1.0
- @logto/schemas@1.1.0
- @logto/shared@1.0.3
## 0.2.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/cloud",
"version": "0.2.3",
"version": "0.2.4",
"description": "Logto Cloud service.",
"main": "build/index.js",
"author": "Silverhand Inc. <contact@silverhand.io>",

View file

@ -1,5 +1,11 @@
# Change Log
## 1.1.0
### Patch Changes
- 484f08523: Fix connector config form's validation for "switch" field.
## 1.0.3
## 1.0.2

View file

@ -1,6 +1,6 @@
{
"name": "@logto/console",
"version": "1.0.3",
"version": "1.1.0",
"description": "> TODO: description",
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/logto#readme",

View file

@ -1,5 +1,21 @@
# Change Log
## 1.1.0
### Patch Changes
- Updated dependencies [f9ca7cc49]
- Updated dependencies [37714d153]
- Updated dependencies [f3d60a516]
- Updated dependencies [5c50957a9]
- Updated dependencies [e9e8a6e11]
- Updated dependencies [e2ec1f93e]
- @logto/phrases@1.1.0
- @logto/phrases-ui@1.1.0
- @logto/cli@1.1.0
- @logto/schemas@1.1.0
- @logto/shared@1.0.3
## 1.0.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/core",
"version": "1.0.3",
"version": "1.1.0",
"description": "The open source identity solution.",
"main": "build/index.js",
"author": "Silverhand Inc. <contact@silverhand.io>",

View file

@ -1,5 +1,12 @@
# Change Log
## 1.1.0
### Patch Changes
- Updated dependencies [e2ec1f93e]
- @logto/cli@1.1.0
## 1.0.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/create",
"version": "1.0.3",
"version": "1.1.0",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",
"type": "module",

View file

@ -1,5 +1,7 @@
# Change Log
## 1.1.0
## 1.0.3
## 1.0.2

View file

@ -1,6 +1,6 @@
{
"name": "@logto/integration-tests",
"version": "1.0.3",
"version": "1.1.0",
"description": "Integration tests for Logto.",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",

View file

@ -1,5 +1,17 @@
# Change Log
## 1.1.0
### Minor Changes
- 37714d153: add ja language
- f3d60a516: add es transaltion
- 5c50957a9: add zh-HK and zh-TW translation
### Patch Changes
- e9e8a6e11: update fr translation
## 1.0.0
### Major Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/phrases-ui",
"version": "1.0.0",
"version": "1.1.0",
"description": "Logto shared phrases (i18n) for main flow.",
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/logto#readme",

View file

@ -1,5 +1,18 @@
# Change Log
## 1.1.0
### Minor Changes
- f9ca7cc49: add ru translation
- 37714d153: add ja language
- f3d60a516: add es transaltion
- 5c50957a9: add zh-HK and zh-TW translation
### Patch Changes
- e9e8a6e11: update fr translation
## 1.0.0
### Major Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/phrases",
"version": "1.0.0",
"version": "1.1.0",
"description": "Logto shared phrases (i18n).",
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/logto#readme",

View file

@ -1,5 +1,17 @@
# Change Log
## 1.1.0
### Patch Changes
- Updated dependencies [f9ca7cc49]
- Updated dependencies [37714d153]
- Updated dependencies [f3d60a516]
- Updated dependencies [5c50957a9]
- Updated dependencies [e9e8a6e11]
- @logto/phrases@1.1.0
- @logto/phrases-ui@1.1.0
## 1.0.7
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/schemas",
"version": "1.0.7",
"version": "1.1.0",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",
"type": "module",

View file

@ -1,5 +1,11 @@
# Change Log
## 1.0.3
### Patch Changes
- @logto/schemas@1.1.0
## 1.0.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/shared",
"version": "1.0.2",
"version": "1.0.3",
"main": "lib/index.js",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",

View file

@ -1,5 +1,7 @@
# Change Log
## 1.1.0
## 1.0.3
## 1.0.2

View file

@ -1,6 +1,6 @@
{
"name": "@logto/ui",
"version": "1.0.3",
"version": "1.1.0",
"license": "MPL-2.0",
"type": "module",
"private": true,