@digital-ai/devops-page-object-release 0.0.0-snapshot-20251126084114 → 0.0.0-snapshot-20251126130325

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 +7 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,11 +1,16 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
- ## 0.0.0-snapshot-20251126084114
3
+ ## 0.0.0-snapshot-20251126130325
4
+
5
+ ### Patch Changes
6
+
7
+ - 43cf4ad: S-126526: Added page object for edit-teams-and-permissions-scenario
8
+
9
+ ## 0.0.93
4
10
 
5
11
  ### Patch Changes
6
12
 
7
13
  - 8fd6062: Corrected the User Filter placeholder to the new UI label change
8
- - b99183c: S-126526: Added page object for edit-teams-and-permissions-scenario
9
14
 
10
15
  ## 0.0.92
11
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital-ai/devops-page-object-release",
3
- "version": "0.0.0-snapshot-20251126084114",
3
+ "version": "0.0.0-snapshot-20251126130325",
4
4
  "source": "index.ts",
5
5
  "main": "dist/main.js",
6
6
  "module": "dist/module.js",