mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
release: toolkit packages
This commit is contained in:
parent
c2d36b1c81
commit
a22b5d2b90
3 changed files with 21 additions and 90 deletions
|
@ -12,7 +12,10 @@
|
|||
"@logto/phrases-ui": "1.0.0-beta.12",
|
||||
"@logto/schemas": "1.0.0-beta.12",
|
||||
"@logto/shared": "1.0.0-beta.12",
|
||||
"@logto/ui": "1.0.0-beta.12"
|
||||
"@logto/ui": "1.0.0-beta.12",
|
||||
"@logto/connector-kit": "1.0.0-beta.29",
|
||||
"@logto/core-kit": "1.0.0-beta.29",
|
||||
"@logto/language-kit": "1.0.0-beta.29"
|
||||
},
|
||||
"changesets": [
|
||||
"clever-panthers-lay",
|
||||
|
@ -21,6 +24,7 @@
|
|||
"grumpy-clocks-refuse",
|
||||
"neat-snakes-smash",
|
||||
"quick-turtles-joke",
|
||||
"silly-rules-laugh",
|
||||
"thin-oranges-act",
|
||||
"tricky-mirrors-act",
|
||||
"unlucky-lizards-agree"
|
||||
|
|
|
@ -1,191 +1,118 @@
|
|||
# Change Log
|
||||
|
||||
## 1.0.0-beta.30
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c2d36b1c: Add optional `setSession` method and `getSession` method as input parameters of `getAuthorizationUri` and `getUserInfo` respectively.
|
||||
|
||||
This change enabled stateless connectors to utilize Logto session to pass parameters between APIs.
|
||||
|
||||
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.29](https://github.com/logto-io/toolkit/compare/v1.0.0-beta.28...v1.0.0-beta.29) (2022-12-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* exports info and lock dep version ([#45](https://github.com/logto-io/toolkit/issues/45)) ([2ac83b4](https://github.com/logto-io/toolkit/commit/2ac83b4f0ff17579456569fb67ba018ac493c1af))
|
||||
|
||||
|
||||
- exports info and lock dep version ([#45](https://github.com/logto-io/toolkit/issues/45)) ([2ac83b4](https://github.com/logto-io/toolkit/commit/2ac83b4f0ff17579456569fb67ba018ac493c1af))
|
||||
|
||||
## [1.0.0-beta.28](https://github.com/logto-io/toolkit/compare/v1.0.0-beta.27...v1.0.0-beta.28) (2022-12-06)
|
||||
|
||||
**Note:** Version bump only for package @logto/connector-kit
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.0-beta.27](https://github.com/logto-io/toolkit/compare/v1.0.0-beta.26...v1.0.0-beta.27) (2022-11-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **connector:** add continue message type ([#41](https://github.com/logto-io/toolkit/issues/41)) ([78f1eb0](https://github.com/logto-io/toolkit/commit/78f1eb06f84de2bc7601016a6bcc3c85eb4695f0))
|
||||
|
||||
|
||||
- **connector:** add continue message type ([#41](https://github.com/logto-io/toolkit/issues/41)) ([78f1eb0](https://github.com/logto-io/toolkit/commit/78f1eb06f84de2bc7601016a6bcc3c85eb4695f0))
|
||||
|
||||
## [1.0.0-beta.26](https://github.com/logto-io/toolkit/compare/v1.0.0-beta.25...v1.0.0-beta.26) (2022-11-23)
|
||||
|
||||
**Note:** Version bump only for package @logto/connector-kit
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.0-beta.25](https://github.com/logto-io/toolkit/compare/v1.0.0-beta.24...v1.0.0-beta.25) (2022-11-22)
|
||||
|
||||
**Note:** Version bump only for package @logto/connector-kit
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.0-beta.24](https://github.com/logto-io/toolkit/compare/v1.0.0-beta.23...v1.0.0-beta.24) (2022-11-22)
|
||||
|
||||
**Note:** Version bump only for package @logto/connector-kit
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.0-beta.23](https://github.com/logto-io/toolkit/compare/v1.0.0-beta.22...v1.0.0-beta.23) (2022-11-18)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* hot fix the check on whether an element exists in array ([#37](https://github.com/logto-io/toolkit/issues/37)) ([889a577](https://github.com/logto-io/toolkit/commit/889a5773b5e95c35c4ef17db24622e7b87b723c5))
|
||||
|
||||
|
||||
- hot fix the check on whether an element exists in array ([#37](https://github.com/logto-io/toolkit/issues/37)) ([889a577](https://github.com/logto-io/toolkit/commit/889a5773b5e95c35c4ef17db24622e7b87b723c5))
|
||||
|
||||
## [1.0.0-beta.22](https://github.com/logto-io/toolkit/compare/v1.0.0-beta.21...v1.0.0-beta.22) (2022-11-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* make standard connectors display name configurable ([#36](https://github.com/logto-io/toolkit/issues/36)) ([da431bf](https://github.com/logto-io/toolkit/commit/da431bf318a83e0086070d49a16a8cc3d970f388))
|
||||
|
||||
|
||||
- make standard connectors display name configurable ([#36](https://github.com/logto-io/toolkit/issues/36)) ([da431bf](https://github.com/logto-io/toolkit/commit/da431bf318a83e0086070d49a16a8cc3d970f388))
|
||||
|
||||
## [1.0.0-beta.21](https://github.com/logto-io/toolkit/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2022-11-11)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* update connector metadata types and add corresponding type guards ([#35](https://github.com/logto-io/toolkit/issues/35)) ([4e7cd12](https://github.com/logto-io/toolkit/commit/4e7cd12b4b4fb32f2ed5a7d66e1616e20fa395f1))
|
||||
|
||||
|
||||
- update connector metadata types and add corresponding type guards ([#35](https://github.com/logto-io/toolkit/issues/35)) ([4e7cd12](https://github.com/logto-io/toolkit/commit/4e7cd12b4b4fb32f2ed5a7d66e1616e20fa395f1))
|
||||
|
||||
## [1.0.0-beta.20](https://github.com/logto-io/toolkit/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2022-10-21)
|
||||
|
||||
**Note:** Version bump only for package @logto/connector-kit
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.0-beta.19](https://github.com/logto-io/toolkit/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2022-10-19)
|
||||
|
||||
**Note:** Version bump only for package @logto/connector-kit
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.0-beta.18](https://github.com/logto-io/toolkit/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2022-10-12)
|
||||
|
||||
**Note:** Version bump only for package @logto/connector-kit
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.0-beta.17](https://github.com/logto-io/toolkit/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2022-10-12)
|
||||
|
||||
**Note:** Version bump only for package @logto/connector-kit
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.0-beta.16](https://github.com/logto-io/toolkit/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2022-09-28)
|
||||
|
||||
**Note:** Version bump only for package @logto/connector-kit
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.0-beta.15](https://github.com/logto-io/toolkit/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2022-09-27)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **language,core,connector:** init language-kit package ([#14](https://github.com/logto-io/toolkit/issues/14)) ([9a74fc4](https://github.com/logto-io/toolkit/commit/9a74fc4d34c9ce277b8734ab78735549dc3a3cda))
|
||||
|
||||
|
||||
- **language,core,connector:** init language-kit package ([#14](https://github.com/logto-io/toolkit/issues/14)) ([9a74fc4](https://github.com/logto-io/toolkit/commit/9a74fc4d34c9ce277b8734ab78735549dc3a3cda))
|
||||
|
||||
## [1.0.0-beta.14](https://github.com/logto-io/toolkit/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2022-09-23)
|
||||
|
||||
**Note:** Version bump only for package @logto/connector-kit
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.0-beta.13](https://github.com/logto-io/toolkit/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-09-19)
|
||||
|
||||
**Note:** Version bump only for package @logto/connector-kit
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.0-beta.12](https://github.com/logto-io/toolkit/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-09-17)
|
||||
|
||||
**Note:** Version bump only for package @logto/connector-kit
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.0-beta.11](https://github.com/logto-io/toolkit/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-09-16)
|
||||
|
||||
**Note:** Version bump only for package @logto/connector-kit
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 1.0.0-beta.10 (2022-09-16)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* initial commit ([56a4968](https://github.com/logto-io/toolkit/commit/56a496848168a4a9ae9ac7af83d51f1b8a6afe2c))
|
||||
|
||||
|
||||
- initial commit ([56a4968](https://github.com/logto-io/toolkit/commit/56a496848168a4a9ae9ac7af83d51f1b8a6afe2c))
|
||||
|
||||
## [1.0.0-beta.9](https://github.com/logto-io/logto/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2022-09-07)
|
||||
|
||||
**Note:** Version bump only for package @logto/connector-core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.0-beta.8](https://github.com/logto-io/logto/compare/v1.0.0-beta.6...v1.0.0-beta.8) (2022-09-01)
|
||||
|
||||
**Note:** Version bump only for package @logto/connector-core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.0-beta.6](https://github.com/logto-io/logto/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2022-08-30)
|
||||
|
||||
**Note:** Version bump only for package @logto/connector-core
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@logto/connector-kit",
|
||||
"version": "1.0.0-beta.29",
|
||||
"version": "1.0.0-beta.30",
|
||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||
"homepage": "https://github.com/logto-io/toolkit#readme",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue