@dialpad/dialtone-icons 0.6.0 → 0.6.1-vue3
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 -6
- package/dist/dialtone-icons.common.js +18594 -26397
- package/dist/dialtone-icons.umd.js +18605 -26401
- package/dist/dialtone-icons.umd.min.js +1 -1
- package/dist/svg/phone-hold.svg +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -26,12 +26,14 @@ import { Accessibility } from '@dialpad/dialtone-icons';
|
|
|
26
26
|
If you need to add icons, follow the next steps to get your icons published.
|
|
27
27
|
|
|
28
28
|
1. Place the `.svg` files into `src/svg` inside the category folder.
|
|
29
|
-
2.
|
|
30
|
-
3.
|
|
31
|
-
4.
|
|
32
|
-
5.
|
|
33
|
-
6.
|
|
34
|
-
7.
|
|
29
|
+
2. Run `npm run build`
|
|
30
|
+
3. Commit your changes.
|
|
31
|
+
4. Update the version on [package file](./package.json).
|
|
32
|
+
5. Run `npm install`
|
|
33
|
+
6. Commit the `package.json and package-lock.json` changes with message: 'chore: release ${version}'
|
|
34
|
+
7. Push your changes.
|
|
35
|
+
8. Run `npm run release`
|
|
36
|
+
9. `git cherry-pick` your commit(s) (not release commit) to `vue3` branch. Repeat the process from step 4.
|
|
35
37
|
|
|
36
38
|
## Questions?
|
|
37
39
|
|