@applitools/eyes-storybook 3.64.13 → 3.65.0

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 +29 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Features
7
+
8
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/ufg-client bumped to 1.22.0
14
+ #### Features
15
+
16
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
17
+ * @applitools/core bumped to 4.61.0
18
+ #### Features
19
+
20
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
21
+
22
+
23
+
24
+ * @applitools/eyes bumped to 1.40.0
25
+ #### Features
26
+
27
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
28
+
29
+
30
+
31
+
3
32
  ## [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
33
 
5
34
 
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.0",
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.0",
63
63
  "@applitools/driver": "1.25.5",
64
- "@applitools/eyes": "1.39.0",
64
+ "@applitools/eyes": "1.40.0",
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",