@axinom/mosaic-e2e-page-model 0.2.4-rc.9 → 0.2.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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/CHANGELOG.md +0 -50
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-e2e-page-model",
3
- "version": "0.2.4-rc.9",
3
+ "version": "0.2.4",
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.2.4-rc.9"
24
+ "@axinom/mosaic-e2e-ui-selectors": "^0.2.4"
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": "12cbb6721099b4613ea5a303e65f4ac00c1c08d3"
36
+ "gitHead": "034b87d91d39cd6d6721d6a57398a0ccdccce2c6"
37
37
  }
package/CHANGELOG.md DELETED
@@ -1,50 +0,0 @@
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.2.3](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-e2e-page-model@0.2.2&targetVersion=GT@axinom/mosaic-e2e-page-model@0.2.3) (2022-11-10)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * fix azure login e2e test ([b61d64d](https://dev.azure.com/axinom/CMS/_git/Navy/commit/b61d64d993307db1711402f07563ff18495e573f))
12
-
13
-
14
-
15
- ### [0.2.2](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-e2e-page-model@0.2.1&targetVersion=GT@axinom/mosaic-e2e-page-model@0.2.2) (2022-09-30)
16
-
17
- **Note:** Version bump only for package @axinom/mosaic-e2e-page-model
18
-
19
-
20
-
21
-
22
-
23
- ### [0.2.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-e2e-page-model@0.2.0&targetVersion=GT@axinom/mosaic-e2e-page-model@0.2.1) (2022-09-13)
24
-
25
-
26
- ### Bug Fixes
27
-
28
- * downgrade eslint-plugin-playwright to v0.10.0 ([f38330c](https://dev.azure.com/axinom/CMS/_git/Navy/commit/f38330cd4b533ee719f5d98886dbd8a06c365717))
29
-
30
-
31
-
32
- ## [0.2.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-e2e-page-model@0.1.0&targetVersion=GT@axinom/mosaic-e2e-page-model@0.2.0) (2022-08-29)
33
-
34
- **Note:** Version bump only for package @axinom/mosaic-e2e-page-model
35
-
36
-
37
-
38
-
39
-
40
- ## 0.1.0 (2022-08-16)
41
-
42
-
43
- ### Features
44
-
45
- * 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)
46
-
47
-
48
- ### Bug Fixes
49
-
50
- * 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)