Skip to content

Commit

Permalink
release: version core packages (#3054)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhand-bot authored Feb 3, 2023
1 parent 51f527b commit b2f4b72
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 6 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"changesets": [
"breezy-socks-joke",
"clever-panthers-lay",
"curly-hornets-end",
"cyan-buses-trade",
"fifty-balloons-taste",
"good-feet-own",
Expand Down
2 changes: 2 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 1.0.0-rc.1

## 1.0.0-rc.0

### Major 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.0-rc.0",
"version": "1.0.0-rc.1",
"description": "Logto CLI.",
"author": "Silverhand Inc. <[email protected]>",
"homepage": "https://github.com/logto-io/logto#readme",
Expand Down
2 changes: 2 additions & 0 deletions packages/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 1.0.0-rc.1

## 1.0.0-rc.0

### Major Changes
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.0-rc.0",
"version": "1.0.0-rc.1",
"description": "> TODO: description",
"author": "Silverhand Inc. <[email protected]>",
"homepage": "https://github.com/logto-io/logto#readme",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 1.0.0-rc.1

### Patch Changes

- 51f527b0: bug fixes

- core: fix 500 error when enabling app admin access in console
- ui: handle required profile errors on social binding flow
- @logto/cli@1.0.0-rc.1

## 1.0.0-rc.0

### Major 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.0-rc.0",
"version": "1.0.0-rc.1",
"description": "The open source identity solution.",
"main": "build/index.js",
"author": "Silverhand Inc. <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.0.0-rc.1

### Patch Changes

- @logto/cli@1.0.0-rc.1

## 1.0.0-rc.0

### 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.0-rc.0",
"version": "1.0.0-rc.1",
"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.0.0-rc.1

## 1.0.0-rc.0

### Minor Changes
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.0-rc.0",
"version": "1.0.0-rc.1",
"description": "Integration tests for Logto.",
"author": "Silverhand Inc. <[email protected]>",
"license": "MPL-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.0.0-rc.1

### Patch Changes

- 51f527b0: bug fixes

- core: fix 500 error when enabling app admin access in console
- ui: handle required profile errors on social binding flow

## 1.0.0-rc.0

### Minor Changes
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.0-rc.0",
"version": "1.0.0-rc.1",
"license": "MPL-2.0",
"type": "module",
"private": true,
Expand Down

0 comments on commit b2f4b72

Please sign in to comment.