@applitools/eyes-storybook 3.45.4 → 3.45.5

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 +43 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.45.5](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.45.4...js/eyes-storybook@3.45.5) (2024-01-02)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-shared bumped to 1.0.12
9
+ #### Bug Fixes
10
+
11
+ * fix error handling in process page poll ([#2127](https://github.com/applitools/eyes.sdk.javascript1/issues/2127)) ([4346026](https://github.com/applitools/eyes.sdk.javascript1/commit/4346026d567b92747df5b4f13fb1e82b849a856e))
12
+ * @applitools/dom-capture bumped to 11.2.5
13
+
14
+ * @applitools/dom-snapshot bumped to 4.7.15
15
+ #### Bug Fixes
16
+
17
+ * fix error handling in process page poll ([#2127](https://github.com/applitools/eyes.sdk.javascript1/issues/2127)) ([4346026](https://github.com/applitools/eyes.sdk.javascript1/commit/4346026d567b92747df5b4f13fb1e82b849a856e))
18
+
19
+
20
+
21
+ * @applitools/nml-client bumped to 1.6.3
22
+ #### Bug Fixes
23
+
24
+ * environment for each check for local environment ([#2135](https://github.com/applitools/eyes.sdk.javascript1/issues/2135)) ([f3a4483](https://github.com/applitools/eyes.sdk.javascript1/commit/f3a44831d41e190aa259367b17e930e7b6f39a04))
25
+ * @applitools/core-base bumped to 1.8.0
26
+ #### Features
27
+
28
+ * sorted result regions of locate method ([ef6b249](https://github.com/applitools/eyes.sdk.javascript1/commit/ef6b249ad9d6998d6089423efd93f0220f13d378))
29
+
30
+
31
+ #### Bug Fixes
32
+
33
+ * fixed concurrency splank logging ([#2115](https://github.com/applitools/eyes.sdk.javascript1/issues/2115)) ([83afd7d](https://github.com/applitools/eyes.sdk.javascript1/commit/83afd7dd2b52125fdc233dadbaf774811ea1c738))
34
+ * @applitools/ec-client bumped to 1.7.21
35
+
36
+ * @applitools/core bumped to 4.5.2
37
+ #### Bug Fixes
38
+
39
+ * environment for each check for local environment ([#2135](https://github.com/applitools/eyes.sdk.javascript1/issues/2135)) ([f3a4483](https://github.com/applitools/eyes.sdk.javascript1/commit/f3a44831d41e190aa259367b17e930e7b6f39a04))
40
+ * fixed concurrency splank logging ([#2115](https://github.com/applitools/eyes.sdk.javascript1/issues/2115)) ([83afd7d](https://github.com/applitools/eyes.sdk.javascript1/commit/83afd7dd2b52125fdc233dadbaf774811ea1c738))
41
+ * fixed the issue when custom os name passed through configuration wasn't respected ([359fc0d](https://github.com/applitools/eyes.sdk.javascript1/commit/359fc0df5a9400312605bb9e8842784b7a05ba7d))
42
+
43
+
44
+
45
+
3
46
  ## [3.45.4](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.45.3...js/eyes-storybook@3.45.4) (2023-12-19)
4
47
 
5
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.45.4",
3
+ "version": "3.45.5",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -55,7 +55,7 @@
55
55
  "up:framework": "yarn add --dev --caret @storybook/react${APPLITOOLS_FRAMEWORK_VERSION:+@$APPLITOOLS_FRAMEWORK_VERSION}"
56
56
  },
57
57
  "dependencies": {
58
- "@applitools/core": "4.5.1",
58
+ "@applitools/core": "4.5.2",
59
59
  "@applitools/driver": "1.16.1",
60
60
  "@applitools/functional-commons": "1.6.0",
61
61
  "@applitools/logger": "2.0.14",