hale-commenting-system 3.7.1 → 3.7.2

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/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  A commenting system for PatternFly React applications that allows designers and developers to add comments directly on design pages, sync with GitHub Issues, and link Jira tickets.
4
4
 
5
- ![Default Widget](./screenshots/defaultWidget.png)
5
+ ![Default Widget](https://raw.githubusercontent.com/JustinXHale/pfseed-commenting-system/main/screenshots/defaultWidget.png)
6
6
 
7
7
  ## 🚨 Important: Proper Uninstall Required
8
8
 
@@ -92,7 +92,7 @@ npm uninstall hale-commenting-system
92
92
  2. **Click** to attach a comment pin - the system detects React components automatically
93
93
  3. **View** component details in the panel including name, type, tree path, and props
94
94
 
95
- ![Component Details](./screenshots/DesignDetails1.png)
95
+ ![Component Details](https://raw.githubusercontent.com/JustinXHale/pfseed-commenting-system/main/screenshots/DesignDetails1.png)
96
96
 
97
97
  ### Managing Comments
98
98
 
@@ -127,7 +127,7 @@ The system uses a **hybrid approach**:
127
127
  - View ticket details in the commenting panel
128
128
  - Track design work alongside development
129
129
 
130
- ![Jira Integration](./screenshots/jira.png)
130
+ ![Jira Integration](https://raw.githubusercontent.com/JustinXHale/pfseed-commenting-system/main/screenshots/jira.png)
131
131
 
132
132
  ## Configuration
133
133
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hale-commenting-system",
3
- "version": "3.7.1",
3
+ "version": "3.7.2",
4
4
  "description": "A commenting system for PatternFly React applications that allows designers and developers to add comments directly on design pages, sync with GitHub Issues, and link Jira tickets.",
5
5
  "homepage": "https://www.npmjs.com/package/hale-commenting-system",
6
6
  "license": "MIT",