@applitools/eyes 1.31.1 → 1.31.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 +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.31.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.31.2...js/eyes@1.31.3) (2025-01-23)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/ufg-client bumped to 1.16.2
9
+ #### Bug Fixes
10
+
11
+ * stabilize page in storybook ([#2751](https://github.com/Applitools-Dev/sdk/issues/2751)) ([2a3b85e](https://github.com/Applitools-Dev/sdk/commit/2a3b85e2b052cd44260c11622b91b8a5c94736a8))
12
+ * @applitools/core bumped to 4.30.1
13
+
14
+
15
+ ## [1.31.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.31.1...js/eyes@1.31.2) (2025-01-22)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * @applitools/core bumped to 4.30.0
21
+ #### Features
22
+
23
+ * regions and coded regions with android NML ([#2735](https://github.com/Applitools-Dev/sdk/issues/2735)) ([be0f670](https://github.com/Applitools-Dev/sdk/commit/be0f6707336e1308423079f4895e6df044c9ebcd))
24
+
3
25
  ## [1.31.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.31.0...js/eyes@1.31.1) (2025-01-19)
4
26
 
5
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.31.1",
3
+ "version": "1.31.3",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -46,7 +46,7 @@
46
46
  "test": "run --top-level mocha './test/**/*.spec.ts'"
47
47
  },
48
48
  "dependencies": {
49
- "@applitools/core": "4.29.1",
49
+ "@applitools/core": "4.30.1",
50
50
  "@applitools/logger": "2.1.0",
51
51
  "@applitools/utils": "1.7.7",
52
52
  "chalk": "4.1.2"