@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -12
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,28 +1,23 @@
1
1
  # Changelog
2
2
 
3
- ## 1.13.0-next.1780608354756
3
+ ## 1.13.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - [#260](https://github.com/workos/widgets/pull/260) [`c3df6f9`](https://github.com/workos/widgets/commit/c3df6f9330183a19f875c5c0407c7899cd183a7a) Thanks [@stanleyphu](https://github.com/stanleyphu)! - Add API key expiration controls and metadata to the API keys widgets.
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
- - [#248](https://github.com/workos/widgets/pull/248) [`58d4608`](https://github.com/workos/widgets/commit/58d4608991d328eed5a1d1a7206cb2c44971d385) Thanks [@workosbot](https://github.com/workosbot)! - Sync generated API from upstream OpenAPI spec.
12
-
13
- - [#261](https://github.com/workos/widgets/pull/261) [`4f24ca8`](https://github.com/workos/widgets/commit/4f24ca85ee5b34ade35ef197943ff26e3e2c9bf2) Thanks [@chaance](https://github.com/chaance)! - Keep stale data on screen when a background refetch fails due to an expired or unauthorized token instead of showing an error state
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) [`cd4c515`](https://github.com/workos/widgets/commit/cd4c515aacb091ec23b07941dcc560c4a4cd62b2) Thanks [@stanleyphu](https://github.com/stanleyphu)! - Add user-scoped API key management support to the API Keys widget.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workos-inc/widgets",
3
- "version": "1.13.0-next.1780608354756",
3
+ "version": "1.13.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {