Skip to content

Commit

Permalink
release: v1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhand-bot committed Aug 1, 2022
1 parent 051b2c4 commit 1e568e0
Show file tree
Hide file tree
Showing 57 changed files with 723 additions and 273 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
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.3](https://github.com/logto-io/logto/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-08-01)


### Features

* **connector:** azure active directory connector added ([#1662](https://github.com/logto-io/logto/issues/1662)) ([875a828](https://github.com/logto-io/logto/commit/875a82883161b79b11873bcfce2856e7b84502b4))
* **console:** add Next.js integration guide in admin console ([7d3f947](https://github.com/logto-io/logto/commit/7d3f94738f495de98464d23b6fdf18214d59005e))
* **console:** checked if sign in method is primary ([#1706](https://github.com/logto-io/logto/issues/1706)) ([405791f](https://github.com/logto-io/logto/commit/405791f9910ae9f11cf34d346b0b34fcba3a2aad))
* **phrases:** tr language ([#1707](https://github.com/logto-io/logto/issues/1707)) ([411a8c2](https://github.com/logto-io/logto/commit/411a8c2fa2bfb16c4fef5f0a55c3c1dc5ead1124))


### Bug Fixes

* **console:** app error illustration height should not be shrunk ([301cc6c](https://github.com/logto-io/logto/commit/301cc6c51031d4042337583866c7c4814b730809))
* **console:** should not display unsaved changes alert on connector config updated ([#1685](https://github.com/logto-io/logto/issues/1685)) ([61b65a7](https://github.com/logto-io/logto/commit/61b65a7288bcba0a139c917125b58ac3258ef3ad))
* **test:** run integration test serially ([#1676](https://github.com/logto-io/logto/issues/1676)) ([8394f7b](https://github.com/logto-io/logto/commit/8394f7bb2ed5736bb2cd7857edd558602d236c6f))


### Reverts

* Revert "feat(console): checked if sign in method is primary" (#1712) ([2229dce](https://github.com/logto-io/logto/commit/2229dce36ea79bb04cf29c39bdb70b22f1430510)), closes [#1712](https://github.com/logto-io/logto/issues/1712) [#1706](https://github.com/logto-io/logto/issues/1706)



## [1.0.0-beta.2](https://github.com/logto-io/logto/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-07-25)


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.2",
"version": "1.0.0-beta.3",
"npmClient": "pnpm",
"useWorkspaces": true,
"changelogPreset": "conventionalcommits"
Expand Down
9 changes: 9 additions & 0 deletions packages/connector-alipay-native/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.3](https://github.com/logto-io/logto/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-08-01)


### Features

* **phrases:** tr language ([#1707](https://github.com/logto-io/logto/issues/1707)) ([411a8c2](https://github.com/logto-io/logto/commit/411a8c2fa2bfb16c4fef5f0a55c3c1dc5ead1124))



## [1.0.0-beta.2](https://github.com/logto-io/logto/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-07-25)

**Note:** Version bump only for package @logto/connector-alipay-native
Expand Down
6 changes: 3 additions & 3 deletions packages/connector-alipay-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/connector-alipay-native",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Alipay Native implementation.",
"main": "./lib/index.js",
"exports": "./lib/index.js",
Expand All @@ -24,8 +24,8 @@
"prepack": "pnpm build"
},
"dependencies": {
"@logto/connector-types": "^1.0.0-beta.2",
"@logto/shared": "^1.0.0-beta.1",
"@logto/connector-types": "^1.0.0-beta.3",
"@logto/shared": "^1.0.0-beta.3",
"@silverhand/essentials": "^1.1.0",
"@silverhand/jest-config": "^0.17.0",
"dayjs": "^1.10.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/connector-alipay-web/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.3](https://github.com/logto-io/logto/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-08-01)


### Features

* **phrases:** tr language ([#1707](https://github.com/logto-io/logto/issues/1707)) ([411a8c2](https://github.com/logto-io/logto/commit/411a8c2fa2bfb16c4fef5f0a55c3c1dc5ead1124))



## [1.0.0-beta.2](https://github.com/logto-io/logto/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-07-25)

**Note:** Version bump only for package @logto/connector-alipay-web
Expand Down
6 changes: 3 additions & 3 deletions packages/connector-alipay-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/connector-alipay-web",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Alipay implementation.",
"main": "./lib/index.js",
"exports": "./lib/index.js",
Expand All @@ -24,8 +24,8 @@
"prepack": "pnpm build"
},
"dependencies": {
"@logto/connector-types": "^1.0.0-beta.2",
"@logto/shared": "^1.0.0-beta.1",
"@logto/connector-types": "^1.0.0-beta.3",
"@logto/shared": "^1.0.0-beta.3",
"@silverhand/essentials": "^1.1.0",
"@silverhand/jest-config": "^0.17.0",
"dayjs": "^1.10.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/connector-aliyun-dm/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.3](https://github.com/logto-io/logto/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-08-01)


### Features

* **phrases:** tr language ([#1707](https://github.com/logto-io/logto/issues/1707)) ([411a8c2](https://github.com/logto-io/logto/commit/411a8c2fa2bfb16c4fef5f0a55c3c1dc5ead1124))



## [1.0.0-beta.2](https://github.com/logto-io/logto/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-07-25)

**Note:** Version bump only for package @logto/connector-aliyun-dm
Expand Down
6 changes: 3 additions & 3 deletions packages/connector-aliyun-dm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/connector-aliyun-dm",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Aliyun DM connector implementation.",
"main": "./lib/index.js",
"exports": "./lib/index.js",
Expand All @@ -24,8 +24,8 @@
"prepack": "pnpm build"
},
"dependencies": {
"@logto/connector-types": "^1.0.0-beta.2",
"@logto/shared": "^1.0.0-beta.1",
"@logto/connector-types": "^1.0.0-beta.3",
"@logto/shared": "^1.0.0-beta.3",
"@silverhand/essentials": "^1.1.0",
"@silverhand/jest-config": "^0.17.0",
"got": "^11.8.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/connector-aliyun-sms/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.3](https://github.com/logto-io/logto/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-08-01)


### Features

* **phrases:** tr language ([#1707](https://github.com/logto-io/logto/issues/1707)) ([411a8c2](https://github.com/logto-io/logto/commit/411a8c2fa2bfb16c4fef5f0a55c3c1dc5ead1124))



## [1.0.0-beta.2](https://github.com/logto-io/logto/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-07-25)

**Note:** Version bump only for package @logto/connector-aliyun-sms
Expand Down
8 changes: 4 additions & 4 deletions packages/connector-aliyun-sms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/connector-aliyun-sms",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Aliyun SMS connector implementation.",
"main": "./lib/index.js",
"exports": "./lib/index.js",
Expand All @@ -24,9 +24,9 @@
"prepack": "pnpm build"
},
"dependencies": {
"@logto/connector-types": "^1.0.0-beta.2",
"@logto/schemas": "^1.0.0-beta.2",
"@logto/shared": "^1.0.0-beta.1",
"@logto/connector-types": "^1.0.0-beta.3",
"@logto/schemas": "^1.0.0-beta.3",
"@logto/shared": "^1.0.0-beta.3",
"@silverhand/essentials": "^1.1.0",
"@silverhand/jest-config": "^0.17.0",
"got": "^11.8.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/connector-apple/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.3](https://github.com/logto-io/logto/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-08-01)


### Features

* **phrases:** tr language ([#1707](https://github.com/logto-io/logto/issues/1707)) ([411a8c2](https://github.com/logto-io/logto/commit/411a8c2fa2bfb16c4fef5f0a55c3c1dc5ead1124))



## [1.0.0-beta.2](https://github.com/logto-io/logto/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-07-25)

**Note:** Version bump only for package @logto/connector-apple
Expand Down
8 changes: 4 additions & 4 deletions packages/connector-apple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/connector-apple",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Apple web connector implementation.",
"main": "./lib/index.js",
"exports": "./lib/index.js",
Expand All @@ -25,9 +25,9 @@
"prepack": "pnpm build"
},
"dependencies": {
"@logto/connector-types": "^1.0.0-beta.2",
"@logto/schemas": "^1.0.0-beta.2",
"@logto/shared": "^1.0.0-beta.1",
"@logto/connector-types": "^1.0.0-beta.3",
"@logto/schemas": "^1.0.0-beta.3",
"@logto/shared": "^1.0.0-beta.3",
"@silverhand/essentials": "^1.1.0",
"@silverhand/jest-config": "^0.17.0",
"got": "^11.8.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/connector-azuread/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

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.3](https://github.com/logto-io/logto/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-08-01)


### Features

* **connector:** azure active directory connector added ([#1662](https://github.com/logto-io/logto/issues/1662)) ([875a828](https://github.com/logto-io/logto/commit/875a82883161b79b11873bcfce2856e7b84502b4))
* **phrases:** tr language ([#1707](https://github.com/logto-io/logto/issues/1707)) ([411a8c2](https://github.com/logto-io/logto/commit/411a8c2fa2bfb16c4fef5f0a55c3c1dc5ead1124))
8 changes: 4 additions & 4 deletions packages/connector-azuread/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/connector-azuread",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Azure AD connector implementation.",
"main": "./lib/index.js",
"exports": "./lib/index.js",
Expand All @@ -25,9 +25,9 @@
},
"dependencies": {
"@azure/msal-node": "^1.12.0",
"@logto/connector-types": "^1.0.0-beta.2",
"@logto/schemas": "^1.0.0-beta.2",
"@logto/shared": "^1.0.0-beta.1",
"@logto/connector-types": "^1.0.0-beta.3",
"@logto/schemas": "^1.0.0-beta.3",
"@logto/shared": "^1.0.0-beta.3",
"@silverhand/essentials": "^1.1.0",
"@silverhand/jest-config": "^0.17.0",
"axios": "^0.27.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/connector-facebook/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.3](https://github.com/logto-io/logto/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-08-01)


### Features

* **phrases:** tr language ([#1707](https://github.com/logto-io/logto/issues/1707)) ([411a8c2](https://github.com/logto-io/logto/commit/411a8c2fa2bfb16c4fef5f0a55c3c1dc5ead1124))



## [1.0.0-beta.2](https://github.com/logto-io/logto/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-07-25)

**Note:** Version bump only for package @logto/connector-facebook
Expand Down
8 changes: 4 additions & 4 deletions packages/connector-facebook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/connector-facebook",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Facebook web connector implementation.",
"main": "./lib/index.js",
"exports": "./lib/index.js",
Expand All @@ -24,9 +24,9 @@
"prepack": "pnpm build"
},
"dependencies": {
"@logto/connector-types": "^1.0.0-beta.2",
"@logto/schemas": "^1.0.0-beta.2",
"@logto/shared": "^1.0.0-beta.1",
"@logto/connector-types": "^1.0.0-beta.3",
"@logto/schemas": "^1.0.0-beta.3",
"@logto/shared": "^1.0.0-beta.3",
"@silverhand/essentials": "^1.1.0",
"@silverhand/jest-config": "^0.17.0",
"got": "^11.8.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/connector-github/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.3](https://github.com/logto-io/logto/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-08-01)


### Features

* **phrases:** tr language ([#1707](https://github.com/logto-io/logto/issues/1707)) ([411a8c2](https://github.com/logto-io/logto/commit/411a8c2fa2bfb16c4fef5f0a55c3c1dc5ead1124))



## [1.0.0-beta.2](https://github.com/logto-io/logto/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-07-25)

**Note:** Version bump only for package @logto/connector-github
Expand Down
8 changes: 4 additions & 4 deletions packages/connector-github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/connector-github",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Github web connector implementation.",
"main": "./lib/index.js",
"exports": "./lib/index.js",
Expand All @@ -25,9 +25,9 @@
"prepack": "pnpm build"
},
"dependencies": {
"@logto/connector-types": "^1.0.0-beta.2",
"@logto/schemas": "^1.0.0-beta.2",
"@logto/shared": "^1.0.0-beta.1",
"@logto/connector-types": "^1.0.0-beta.3",
"@logto/schemas": "^1.0.0-beta.3",
"@logto/shared": "^1.0.0-beta.3",
"@silverhand/essentials": "^1.1.0",
"@silverhand/jest-config": "^0.17.0",
"got": "^11.8.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/connector-google/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.3](https://github.com/logto-io/logto/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-08-01)


### Features

* **phrases:** tr language ([#1707](https://github.com/logto-io/logto/issues/1707)) ([411a8c2](https://github.com/logto-io/logto/commit/411a8c2fa2bfb16c4fef5f0a55c3c1dc5ead1124))



## [1.0.0-beta.2](https://github.com/logto-io/logto/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-07-25)

**Note:** Version bump only for package @logto/connector-google
Expand Down
8 changes: 4 additions & 4 deletions packages/connector-google/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/connector-google",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Google web connector implementation.",
"main": "./lib/index.js",
"exports": "./lib/index.js",
Expand All @@ -24,9 +24,9 @@
"prepack": "pnpm build"
},
"dependencies": {
"@logto/connector-types": "^1.0.0-beta.2",
"@logto/schemas": "^1.0.0-beta.2",
"@logto/shared": "^1.0.0-beta.1",
"@logto/connector-types": "^1.0.0-beta.3",
"@logto/schemas": "^1.0.0-beta.3",
"@logto/shared": "^1.0.0-beta.3",
"@silverhand/essentials": "^1.1.0",
"@silverhand/jest-config": "^0.17.0",
"got": "^11.8.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/connector-mock-mail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

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.3](https://github.com/logto-io/logto/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-08-01)


### Features

* **phrases:** tr language ([#1707](https://github.com/logto-io/logto/issues/1707)) ([411a8c2](https://github.com/logto-io/logto/commit/411a8c2fa2bfb16c4fef5f0a55c3c1dc5ead1124))
6 changes: 3 additions & 3 deletions packages/connector-mock-mail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/connector-mock-email",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.3",
"description": "Mock Email Service connector implementation for integration tests only.",
"main": "./lib/index.js",
"exports": "./lib/index.js",
Expand All @@ -22,8 +22,8 @@
"prepack": "pnpm build"
},
"dependencies": {
"@logto/connector-types": "^1.0.0-beta.1",
"@logto/shared": "^1.0.0-beta.1",
"@logto/connector-types": "^1.0.0-beta.3",
"@logto/shared": "^1.0.0-beta.3",
"@silverhand/essentials": "^1.1.6",
"zod": "^3.14.3"
},
Expand Down
Loading

0 comments on commit 1e568e0

Please sign in to comment.