@zohodesk/testinglibrary 0.0.7-exp.2 → 0.0.8

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 +2 -6
  2. package/package.json +1 -1
package/Changelog.md CHANGED
@@ -2,16 +2,12 @@
2
2
 
3
3
  ## Framework that abstracts the configuration for playwright and Jest
4
4
 
5
- # 0.0.7-exp.2
6
-
7
- - Viewport issue fix
8
-
9
- # 0.0.7-exp.1
5
+ # 0.0.8
10
6
 
11
7
  - Tags Support
12
8
  - Enable running without bddmode feature
13
9
  - viewport configuration
14
- - Code refactoring
10
+ - Internal Change - Code refactoring
15
11
 
16
12
  # 0.0.7
17
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.0.7-exp.2",
3
+ "version": "0.0.8",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {