@workos-inc/widgets 1.10.2-next.1776783605908 → 1.10.2

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 +5 -10
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,16 +1,11 @@
1
1
  # Changelog
2
2
 
3
- ## 1.10.2-next.1776783605908
3
+ ## 1.10.2
4
4
 
5
- ### Patch Changes
6
-
7
- - [#179](https://github.com/workos/widgets/pull/179) [`c5fca6c`](https://github.com/workos/widgets/commit/c5fca6c17a02d82f1f15bd7b1b07174fefc239ed) Thanks [@ajworkos](https://github.com/ajworkos)! - Use form POST to launch Admin Portal for improved security (keeps API tokens out of URL query parameters)
8
-
9
- - [#226](https://github.com/workos/widgets/pull/226) [`dd0461b`](https://github.com/workos/widgets/commit/dd0461b7aac94c98e3903e0b6505f4f43cf1ec9a) Thanks [@berylw](https://github.com/berylw)! - Standardize dialog descriptions to use size 2 text
10
-
11
- - [#225](https://github.com/workos/widgets/pull/225) [`7ad4ea9`](https://github.com/workos/widgets/commit/7ad4ea9b98bf3ce3fe8d350dd9a7034536ecc8c2) Thanks [@jasonbarry](https://github.com/jasonbarry)! - Fixes idle sessions from resulting in an incorrect permissions error
12
-
13
- - [#222](https://github.com/workos/widgets/pull/222) [`c6d4ca0`](https://github.com/workos/widgets/commit/c6d4ca0ef5a5d4d11e83baee6adc2e5b75203ef9) Thanks [@chaance](https://github.com/chaance)! - Fix semantic markup for data list elements in the User Profile Widget
5
+ - Use form `POST` instead of `window.open` to launch Admin Portal
6
+ - Standardize dialog descriptions to use size 2 text
7
+ - Fix idle sessions from resulting in incorrect permissions error
8
+ - Fix semantic markup for data list elements in the `UserProfile` Widget
14
9
 
15
10
  ## 1.10.1
16
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workos-inc/widgets",
3
- "version": "1.10.2-next.1776783605908",
3
+ "version": "1.10.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -95,8 +95,8 @@
95
95
  "tsx": "^4.21.0",
96
96
  "typescript": "^5.9.3",
97
97
  "use-debounce": "^10.1.0",
98
- "@internal/typescript-config": "0.0.0",
99
- "@internal/eslint-config": "0.0.0"
98
+ "@internal/eslint-config": "0.0.0",
99
+ "@internal/typescript-config": "0.0.0"
100
100
  },
101
101
  "peerDependenciesMeta": {
102
102
  "swr": {