@schemavaults/ui 0.34.0 → 0.34.1

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@ SchemaVaults React.js UI component library package. [Here's the @schemavaults/ui
6
6
 
7
7
  ## Usage
8
8
 
9
- ### Ensure that globals.css is imported from @schemavaults/theme
9
+ ### Ensure that globals.css is imported from [@schemavaults/theme](https://github.com/schemavaults/theme)
10
10
 
11
11
  ```javascript
12
12
  import "@schemavaults/theme/globals.css"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schemavaults/ui",
3
- "version": "0.34.0",
3
+ "version": "0.34.1",
4
4
  "private": false,
5
5
  "license": "UNLICENSED",
6
6
  "description": "React.js UI components for SchemaVaults frontend applications",