@digital-ai/devops-page-object-release 0.0.19 → 0.0.20
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 +10 -0
- package/dist/main.js +604 -8
- package/dist/main.js.map +1 -1
- package/dist/module.js +604 -8
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +134 -7
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @digital-ai/devops-page-object-release
|
|
2
2
|
|
|
3
|
+
## 0.0.20
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c16e774: S-113454: Migrated release execution protractor scripts into playwright
|
|
8
|
+
- 3e866da: TK-99122: sanity test automated around settings menus
|
|
9
|
+
- d7032e6: S-113574 - Migrated release-value-stream protractor suite in playwright
|
|
10
|
+
- 201392e: S-112256: Notifications page under Folder is completed
|
|
11
|
+
- 0c8a1fd: S-953576: Adding Roles pages
|
|
12
|
+
|
|
3
13
|
## 0.0.19
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|