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.
- package/README.md +3 -3
- 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
|
-

|
|
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
|
-

|
|
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
|
-

|
|
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.
|
|
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",
|