@applitools/eyes 1.26.0 → 1.26.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 +82 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,87 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.26.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.26.0...js/eyes@1.26.1) (2024-10-31)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/dom-snapshot bumped to 4.11.6
14
+ #### Bug Fixes
15
+
16
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
17
+
18
+
19
+
20
+ * @applitools/snippets bumped to 2.6.1
21
+ #### Bug Fixes
22
+
23
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
24
+ * @applitools/driver bumped to 1.19.6
25
+ #### Bug Fixes
26
+
27
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
28
+
29
+
30
+
31
+ * @applitools/spec-driver-webdriver bumped to 1.1.18
32
+ #### Bug Fixes
33
+
34
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
35
+
36
+
37
+
38
+ * @applitools/spec-driver-selenium bumped to 1.5.89
39
+ #### Bug Fixes
40
+
41
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
42
+
43
+
44
+
45
+ * @applitools/spec-driver-puppeteer bumped to 1.4.18
46
+ #### Bug Fixes
47
+
48
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
49
+
50
+
51
+
52
+ * @applitools/screenshoter bumped to 3.9.4
53
+ #### Bug Fixes
54
+
55
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
56
+
57
+
58
+
59
+ * @applitools/nml-client bumped to 1.8.16
60
+ #### Bug Fixes
61
+
62
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
63
+
64
+
65
+
66
+ * @applitools/core-base bumped to 1.19.1
67
+ #### Bug Fixes
68
+
69
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
70
+ * @applitools/ec-client bumped to 1.9.12
71
+ #### Bug Fixes
72
+
73
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
74
+
75
+
76
+
77
+ * @applitools/core bumped to 4.22.1
78
+ #### Bug Fixes
79
+
80
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
81
+
82
+
83
+
84
+
3
85
  ## [1.26.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.25.1...js/eyes@1.26.0) (2024-10-31)
4
86
 
5
87
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.26.0",
3
+ "version": "1.26.1",
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": "4.22.0",
48
+ "@applitools/core": "4.22.1",
49
49
  "@applitools/logger": "2.0.18",
50
50
  "@applitools/utils": "1.7.4"
51
51
  },