@applitools/eyes-storybook 3.37.5 → 3.37.6

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -4,6 +4,23 @@
4
4
 
5
5
 
6
6
 
7
+ ## [3.37.6](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.37.5...js/eyes-storybook@3.37.6) (2023-07-27)
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * @applitools/core bumped to 3.6.5
13
+ #### Bug Fixes
14
+
15
+ * rendering issue with chrome >113 and css white-space property ([cf34ad1](https://github.com/applitools/eyes.sdk.javascript1/commit/cf34ad1a5b3cba0b29b3509616b20a2b1313c62f))
16
+
17
+
18
+
19
+ * @applitools/ufg-client bumped to 1.5.3
20
+ #### Bug Fixes
21
+
22
+ * consider response headers and status code which are returned from the EC resource handler ([#1823](https://github.com/applitools/eyes.sdk.javascript1/issues/1823)) ([b7bd541](https://github.com/applitools/eyes.sdk.javascript1/commit/b7bd5415ae8f92a8032fc68ba993ccac1d9ff76a))
23
+
7
24
  ## [3.37.5](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.37.4...js/eyes-storybook@3.37.5) (2023-07-24)
8
25
 
9
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.37.5",
3
+ "version": "3.37.6",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -57,13 +57,13 @@
57
57
  "postinstall": "node src/postinstall"
58
58
  },
59
59
  "dependencies": {
60
- "@applitools/core": "3.6.4",
60
+ "@applitools/core": "3.6.5",
61
61
  "@applitools/driver": "1.13.3",
62
62
  "@applitools/functional-commons": "1.6.0",
63
63
  "@applitools/logger": "2.0.7",
64
64
  "@applitools/monitoring-commons": "1.0.19",
65
65
  "@applitools/spec-driver-puppeteer": "1.1.71",
66
- "@applitools/ufg-client": "1.5.2",
66
+ "@applitools/ufg-client": "1.5.3",
67
67
  "@applitools/utils": "1.5.0",
68
68
  "boxen": "4.2.0",
69
69
  "chalk": "3.0.0",