@applitools/eyes 1.8.1 → 1.8.3

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 +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes@1.8.2...js/eyes@1.8.3) (2023-09-11)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core bumped to 3.10.3
9
+ #### Bug Fixes
10
+
11
+ * suppport coded regions with layoutBreakpoints reload ([7903347](https://github.com/applitools/eyes.sdk.javascript1/commit/79033472b9475992a44cf3828ff334c958ae2066))
12
+
13
+ ## [1.8.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes@1.8.1...js/eyes@1.8.2) (2023-09-05)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/core-base bumped to 1.6.0
19
+ #### Features
20
+
21
+ * show aborted tests in Eyes dashboard ([#1877](https://github.com/applitools/eyes.sdk.javascript1/issues/1877)) ([f9840d4](https://github.com/applitools/eyes.sdk.javascript1/commit/f9840d494222ccc6c6f262896771e28da2565bc6))
22
+ * @applitools/ec-client bumped to 1.7.8
23
+
24
+ * @applitools/core bumped to 3.10.2
25
+
26
+
3
27
  ## [1.8.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes@1.8.0...js/eyes@1.8.1) (2023-09-04)
4
28
 
5
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.8.1",
3
+ "version": "1.8.3",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -45,7 +45,7 @@
45
45
  "test": "run --top-level mocha './test/**/*.spec.ts'"
46
46
  },
47
47
  "dependencies": {
48
- "@applitools/core": "3.10.1",
48
+ "@applitools/core": "3.10.3",
49
49
  "@applitools/logger": "2.0.10",
50
50
  "@applitools/utils": "1.6.0"
51
51
  },