@descope-ui/descope-ponyhot 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.
- package/CHANGELOG.md +6 -4
- package/package.json +6 -6
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
|
-
|
|
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
|
|
|
@@ -119,10 +122,9 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
119
122
|
|
|
120
123
|
## [2.2.37](https://github.com/descope/web-components-ui/compare/web-components-ui-2.2.36...web-components-ui-2.2.37) (2026-01-28)
|
|
121
124
|
|
|
122
|
-
|
|
123
125
|
### Bug Fixes
|
|
124
126
|
|
|
125
|
-
|
|
127
|
+
- Rename honeypot folder to resolve registration mismatch ([#868](https://github.com/descope/web-components-ui/issues/868)) ([7166c17](https://github.com/descope/web-components-ui/commit/7166c1799fa79bf1b1504eb93ca48fd8a486bf53))
|
|
126
128
|
|
|
127
129
|
## [2.2.36](https://github.com/descope/web-components-ui/compare/web-components-ui-2.2.35...web-components-ui-2.2.36) (2026-01-28)
|
|
128
130
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@descope-ui/descope-ponyhot",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.2",
|
|
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
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"test-drivers": "3.3.
|
|
17
|
+
"test-assets": "3.3.2",
|
|
18
|
+
"e2e-utils": "3.3.2",
|
|
19
|
+
"test-drivers": "3.3.2"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@descope-ui/common": "3.3.
|
|
23
|
-
"@descope-ui/theme-globals": "3.3.
|
|
22
|
+
"@descope-ui/common": "3.3.2",
|
|
23
|
+
"@descope-ui/theme-globals": "3.3.2"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"link-workspace-packages": false
|