frappe-ui 0.0.63 → 0.0.64

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frappe-ui",
3
- "version": "0.0.63",
3
+ "version": "0.0.64",
4
4
  "description": "A set of components and utilities for rapid UI development",
5
5
  "main": "./src/index.js",
6
6
  "scripts": {
@@ -206,6 +206,7 @@ export default {
206
206
  'Align Right',
207
207
  'Separator',
208
208
  'Image',
209
+ 'Link',
209
210
  'Blockquote',
210
211
  'Code',
211
212
  'Horizontal Rule',