@applitools/eyes-storybook 3.67.0 → 3.67.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 +28 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.67.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.67.0...js/eyes-storybook@3.67.1) (2026-07-08)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.36.1
9
+ #### Bug Fixes
10
+
11
+ * forward Exact match-level tuning to the server across JS + Java | FLD-4685 ([#3974](https://github.com/Applitools-Dev/sdk/issues/3974)) ([fea351c](https://github.com/Applitools-Dev/sdk/commit/fea351c76c80f63bf658d9573b3d34e0537e0cce))
12
+ * @applitools/eyes bumped to 1.43.6
13
+ #### Bug Fixes
14
+
15
+ * forward Exact match-level tuning to the server across JS + Java | FLD-4685 ([#3974](https://github.com/Applitools-Dev/sdk/issues/3974)) ([fea351c](https://github.com/Applitools-Dev/sdk/commit/fea351c76c80f63bf658d9573b3d34e0537e0cce))
16
+
17
+
18
+
19
+ * @applitools/nml-client bumped to 1.11.35
20
+
21
+ * @applitools/ec-client bumped to 1.12.37
22
+
23
+ * @applitools/core bumped to 4.66.1
24
+ #### Bug Fixes
25
+
26
+ * stop UFG old-infra retry after a retry fails | AD-14675 ([#3970](https://github.com/Applitools-Dev/sdk/issues/3970)) ([1531893](https://github.com/Applitools-Dev/sdk/commit/1531893cc9c098f3ade329ceae7164600c184fa5))
27
+
28
+
29
+
30
+
3
31
  ## [3.67.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.66.0...js/eyes-storybook@3.67.0) (2026-06-28)
4
32
 
5
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.67.0",
3
+ "version": "3.67.1",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -60,9 +60,9 @@
60
60
  "up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
61
61
  },
62
62
  "dependencies": {
63
- "@applitools/core": "4.66.0",
63
+ "@applitools/core": "4.66.1",
64
64
  "@applitools/driver": "1.26.5",
65
- "@applitools/eyes": "1.43.5",
65
+ "@applitools/eyes": "1.43.6",
66
66
  "@applitools/functional-commons": "1.6.0",
67
67
  "@applitools/logger": "2.3.0",
68
68
  "@applitools/monitoring-commons": "1.0.19",