@descope-ui/descope-tooltip 3.3.0 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
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
+
5
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)
6
8
 
7
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)
@@ -94,10 +96,9 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
94
96
 
95
97
  ## [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
98
 
97
-
98
99
  ### Bug Fixes
99
100
 
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))
101
+ - 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
102
 
102
103
  ## [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
104
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope-ui/descope-tooltip",
3
- "version": "3.3.0",
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.3.0"
17
+ "e2e-utils": "3.3.1"
18
18
  },
19
19
  "dependencies": {
20
20
  "@vaadin/tooltip": "24.3.4",
21
- "@descope-ui/common": "3.3.0",
22
- "@descope-ui/theme-globals": "3.3.0",
23
- "@descope-ui/descope-enriched-text": "3.3.0"
21
+ "@descope-ui/theme-globals": "3.3.1",
22
+ "@descope-ui/common": "3.3.1",
23
+ "@descope-ui/descope-enriched-text": "3.3.1"
24
24
  },
25
25
  "publishConfig": {
26
26
  "link-workspace-packages": false