@applitools/eyes-storybook 3.64.13 → 3.65.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 +45 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.65.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.65.0...js/eyes-storybook@3.65.1) (2026-05-04)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/tunnel-client bumped to 1.11.12
9
+ #### Bug Fixes
10
+
11
+ * remove deprecated uuid dependency | FLD-4179 ([#3796](https://github.com/Applitools-Dev/sdk/issues/3796)) ([b3511f0](https://github.com/Applitools-Dev/sdk/commit/b3511f070645d356aa8edf43dd57332b5917c41e))
12
+ * @applitools/ec-client bumped to 1.12.27
13
+
14
+ * @applitools/core bumped to 4.61.1
15
+
16
+ * @applitools/eyes bumped to 1.40.1
17
+
18
+
19
+ ## [3.65.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.64.13...js/eyes-storybook@3.65.0) (2026-04-29)
20
+
21
+
22
+ ### Features
23
+
24
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * @applitools/ufg-client bumped to 1.22.0
30
+ #### Features
31
+
32
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
33
+ * @applitools/core bumped to 4.61.0
34
+ #### Features
35
+
36
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
37
+
38
+
39
+
40
+ * @applitools/eyes bumped to 1.40.0
41
+ #### Features
42
+
43
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
44
+
45
+
46
+
47
+
3
48
  ## [3.64.13](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.64.12...js/eyes-storybook@3.64.13) (2026-04-23)
4
49
 
5
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.64.13",
3
+ "version": "3.65.1",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -59,14 +59,14 @@
59
59
  "up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
60
60
  },
61
61
  "dependencies": {
62
- "@applitools/core": "4.60.0",
62
+ "@applitools/core": "4.61.1",
63
63
  "@applitools/driver": "1.25.5",
64
- "@applitools/eyes": "1.39.0",
64
+ "@applitools/eyes": "1.40.1",
65
65
  "@applitools/functional-commons": "1.6.0",
66
66
  "@applitools/logger": "2.2.11",
67
67
  "@applitools/monitoring-commons": "1.0.19",
68
68
  "@applitools/spec-driver-puppeteer": "1.7.5",
69
- "@applitools/ufg-client": "1.21.0",
69
+ "@applitools/ufg-client": "1.22.0",
70
70
  "@applitools/utils": "1.14.4",
71
71
  "@inquirer/prompts": "7.0.1",
72
72
  "boxen": "4.2.0",