@descope-ui/descope-list-item 3.3.0 → 3.3.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 +19 -13
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [3.3.2](https://github.com/descope/web-components-ui/compare/web-components-ui-3.3.1...web-components-ui-3.3.2) (2026-04-26)
6
+
7
+ ## [3.3.1](https://github.com/descope/web-components-ui/compare/web-components-ui-3.3.0...web-components-ui-3.3.1) (2026-04-23)
8
+
5
9
  ## [3.3.0](https://github.com/descope/web-components-ui/compare/web-components-ui-3.2.2...web-components-ui-3.3.0) (2026-04-19)
6
10
 
7
11
  ## [3.2.2](https://github.com/descope/web-components-ui/compare/web-components-ui-3.2.1...web-components-ui-3.2.2) (2026-04-16)
@@ -94,10 +98,9 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
94
98
 
95
99
  ## [2.2.47](https://github.com/descope/web-components-ui/compare/web-components-ui-2.2.46...web-components-ui-2.2.47) (2026-02-05)
96
100
 
97
-
98
101
  ### Bug Fixes
99
102
 
100
- * Migrate to Playwright 1.58.1 ([#873](https://github.com/descope/web-components-ui/issues/873)) ([ff16007](https://github.com/descope/web-components-ui/commit/ff16007b6316abd82050ce9bcbce8180a5660d95))
103
+ - Migrate to Playwright 1.58.1 ([#873](https://github.com/descope/web-components-ui/issues/873)) ([ff16007](https://github.com/descope/web-components-ui/commit/ff16007b6316abd82050ce9bcbce8180a5660d95))
101
104
 
102
105
  ## [2.2.46](https://github.com/descope/web-components-ui/compare/web-components-ui-2.2.45...web-components-ui-2.2.46) (2026-02-05)
103
106
 
@@ -209,31 +212,34 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
209
212
 
210
213
  ### Dependency Updates
211
214
 
212
- * `@descope-ui/common` updated to version `0.1.2`
213
- * `@descope-ui/theme-globals` updated to version `0.0.22`
215
+ - `@descope-ui/common` updated to version `0.1.2`
216
+ - `@descope-ui/theme-globals` updated to version `0.0.22`
217
+
214
218
  ## [0.1.1](https://github.com/descope/web-components-ui/compare/@descope-ui/descope-list-item-0.1.0...@descope-ui/descope-list-item-0.1.1) (2025-09-29)
215
219
 
216
220
  ### Dependency Updates
217
221
 
218
- * `@descope-ui/common` updated to version `0.1.1`
219
- * `@descope-ui/theme-globals` updated to version `0.0.21`
222
+ - `@descope-ui/common` updated to version `0.1.1`
223
+ - `@descope-ui/theme-globals` updated to version `0.0.21`
224
+
220
225
  ## [0.1.0](https://github.com/descope/web-components-ui/compare/@descope-ui/descope-list-item-0.0.1...@descope-ui/descope-list-item-0.1.0) (2025-09-02)
221
226
 
222
227
  ### Dependency Updates
223
228
 
224
- * `e2e-utils` updated to version `0.1.0`
225
- * `@descope-ui/common` updated to version `0.1.0`
226
- * `@descope-ui/theme-globals` updated to version `0.0.20`
229
+ - `e2e-utils` updated to version `0.1.0`
230
+ - `@descope-ui/common` updated to version `0.1.0`
231
+ - `@descope-ui/theme-globals` updated to version `0.0.20`
227
232
 
228
233
  ### Features
229
234
 
230
- * Trusted Devices ([#697](https://github.com/descope/web-components-ui/issues/697)) ([fb2f0eb](https://github.com/descope/web-components-ui/commit/fb2f0eb6773ed624354ed9f0b97d713bb8b10fce))
235
+ - Trusted Devices ([#697](https://github.com/descope/web-components-ui/issues/697)) ([fb2f0eb](https://github.com/descope/web-components-ui/commit/fb2f0eb6773ed624354ed9f0b97d713bb8b10fce))
231
236
 
232
237
  ## 0.0.1 (2025-07-21)
233
238
 
234
239
  ### Dependency Updates
235
240
 
236
- * `e2e-utils` updated to version `0.0.1`
237
- * `@descope-ui/common` updated to version `0.0.18`
238
- * `@descope-ui/theme-globals` updated to version `0.0.19`
241
+ - `e2e-utils` updated to version `0.0.1`
242
+ - `@descope-ui/common` updated to version `0.0.18`
243
+ - `@descope-ui/theme-globals` updated to version `0.0.19`
244
+
239
245
  # Changelog
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope-ui/descope-list-item",
3
- "version": "3.3.0",
3
+ "version": "3.3.2",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./src/component/index.js"
@@ -14,11 +14,11 @@
14
14
  },
15
15
  "devDependencies": {
16
16
  "@playwright/test": "1.58.2",
17
- "e2e-utils": "3.3.0"
17
+ "e2e-utils": "3.3.2"
18
18
  },
19
19
  "dependencies": {
20
- "@descope-ui/common": "3.3.0",
21
- "@descope-ui/theme-globals": "3.3.0"
20
+ "@descope-ui/common": "3.3.2",
21
+ "@descope-ui/theme-globals": "3.3.2"
22
22
  },
23
23
  "publishConfig": {
24
24
  "link-workspace-packages": false