@applitools/eyes-storybook 3.52.0 → 3.52.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 +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.52.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.52.0...js/eyes-storybook@3.52.1) (2024-11-09)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.11.8
9
+ #### Bug Fixes
10
+
11
+ * overcome dom snapshot's failure to download resource from browser ([#2610](https://github.com/Applitools-Dev/sdk/issues/2610)) ([47d46fb](https://github.com/Applitools-Dev/sdk/commit/47d46fbe3baab12d5153f6617ab60142a8a215cf))
12
+ * @applitools/core bumped to 4.23.1
13
+ #### Bug Fixes
14
+
15
+ * overcome dom snapshot's failure to download resource from browser ([#2610](https://github.com/Applitools-Dev/sdk/issues/2610)) ([47d46fb](https://github.com/Applitools-Dev/sdk/commit/47d46fbe3baab12d5153f6617ab60142a8a215cf))
16
+
17
+
18
+
19
+
3
20
  ## [3.52.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook-v3.51.2...js/eyes-storybook@3.52.0) (2024-11-07)
4
21
 
5
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.52.0",
3
+ "version": "3.52.1",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -54,7 +54,7 @@
54
54
  "up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
55
55
  },
56
56
  "dependencies": {
57
- "@applitools/core": "4.23.0",
57
+ "@applitools/core": "4.23.1",
58
58
  "@applitools/driver": "1.19.7",
59
59
  "@applitools/functional-commons": "1.6.0",
60
60
  "@applitools/logger": "2.0.19",