@dynamic-labs/iconic 0.1.27 → 0.1.29
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 +2 -1
- package/dist/package.json +1 -1
- package/dist/src/components/getSocialIcon.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,5 +18,6 @@
|
|
|
18
18
|
*It will take up to 24 hours for new icon to be seen due to cache*
|
|
19
19
|
|
|
20
20
|
### Releasing
|
|
21
|
+
PreReq: don't forget to bump the version in package.json if you haven't done so.
|
|
21
22
|
|
|
22
|
-
Run github action (publish)[https://github.com/dynamic-labs/iconic/actions/workflows/publish.yml] to publish new version and deploy sprite svg
|
|
23
|
+
Run github action (publish)[https://github.com/dynamic-labs/iconic/actions/workflows/publish.yml] to publish new version and deploy sprite svg
|
package/dist/package.json
CHANGED