mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
release: version core packages (#3644)
This commit is contained in:
parent
484f08523b
commit
ad13427c37
29 changed files with 114 additions and 50 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@logto/phrases": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
add ru translation
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
"@logto/phrases": minor
|
|
||||||
"@logto/phrases-ui": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
add ja language
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
"@logto/phrases": minor
|
|
||||||
"@logto/phrases-ui": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
add es transaltion
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
"@logto/phrases": minor
|
|
||||||
"@logto/phrases-ui": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
add zh-HK and zh-TW translation
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
"@logto/phrases": patch
|
|
||||||
"@logto/phrases-ui": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
update fr translation
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@logto/console": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix connector config form's validation for "switch" field.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@logto/cli": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
add `translate create` and `translate list-tags` commands
|
|
|
@ -1,5 +1,23 @@
|
||||||
# Change Log
|
# 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
|
## 1.0.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@logto/cli",
|
"name": "@logto/cli",
|
||||||
"version": "1.0.3",
|
"version": "1.1.0",
|
||||||
"description": "Logto CLI.",
|
"description": "Logto CLI.",
|
||||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||||
"homepage": "https://github.com/logto-io/logto#readme",
|
"homepage": "https://github.com/logto-io/logto#readme",
|
||||||
|
|
|
@ -1,5 +1,14 @@
|
||||||
# @logto/cloud
|
# @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
|
## 0.2.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@logto/cloud",
|
"name": "@logto/cloud",
|
||||||
"version": "0.2.3",
|
"version": "0.2.4",
|
||||||
"description": "Logto Cloud service.",
|
"description": "Logto Cloud service.",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 1.1.0
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 484f08523: Fix connector config form's validation for "switch" field.
|
||||||
|
|
||||||
## 1.0.3
|
## 1.0.3
|
||||||
|
|
||||||
## 1.0.2
|
## 1.0.2
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@logto/console",
|
"name": "@logto/console",
|
||||||
"version": "1.0.3",
|
"version": "1.1.0",
|
||||||
"description": "> TODO: description",
|
"description": "> TODO: description",
|
||||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||||
"homepage": "https://github.com/logto-io/logto#readme",
|
"homepage": "https://github.com/logto-io/logto#readme",
|
||||||
|
|
|
@ -1,5 +1,21 @@
|
||||||
# Change Log
|
# 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
|
## 1.0.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@logto/core",
|
"name": "@logto/core",
|
||||||
"version": "1.0.3",
|
"version": "1.1.0",
|
||||||
"description": "The open source identity solution.",
|
"description": "The open source identity solution.",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||||
|
|
|
@ -1,5 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 1.1.0
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [e2ec1f93e]
|
||||||
|
- @logto/cli@1.1.0
|
||||||
|
|
||||||
## 1.0.3
|
## 1.0.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@logto/create",
|
"name": "@logto/create",
|
||||||
"version": "1.0.3",
|
"version": "1.1.0",
|
||||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 1.1.0
|
||||||
|
|
||||||
## 1.0.3
|
## 1.0.3
|
||||||
|
|
||||||
## 1.0.2
|
## 1.0.2
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@logto/integration-tests",
|
"name": "@logto/integration-tests",
|
||||||
"version": "1.0.3",
|
"version": "1.1.0",
|
||||||
"description": "Integration tests for Logto.",
|
"description": "Integration tests for Logto.",
|
||||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
|
|
|
@ -1,5 +1,17 @@
|
||||||
# Change Log
|
# 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
|
## 1.0.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@logto/phrases-ui",
|
"name": "@logto/phrases-ui",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"description": "Logto shared phrases (i18n) for main flow.",
|
"description": "Logto shared phrases (i18n) for main flow.",
|
||||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||||
"homepage": "https://github.com/logto-io/logto#readme",
|
"homepage": "https://github.com/logto-io/logto#readme",
|
||||||
|
|
|
@ -1,5 +1,18 @@
|
||||||
# Change Log
|
# 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
|
## 1.0.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@logto/phrases",
|
"name": "@logto/phrases",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"description": "Logto shared phrases (i18n).",
|
"description": "Logto shared phrases (i18n).",
|
||||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||||
"homepage": "https://github.com/logto-io/logto#readme",
|
"homepage": "https://github.com/logto-io/logto#readme",
|
||||||
|
|
|
@ -1,5 +1,17 @@
|
||||||
# Change Log
|
# 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
|
## 1.0.7
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@logto/schemas",
|
"name": "@logto/schemas",
|
||||||
"version": "1.0.7",
|
"version": "1.1.0",
|
||||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 1.0.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- @logto/schemas@1.1.0
|
||||||
|
|
||||||
## 1.0.2
|
## 1.0.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@logto/shared",
|
"name": "@logto/shared",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 1.1.0
|
||||||
|
|
||||||
## 1.0.3
|
## 1.0.3
|
||||||
|
|
||||||
## 1.0.2
|
## 1.0.2
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@logto/ui",
|
"name": "@logto/ui",
|
||||||
"version": "1.0.3",
|
"version": "1.1.0",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|
Loading…
Reference in a new issue