@workos-inc/widgets 1.13.0-next.1780608354756 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 1.13.0
|
|
3
|
+
## 1.13.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
- [#260](https://github.com/workos/widgets/pull/260)
|
|
7
|
+
- [#260](https://github.com/workos/widgets/pull/260) - Add API key expiration controls and metadata to the API keys widgets ([@stanleyphu](https://github.com/stanleyphu))
|
|
8
|
+
- [#254](https://github.com/workos/widgets/pull/254) - Display detailed password validation errors in change-password and set-password dialogs ([@ethinallen](https://github.com/ethinallen))
|
|
8
9
|
|
|
9
10
|
### Patch Changes
|
|
10
11
|
|
|
11
|
-
- [#
|
|
12
|
-
|
|
13
|
-
- [#
|
|
14
|
-
|
|
15
|
-
- [#254](https://github.com/workos/widgets/pull/254) [`204ea21`](https://github.com/workos/widgets/commit/204ea216386355cdfef15c31b3a0154b5353bb27) Thanks [@ethinallen](https://github.com/ethinallen)! - Display detailed password validation errors in change-password and set-password dialogs
|
|
16
|
-
|
|
17
|
-
- [#250](https://github.com/workos/widgets/pull/250) [`686d47c`](https://github.com/workos/widgets/commit/686d47c913cd8cf797cf50cc25749c214a05894c) Thanks [@jameslcarpino](https://github.com/jameslcarpino)! - Fix email change flow resetting after ~30 seconds and duplicate verify-email-change call
|
|
18
|
-
|
|
19
|
-
- [#258](https://github.com/workos/widgets/pull/258) [`6add5ea`](https://github.com/workos/widgets/commit/6add5eab2bcdae8eb63f4ac6e58f3b5e16ee92dc) Thanks [@dandorman](https://github.com/dandorman)! - Update Sentry provider icon URL
|
|
12
|
+
- [#261](https://github.com/workos/widgets/pull/261) - Prevent showing error state when backgorund refetch fails due to an expired token ([@chaance](https://github.com/chaance))
|
|
13
|
+
- [#250](https://github.com/workos/widgets/pull/250) - Fix email change flow resetting after ~30 seconds and duplicate verify-email-change call ([@jameslcarpino](https://github.com/jameslcarpino))
|
|
14
|
+
- [#258](https://github.com/workos/widgets/pull/258) - Update Sentry provider icon URL ([@dandorman](https://github.com/dandorman))
|
|
20
15
|
|
|
21
16
|
## 1.12.0
|
|
22
17
|
|
|
23
18
|
### Minor Changes
|
|
24
19
|
|
|
25
|
-
- [#239](https://github.com/workos/widgets/pull/239)
|
|
20
|
+
- [#239](https://github.com/workos/widgets/pull/239) - Add user-scoped API key management support to the API Keys widget ([@stanleyphu](https://github.com/stanleyphu))
|
|
26
21
|
|
|
27
22
|
## 1.11.0
|
|
28
23
|
|