@applitools/eyes-storybook 3.55.8 → 3.55.9

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 +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.55.9](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.55.8...js/eyes-storybook@3.55.9) (2025-07-15)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/tunnel-client bumped to 1.9.1
9
+ #### Bug Fixes
10
+
11
+ * tunnel client zip should be published ([#3099](https://github.com/Applitools-Dev/sdk/issues/3099)) ([455b10c](https://github.com/Applitools-Dev/sdk/commit/455b10ca1866d93085faba2089b40984c8329ca4))
12
+ * @applitools/core bumped to 4.42.1
13
+ #### Bug Fixes
14
+
15
+ * tunnel client zip should be published ([#3099](https://github.com/Applitools-Dev/sdk/issues/3099)) ([455b10c](https://github.com/Applitools-Dev/sdk/commit/455b10ca1866d93085faba2089b40984c8329ca4))
16
+
17
+
18
+
19
+
3
20
  ## [3.55.8](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.55.7...js/eyes-storybook@3.55.8) (2025-07-15)
4
21
 
5
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.55.8",
3
+ "version": "3.55.9",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -53,7 +53,7 @@
53
53
  "up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
54
54
  },
55
55
  "dependencies": {
56
- "@applitools/core": "4.42.0",
56
+ "@applitools/core": "4.42.1",
57
57
  "@applitools/driver": "1.22.1",
58
58
  "@applitools/eyes": "1.35.2",
59
59
  "@applitools/functional-commons": "1.6.0",