Skip to content

Commit

Permalink
release: version core packages (#3644)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhand-bot authored Mar 30, 2023
1 parent 484f085 commit ad13427
Show file tree
Hide file tree
Showing 29 changed files with 114 additions and 50 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-garlics-guess.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/few-maps-knock.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/honest-lies-judge.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/long-ties-explode.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-elephants-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-hounds-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-pumpkins-count.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/cli",
"version": "1.0.3",
"version": "1.1.0",
"description": "Logto CLI.",
"author": "Silverhand Inc. <[email protected]>",
"homepage": "https://github.com/logto-io/logto#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cloud/package.json
Original file line number Diff line number Diff line change
@@ -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. <[email protected]>",
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.1.0

### Patch Changes

- 484f08523: Fix connector config form's validation for "switch" field.

## 1.0.3

## 1.0.2
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/console",
"version": "1.0.3",
"version": "1.1.0",
"description": "> TODO: description",
"author": "Silverhand Inc. <[email protected]>",
"homepage": "https://github.com/logto-io/logto#readme",
Expand Down
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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. <[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.1.0

### Patch Changes

- Updated dependencies [e2ec1f93e]
- @logto/cli@1.1.0

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/create",
"version": "1.0.3",
"version": "1.1.0",
"author": "Silverhand Inc. <[email protected]>",
"license": "MPL-2.0",
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions packages/integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 1.1.0

## 1.0.3

## 1.0.2
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/integration-tests",
"version": "1.0.3",
"version": "1.1.0",
"description": "Integration tests for Logto.",
"author": "Silverhand Inc. <[email protected]>",
"license": "MPL-2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/phrases-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/phrases-ui/package.json
Original file line number Diff line number Diff line change
@@ -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. <[email protected]>",
"homepage": "https://github.com/logto-io/logto#readme",
Expand Down
13 changes: 13 additions & 0 deletions packages/phrases/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/phrases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/phrases",
"version": "1.0.0",
"version": "1.1.0",
"description": "Logto shared phrases (i18n).",
"author": "Silverhand Inc. <[email protected]>",
"homepage": "https://github.com/logto-io/logto#readme",
Expand Down
12 changes: 12 additions & 0 deletions packages/schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.0.7",
"version": "1.1.0",
"author": "Silverhand Inc. <[email protected]>",
"license": "MPL-2.0",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.0.3

### Patch Changes

- @logto/schemas@1.1.0

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/shared",
"version": "1.0.2",
"version": "1.0.3",
"main": "lib/index.js",
"author": "Silverhand Inc. <[email protected]>",
"license": "MPL-2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 1.1.0

## 1.0.3

## 1.0.2
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/ui",
"version": "1.0.3",
"version": "1.1.0",
"license": "MPL-2.0",
"type": "module",
"private": true,
Expand Down

0 comments on commit ad13427

Please sign in to comment.