@axinom/mosaic-e2e-ui-selectors 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 +2 -2
  2. package/CHANGELOG.md +0 -49
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-e2e-ui-selectors",
3
- "version": "0.2.4-rc.9",
3
+ "version": "0.2.4",
4
4
  "description": "Component models for testing Axinom Mosaic applications with Playwright.",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -30,5 +30,5 @@
30
30
  "publishConfig": {
31
31
  "access": "public"
32
32
  },
33
- "gitHead": "12cbb6721099b4613ea5a303e65f4ac00c1c08d3"
33
+ "gitHead": "034b87d91d39cd6d6721d6a57398a0ccdccce2c6"
34
34
  }
package/CHANGELOG.md DELETED
@@ -1,49 +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-ui-selectors@0.2.2&targetVersion=GT@axinom/mosaic-e2e-ui-selectors@0.2.3) (2022-11-10)
7
-
8
- **Note:** Version bump only for package @axinom/mosaic-e2e-ui-selectors
9
-
10
-
11
-
12
-
13
-
14
- ### [0.2.2](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-e2e-ui-selectors@0.2.1&targetVersion=GT@axinom/mosaic-e2e-ui-selectors@0.2.2) (2022-09-30)
15
-
16
- **Note:** Version bump only for package @axinom/mosaic-e2e-ui-selectors
17
-
18
-
19
-
20
-
21
-
22
- ### [0.2.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-e2e-ui-selectors@0.2.0&targetVersion=GT@axinom/mosaic-e2e-ui-selectors@0.2.1) (2022-09-13)
23
-
24
-
25
- ### Bug Fixes
26
-
27
- * downgrade eslint-plugin-playwright to v0.10.0 ([f38330c](https://dev.azure.com/axinom/CMS/_git/Navy/commit/f38330cd4b533ee719f5d98886dbd8a06c365717))
28
-
29
-
30
-
31
- ## [0.2.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-e2e-ui-selectors@0.1.0&targetVersion=GT@axinom/mosaic-e2e-ui-selectors@0.2.0) (2022-08-29)
32
-
33
- **Note:** Version bump only for package @axinom/mosaic-e2e-ui-selectors
34
-
35
-
36
-
37
-
38
-
39
- ## 0.1.0 (2022-08-16)
40
-
41
-
42
- ### Features
43
-
44
- * 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)
45
-
46
-
47
- ### Bug Fixes
48
-
49
- * 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)