@axinom/mosaic-e2e-page-model 0.1.0-rc.3 → 0.2.0-rc.1

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 +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,16 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## 0.1.0 (2022-08-16)
7
+
8
+
9
+ ### Features
10
+
11
+ * refactor e2e tests ([f0e47cd](https://dev.azure.com/axinom/CMS/_git/Navy/commit/f0e47cdbb1524526b1d8ab40b181f6a9ee5aa01a)), closes [#35796](https://dev.azure.com/axinom/CMS/_workitems/edit/35796)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * e2e libraries cannot be built with CI ([50adc57](https://dev.azure.com/axinom/CMS/_git/Navy/commit/50adc575f0b724f060476f12d18a45431a2141db)), closes [#36402](https://dev.azure.com/axinom/CMS/_workitems/edit/36402)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-e2e-page-model",
3
- "version": "0.1.0-rc.3",
3
+ "version": "0.2.0-rc.1",
4
4
  "description": "A page model for testing an Axinom Mosaic Management System with Playwright.",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -21,7 +21,7 @@
21
21
  "dev": "tsc -w"
22
22
  },
23
23
  "dependencies": {
24
- "@axinom/mosaic-e2e-ui-selectors": "^0.1.0-rc.3"
24
+ "@axinom/mosaic-e2e-ui-selectors": "^0.2.0-rc.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^14.18.0",
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "d3c927a0cd672a877187648d7c1725224447ee3a"
36
+ "gitHead": "66621dc462d4f1c791dec921eafca9fd6a7d03d7"
37
37
  }