@dialpad/dialtone 9.7.0-alpha.2 → 9.8.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.
Files changed (61) hide show
  1. package/README.md +22 -3
  2. package/dist/css/CHANGELOG.json +1 -1
  3. package/dist/css/dialtone.css +3 -3
  4. package/dist/css/dialtone.min.css +1 -1
  5. package/dist/icons/icons.json +1 -1
  6. package/dist/icons/keywords.json +1 -1
  7. package/dist/icons/svg/0365-calendar.svg +1 -0
  8. package/dist/icons/svg/ai-write.svg +1 -0
  9. package/dist/icons/svg/align-center.svg +1 -0
  10. package/dist/icons/svg/align-justify.svg +1 -0
  11. package/dist/icons/svg/align-left.svg +1 -0
  12. package/dist/icons/svg/align-right.svg +1 -0
  13. package/dist/tokens/android/java/tokens-dark.kt +1 -1
  14. package/dist/tokens/android/java/tokens-light.kt +1 -1
  15. package/dist/tokens/android/res/values/colors-dark.xml +1 -1
  16. package/dist/tokens/android/res/values/colors-light.xml +1 -1
  17. package/dist/tokens/android/res/values/dimens.xml +1 -1
  18. package/dist/tokens/css/variables-dark.css +1 -1
  19. package/dist/tokens/css/variables-light.css +1 -1
  20. package/dist/tokens/ios/tokens-dark.swift +1 -1
  21. package/dist/tokens/ios/tokens-light.swift +1 -1
  22. package/dist/tokens/less/variables-dark.less +1 -1
  23. package/dist/tokens/less/variables-light.less +1 -1
  24. package/dist/vue2/dialtone-vue.cjs +3 -3
  25. package/dist/vue2/dialtone-vue.js +1019 -1017
  26. package/dist/vue2/{emoji-6U-JCsdr.js → emoji-2nPGIAeb.js} +2728 -2656
  27. package/dist/vue2/emoji-8DJWVPgD.cjs +1 -0
  28. package/dist/vue2/emoji.cjs +1 -1
  29. package/dist/vue2/emoji.js +3 -3
  30. package/dist/vue2/{emoji_picker-AmUP-iCr.cjs → emoji_picker-KXqP7T9b.cjs} +1 -1
  31. package/dist/vue2/{emoji_picker-_ah1kerg.js → emoji_picker-WxqkveyL.js} +1 -1
  32. package/dist/vue2/{emoji_text_wrapper-KSNd1Eg_.cjs → emoji_text_wrapper-APKs6ucq.cjs} +1 -1
  33. package/dist/vue2/{emoji_text_wrapper-uGdxxdhj.js → emoji_text_wrapper-KB-Ko_in.js} +1 -1
  34. package/dist/vue2/message_input.cjs +1 -1
  35. package/dist/vue2/message_input.js +3 -3
  36. package/dist/vue2/{stack-KJXN5GIj.cjs → stack-XgHklgWB.cjs} +1 -1
  37. package/dist/vue2/{stack-kZE4U88k.js → stack-buVgg-xL.js} +1 -1
  38. package/dist/vue2/style.css +1 -1
  39. package/dist/vue2/types/components/datepicker/modules/month-year-picker.vue.d.ts +2 -1
  40. package/dist/vue2/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +1 -6
  41. package/dist/vue2/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
  42. package/dist/vue3/dialtone-vue.cjs +4 -4
  43. package/dist/vue3/dialtone-vue.js +735 -727
  44. package/dist/vue3/emoji-KiKurHwi.cjs +1 -0
  45. package/dist/vue3/{emoji-KCktBw_Q.js → emoji-yICdaFwX.js} +6245 -6106
  46. package/dist/vue3/emoji.cjs +1 -1
  47. package/dist/vue3/emoji.js +3 -3
  48. package/dist/vue3/{emoji_picker-0dk1IIZe.js → emoji_picker-M2cPySPi.js} +1 -1
  49. package/dist/vue3/{emoji_picker-oL0G6mkn.cjs → emoji_picker-aN3p56tE.cjs} +1 -1
  50. package/dist/vue3/{emoji_text_wrapper-8IftNGmf.js → emoji_text_wrapper-1Grq_Nfn.js} +1 -1
  51. package/dist/vue3/{emoji_text_wrapper-oTDl_1_C.cjs → emoji_text_wrapper-S5n_b0Ll.cjs} +1 -1
  52. package/dist/vue3/message_input.cjs +1 -1
  53. package/dist/vue3/message_input.js +3 -3
  54. package/dist/vue3/{stack-ty9njR0G.js → stack-bGMrxsbK.js} +1 -1
  55. package/dist/vue3/{stack-wGf3gStH.cjs → stack-fV5ujJ1F.cjs} +1 -1
  56. package/dist/vue3/style.css +1 -1
  57. package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +5 -4
  58. package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
  59. package/package.json +1 -1
  60. package/dist/vue2/emoji-w6s_k5vR.cjs +0 -1
  61. package/dist/vue3/emoji-tI6sCuHx.cjs +0 -1
package/README.md CHANGED
@@ -113,11 +113,22 @@ pnpm nx build dialtone-documentation
113
113
 
114
114
  ### Releasing
115
115
 
116
- Running this commands will automatically release all packages that need to be released.
116
+ Running these commands will call [release.sh](./scripts/release.sh) which
117
+ automatically release all packages that need to be released.
118
+
119
+ Once done, a GitHub Action will be triggered, you can check the progress here:
120
+ [release.yml](https://github.com/dialpad/dialtone/actions/workflows/release.yml)
117
121
 
118
122
  #### Production
119
123
 
120
- Note: needs to be run while on staging branch.
124
+ This can only be run while on **staging** branch. After running the command, it will execute the following steps:
125
+
126
+ 1. Run build on the affected projects to improve the speed of the next step.
127
+ 2. Run release-local script on the affected projects to verify and increase the version according to commits.
128
+ 3. Merge `staging` version changes to `production`
129
+ 4. Push `production` branch.
130
+ - A GHA will publish the release on npm and GitHub with `@latest` tag.
131
+ 5. Merge changes from `production` back to `staging`
121
132
 
122
133
  ```bash
123
134
  pnpm run release
@@ -125,7 +136,15 @@ pnpm run release
125
136
 
126
137
  #### Alpha/Beta
127
138
 
128
- Note: needs to be run while on your feature branch.
139
+ Needs to be run while on your feature branch. After running the command, it will execute the following steps:
140
+
141
+ 1. Delete local and remote `alpha/beta` branch.
142
+ 2. Checkout to a clean `alpha/beta` branch and push to origin.
143
+ 3. Run build on the affected projects to improve the speed of the next step.
144
+ 4. Run release-local script on the affected projects to verify and increase the version according to commits.
145
+ 5. Push updated `alpha/beta` branch to origin.
146
+ - A GHA will publish the release on npm and GitHub with `@alpha` or `@beta` tag.
147
+ 6. Merge changes from `alpha/beta` back to your feature branch.
129
148
 
130
149
  ```bash
131
150
  pnpm run release:alpha