Skip to content

Commit

Permalink
release: v1.0.0-beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhand-bot committed Oct 19, 2022
1 parent 7fc0f43 commit c0fb598
Show file tree
Hide file tree
Showing 25 changed files with 157 additions and 52 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0-beta.12](https://github.com/logto-io/logto/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-10-19)


### Bug Fixes

* add tables to schemas files ([582f3d6](https://github.com/logto-io/logto/commit/582f3d615862c3d8b2c00d8e60a3617429d48e30))
* handle versioning when no `next-*.ts` found ([#2202](https://github.com/logto-io/logto/issues/2202)) ([61336df](https://github.com/logto-io/logto/commit/61336dfbc833c96ddce88be5082b82a30527ee73))
* make packages public ([e24fd04](https://github.com/logto-io/logto/commit/e24fd0479bc20c92bd38b5e214abe441404ce496))



## [1.0.0-beta.11](https://github.com/logto-io/logto/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-10-19)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta.11",
"version": "1.0.0-beta.12",
"npmClient": "pnpm",
"useWorkspaces": true,
"changelogPreset": "conventionalcommits"
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0-beta.12](https://github.com/logto-io/logto/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-10-19)

**Note:** Version bump only for package @logto/cli





## [1.0.0-beta.11](https://github.com/logto-io/logto/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-10-19)


Expand Down
6 changes: 3 additions & 3 deletions 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-beta.11",
"version": "1.0.0-beta.12",
"description": "Logto CLI.",
"author": "Silverhand Inc. <[email protected]>",
"homepage": "https://github.com/logto-io/logto#readme",
Expand Down Expand Up @@ -40,8 +40,8 @@
"url": "https://github.com/logto-io/logto/issues"
},
"dependencies": {
"@logto/schemas": "^1.0.0-beta.11",
"@logto/shared": "^1.0.0-beta.11",
"@logto/schemas": "^1.0.0-beta.12",
"@logto/shared": "^1.0.0-beta.12",
"@silverhand/essentials": "^1.3.0",
"chalk": "^4.1.2",
"decamelize": "^5.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0-beta.12](https://github.com/logto-io/logto/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-10-19)

**Note:** Version bump only for package @logto/console





## [1.0.0-beta.11](https://github.com/logto-io/logto/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-10-19)


Expand Down
8 changes: 4 additions & 4 deletions 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-beta.11",
"version": "1.0.0-beta.12",
"description": "> TODO: description",
"author": "Silverhand Inc. <[email protected]>",
"homepage": "https://github.com/logto-io/logto#readme",
Expand All @@ -20,10 +20,10 @@
"@fontsource/roboto-mono": "^4.5.7",
"@logto/core-kit": "1.0.0-beta.18",
"@logto/language-kit": "1.0.0-beta.19",
"@logto/phrases": "^1.0.0-beta.11",
"@logto/phrases-ui": "^1.0.0-beta.11",
"@logto/phrases": "^1.0.0-beta.12",
"@logto/phrases-ui": "^1.0.0-beta.12",
"@logto/react": "1.0.0-beta.8",
"@logto/schemas": "^1.0.0-beta.11",
"@logto/schemas": "^1.0.0-beta.12",
"@mdx-js/react": "^1.6.22",
"@parcel/core": "2.7.0",
"@parcel/transformer-mdx": "2.7.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0-beta.12](https://github.com/logto-io/logto/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-10-19)

**Note:** Version bump only for package @logto/core





## [1.0.0-beta.11](https://github.com/logto-io/logto/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-10-19)


Expand Down
12 changes: 6 additions & 6 deletions 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-beta.11",
"version": "1.0.0-beta.12",
"description": "The open source identity solution.",
"main": "build/index.js",
"author": "Silverhand Inc. <[email protected]>",
Expand All @@ -19,14 +19,14 @@
"test:report": "codecov -F core"
},
"dependencies": {
"@logto/cli": "^1.0.0-beta.11",
"@logto/cli": "^1.0.0-beta.12",
"@logto/connector-kit": "^1.0.0-beta.18",
"@logto/core-kit": "^1.0.0-beta.18",
"@logto/language-kit": "1.0.0-beta.19",
"@logto/phrases": "^1.0.0-beta.11",
"@logto/phrases-ui": "^1.0.0-beta.11",
"@logto/schemas": "^1.0.0-beta.11",
"@logto/shared": "^1.0.0-beta.11",
"@logto/phrases": "^1.0.0-beta.12",
"@logto/phrases-ui": "^1.0.0-beta.12",
"@logto/schemas": "^1.0.0-beta.12",
"@logto/shared": "^1.0.0-beta.12",
"@silverhand/essentials": "^1.3.0",
"chalk": "^4",
"clean-deep": "^3.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0-beta.12](https://github.com/logto-io/logto/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-10-19)

**Note:** Version bump only for package @logto/create





## [1.0.0-beta.11](https://github.com/logto-io/logto/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-10-19)


Expand Down
4 changes: 2 additions & 2 deletions 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-beta.11",
"version": "1.0.0-beta.12",
"author": "Silverhand Inc. <[email protected]>",
"license": "MPL-2.0",
"publishConfig": {
Expand All @@ -14,6 +14,6 @@
"node": "^16.0.0"
},
"dependencies": {
"@logto/cli": "^1.0.0-beta.11"
"@logto/cli": "^1.0.0-beta.12"
}
}
8 changes: 8 additions & 0 deletions packages/demo-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0-beta.12](https://github.com/logto-io/logto/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-10-19)

**Note:** Version bump only for package @logto/demo-app





## [1.0.0-beta.11](https://github.com/logto-io/logto/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-10-19)

**Note:** Version bump only for package @logto/demo-app
Expand Down
6 changes: 3 additions & 3 deletions packages/demo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/demo-app",
"version": "1.0.0-beta.11",
"version": "1.0.0-beta.12",
"description": "Logto demo app.",
"author": "Silverhand Inc. <[email protected]>",
"license": "MPL-2.0",
Expand All @@ -19,9 +19,9 @@
"devDependencies": {
"@logto/core-kit": "1.0.0-beta.18",
"@logto/language-kit": "1.0.0-beta.19",
"@logto/phrases": "^1.0.0-beta.11",
"@logto/phrases": "^1.0.0-beta.12",
"@logto/react": "1.0.0-beta.8",
"@logto/schemas": "^1.0.0-beta.11",
"@logto/schemas": "^1.0.0-beta.12",
"@parcel/core": "2.7.0",
"@parcel/transformer-sass": "2.7.0",
"@silverhand/eslint-config": "1.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0-beta.12](https://github.com/logto-io/logto/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-10-19)

**Note:** Version bump only for package @logto/integration-tests





## [1.0.0-beta.11](https://github.com/logto-io/logto/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-10-19)

**Note:** Version bump only for package @logto/integration-tests
Expand Down
4 changes: 2 additions & 2 deletions 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-beta.11",
"version": "1.0.0-beta.12",
"description": "Integration tests for Logto.",
"author": "Silverhand Inc. <[email protected]>",
"license": "MPL-2.0",
Expand All @@ -16,7 +16,7 @@
"devDependencies": {
"@jest/types": "^29.1.2",
"@logto/node": "1.0.0-beta.8",
"@logto/schemas": "^1.0.0-beta.11",
"@logto/schemas": "^1.0.0-beta.12",
"@peculiar/webcrypto": "^1.3.3",
"@silverhand/eslint-config": "1.2.0",
"@silverhand/essentials": "^1.3.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/phrases-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0-beta.12](https://github.com/logto-io/logto/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-10-19)


### Bug Fixes

* make packages public ([e24fd04](https://github.com/logto-io/logto/commit/e24fd0479bc20c92bd38b5e214abe441404ce496))



## [1.0.0-beta.11](https://github.com/logto-io/logto/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-10-19)


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-beta.11",
"version": "1.0.0-beta.12",
"description": "Logto shared phrases (i18n) for main flow.",
"author": "Silverhand Inc. <[email protected]>",
"homepage": "https://github.com/logto-io/logto#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/phrases/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0-beta.12](https://github.com/logto-io/logto/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-10-19)


### Bug Fixes

* make packages public ([e24fd04](https://github.com/logto-io/logto/commit/e24fd0479bc20c92bd38b5e214abe441404ce496))



## [1.0.0-beta.11](https://github.com/logto-io/logto/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-10-19)


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-beta.11",
"version": "1.0.0-beta.12",
"description": "Logto shared phrases (i18n).",
"author": "Silverhand Inc. <[email protected]>",
"homepage": "https://github.com/logto-io/logto#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0-beta.12](https://github.com/logto-io/logto/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-10-19)


### Bug Fixes

* add tables to schemas files ([582f3d6](https://github.com/logto-io/logto/commit/582f3d615862c3d8b2c00d8e60a3617429d48e30))
* handle versioning when no `next-*.ts` found ([#2202](https://github.com/logto-io/logto/issues/2202)) ([61336df](https://github.com/logto-io/logto/commit/61336dfbc833c96ddce88be5082b82a30527ee73))
* make packages public ([e24fd04](https://github.com/logto-io/logto/commit/e24fd0479bc20c92bd38b5e214abe441404ce496))



## [1.0.0-beta.11](https://github.com/logto-io/logto/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-10-19)


Expand Down
6 changes: 3 additions & 3 deletions packages/schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/schemas",
"version": "1.0.0-beta.11",
"version": "1.0.0-beta.12",
"main": "lib/index.js",
"author": "Silverhand Inc. <[email protected]>",
"license": "MPL-2.0",
Expand Down Expand Up @@ -70,8 +70,8 @@
"@logto/connector-kit": "1.0.0-beta.18",
"@logto/core-kit": "1.0.0-beta.18",
"@logto/language-kit": "1.0.0-beta.19",
"@logto/phrases": "^1.0.0-beta.11",
"@logto/phrases-ui": "^1.0.0-beta.11",
"@logto/phrases": "^1.0.0-beta.12",
"@logto/phrases-ui": "^1.0.0-beta.12",
"zod": "^3.18.0"
}
}
9 changes: 9 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0-beta.12](https://github.com/logto-io/logto/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-10-19)


### Bug Fixes

* make packages public ([e24fd04](https://github.com/logto-io/logto/commit/e24fd0479bc20c92bd38b5e214abe441404ce496))



## [1.0.0-beta.11](https://github.com/logto-io/logto/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-10-19)

**Note:** Version bump only for package @logto/shared
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/shared",
"version": "1.0.0-beta.11",
"version": "1.0.0-beta.12",
"main": "lib/index.js",
"author": "Silverhand Inc. <[email protected]>",
"license": "MPL-2.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"prettier": "@silverhand/eslint-config/.prettierrc",
"dependencies": {
"@logto/schemas": "^1.0.0-beta.11",
"@logto/schemas": "^1.0.0-beta.12",
"@silverhand/essentials": "^1.3.0",
"dayjs": "^1.10.5",
"find-up": "^5.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0-beta.12](https://github.com/logto-io/logto/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-10-19)

**Note:** Version bump only for package @logto/ui





## [1.0.0-beta.11](https://github.com/logto-io/logto/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-10-19)


Expand Down
8 changes: 4 additions & 4 deletions 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-beta.11",
"version": "1.0.0-beta.12",
"license": "MPL-2.0",
"private": true,
"scripts": {
Expand All @@ -19,9 +19,9 @@
"@logto/core-kit": "1.0.0-beta.18"
},
"devDependencies": {
"@logto/phrases": "^1.0.0-beta.11",
"@logto/phrases-ui": "^1.0.0-beta.11",
"@logto/schemas": "^1.0.0-beta.11",
"@logto/phrases": "^1.0.0-beta.12",
"@logto/phrases-ui": "^1.0.0-beta.12",
"@logto/schemas": "^1.0.0-beta.12",
"@parcel/core": "2.7.0",
"@parcel/transformer-sass": "2.7.0",
"@parcel/transformer-svg-react": "2.7.0",
Expand Down
Loading

0 comments on commit c0fb598

Please sign in to comment.