@applitools/eyes-storybook 3.52.3 → 3.52.4
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.
- package/CHANGELOG.md +15 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.52.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.52.3...js/eyes-storybook@3.52.4) (2024-11-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* storybook dependency on eyes ([40670aa](https://github.com/Applitools-Dev/sdk/commit/40670aa8cd1ebf2a66bd2e68bef9be9855cada2e))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* @applitools/eyes bumped to 1.29.1
|
|
14
|
+
#### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* offline cli chalk error ([c7c659a](https://github.com/Applitools-Dev/sdk/commit/c7c659aa889080f2fc7763152db2447211fe1487))
|
|
17
|
+
|
|
3
18
|
## [3.52.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.52.2...js/eyes-storybook@3.52.3) (2024-11-29)
|
|
4
19
|
|
|
5
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-storybook",
|
|
3
|
-
"version": "3.52.
|
|
3
|
+
"version": "3.52.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@applitools/core": "4.25.0",
|
|
58
|
-
"@applitools/eyes": "workdpace:*",
|
|
59
58
|
"@applitools/driver": "1.20.0",
|
|
59
|
+
"@applitools/eyes": "1.29.1",
|
|
60
60
|
"@applitools/functional-commons": "1.6.0",
|
|
61
61
|
"@applitools/logger": "2.0.19",
|
|
62
62
|
"@applitools/monitoring-commons": "1.0.19",
|