@descope-ui/descope-badge 3.2.2 → 3.3.1
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 +18 -14
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,16 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [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)
|
|
6
|
+
|
|
7
|
+
## [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)
|
|
8
|
+
|
|
5
9
|
## [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)
|
|
6
10
|
|
|
7
11
|
## [3.2.1](https://github.com/descope/web-components-ui/compare/web-components-ui-3.2.0...web-components-ui-3.2.1) (2026-04-16)
|
|
8
12
|
|
|
9
13
|
## [3.2.0](https://github.com/descope/web-components-ui/compare/web-components-ui-3.1.13...web-components-ui-3.2.0) (2026-04-16)
|
|
10
14
|
|
|
11
|
-
|
|
12
15
|
### Features
|
|
13
16
|
|
|
14
|
-
|
|
17
|
+
- add descope-last-auth-badge component ([#982](https://github.com/descope/web-components-ui/issues/982)) ([055b461](https://github.com/descope/web-components-ui/commit/055b4618abbdf518494a2984e56d66e58fdb4809))
|
|
15
18
|
|
|
16
19
|
## [3.1.13](https://github.com/descope/web-components-ui/compare/web-components-ui-3.1.12...web-components-ui-3.1.13) (2026-04-15)
|
|
17
20
|
|
|
@@ -97,10 +100,9 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
97
100
|
|
|
98
101
|
## [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)
|
|
99
102
|
|
|
100
|
-
|
|
101
103
|
### Bug Fixes
|
|
102
104
|
|
|
103
|
-
|
|
105
|
+
- 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))
|
|
104
106
|
|
|
105
107
|
## [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)
|
|
106
108
|
|
|
@@ -212,26 +214,28 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
212
214
|
|
|
213
215
|
### Dependency Updates
|
|
214
216
|
|
|
215
|
-
|
|
216
|
-
|
|
217
|
+
- `@descope-ui/common` updated to version `0.1.2`
|
|
218
|
+
- `@descope-ui/theme-globals` updated to version `0.0.22`
|
|
219
|
+
|
|
217
220
|
## [0.1.1](https://github.com/descope/web-components-ui/compare/@descope-ui/descope-badge-0.1.0...@descope-ui/descope-badge-0.1.1) (2025-09-29)
|
|
218
221
|
|
|
219
222
|
### Dependency Updates
|
|
220
223
|
|
|
221
|
-
|
|
222
|
-
|
|
224
|
+
- `@descope-ui/common` updated to version `0.1.1`
|
|
225
|
+
- `@descope-ui/theme-globals` updated to version `0.0.21`
|
|
226
|
+
|
|
223
227
|
## 0.1.0 (2025-09-02)
|
|
224
228
|
|
|
225
229
|
### Dependency Updates
|
|
226
230
|
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
231
|
+
- `e2e-utils` updated to version `0.1.0`
|
|
232
|
+
- `test-assets` updated to version `0.0.1`
|
|
233
|
+
- `test-drivers` updated to version `0.0.1`
|
|
234
|
+
- `@descope-ui/common` updated to version `0.1.0`
|
|
235
|
+
- `@descope-ui/theme-globals` updated to version `0.0.20`
|
|
232
236
|
|
|
233
237
|
### Features
|
|
234
238
|
|
|
235
|
-
|
|
239
|
+
- Trusted Devices ([#697](https://github.com/descope/web-components-ui/issues/697)) ([fb2f0eb](https://github.com/descope/web-components-ui/commit/fb2f0eb6773ed624354ed9f0b97d713bb8b10fce))
|
|
236
240
|
|
|
237
241
|
# Changelog
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@descope-ui/descope-badge",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": {
|
|
6
6
|
"import": "./src/component/index.js"
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@playwright/test": "1.58.2",
|
|
17
|
-
"e2e-utils": "3.
|
|
18
|
-
"test-assets": "3.
|
|
19
|
-
"test-drivers": "3.
|
|
17
|
+
"e2e-utils": "3.3.1",
|
|
18
|
+
"test-assets": "3.3.1",
|
|
19
|
+
"test-drivers": "3.3.1"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@descope-ui/
|
|
23
|
-
"@descope-ui/
|
|
22
|
+
"@descope-ui/theme-globals": "3.3.1",
|
|
23
|
+
"@descope-ui/common": "3.3.1"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"link-workspace-packages": false
|