peercore-ui-library 1.0.24 → 1.0.26

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 +12 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -107,6 +107,18 @@ To explore components visually:
107
107
  npm run storybook
108
108
  ```
109
109
 
110
+ ```bash
111
+ npm version patch
112
+ ```
113
+
114
+ ```bash
115
+ npm run build
116
+ ```
117
+
118
+ ```bash
119
+ npm publish
120
+ ```
121
+
110
122
  ---
111
123
 
112
124
  ## 📄 License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "peercore-ui-library",
3
- "version": "1.0.24",
3
+ "version": "1.0.26",
4
4
  "description": "Shared React UI components for PeerCore apps",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",