@quintype/arrow 3.19.1 → 3.19.2-hero-image-alt.0
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 +8 -0
- package/cjs/index.js +1 -1
- package/esm/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -147,6 +147,14 @@ Each leaf folder follows below structure:
|
|
|
147
147
|
|
|
148
148
|
```
|
|
149
149
|
|
|
150
|
+
### Releasing a new arrow version
|
|
151
|
+
|
|
152
|
+
To release a new arrow version, run the below command
|
|
153
|
+
|
|
154
|
+
```
|
|
155
|
+
./publish
|
|
156
|
+
```
|
|
157
|
+
|
|
150
158
|
To develop a new component in arrow/change a current one, these are the steps you should be following:
|
|
151
159
|
|
|
152
160
|
#### npm start storybook
|