@immense/vue-pom-generator 1.0.3 → 1.0.7

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/RELEASE_NOTES.md +21 -0
  2. package/package.json +1 -1
@@ -0,0 +1,21 @@
1
+ ● ## Highlights
2
+ - Release workflow now publishes to npm.
3
+ - Removed deprecated publish-npm workflow.
4
+ - Added PR release-notes preview comments.
5
+
6
+ ## Changes
7
+ - CI/CD
8
+ - Deleted .github/workflows/publish-npm.yml (109 lines removed).
9
+ - Updated .github/workflows/release.yml (+12 lines) to include npm publish.
10
+ - Introduced PR release-notes preview comments.
11
+
12
+ ## Breaking Changes
13
+ - None.
14
+
15
+ ## Pull Requests Included
16
+ - #1 Add PR release-notes preview comments — https://github.com/immense/vue-pom-generator/pull/1
17
+ (by @dkattan)
18
+
19
+ ## Testing
20
+ - No tests added; CI configuration changes only.
21
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@immense/vue-pom-generator",
3
- "version": "1.0.3",
3
+ "version": "1.0.7",
4
4
  "description": "Injects data-testid attributes for all interactive elements and generates page object models for every page.",
5
5
  "type": "module",
6
6
  "repository": {