0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

Merge pull request #3579 from logto-io/gao-fix-schemas-version

chore: force bump to fix npm publishment
This commit is contained in:
Gao Sun 2023-03-22 19:28:44 +08:00 committed by GitHub
commit c8fdaa0441
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 60 additions and 9 deletions

View file

@ -1,5 +1,13 @@
# Change Log
## 1.0.3
### Patch Changes
- Updated dependencies [5b4da1e3d]
- @logto/schemas@1.0.7
- @logto/shared@1.0.2
## 1.0.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/cli",
"version": "1.0.2",
"version": "1.0.3",
"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.3
### Patch Changes
- Updated dependencies [5b4da1e3d]
- @logto/schemas@1.0.7
- @logto/cli@1.0.3
- @logto/shared@1.0.2
## 0.2.2
### Patch Changes

View file

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

View file

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

View file

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

View file

@ -1,5 +1,14 @@
# Change Log
## 1.0.3
### Patch Changes
- Updated dependencies [5b4da1e3d]
- @logto/schemas@1.0.7
- @logto/cli@1.0.3
- @logto/shared@1.0.2
## 1.0.2
### Patch Changes

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,11 @@
# Change Log
## 1.0.7
### Patch Changes
- 5b4da1e3d: force bump to fix npm publishment
## 1.0.1
### Patch Changes

View file

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

View file

@ -1,5 +1,12 @@
# Change Log
## 1.0.2
### Patch Changes
- Updated dependencies [5b4da1e3d]
- @logto/schemas@1.0.7
## 1.0.1
### Patch Changes

View file

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

View file

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

View file

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