@maxio-com/react-ui-components 8.14.2 → 9.0.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 (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -11,3 +11,4 @@ Make sure to include the snippet with design system stylesheet CSS file on Your
11
11
  or import it in main js file:
12
12
 
13
13
  `import './styles.css';`
14
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxio-com/react-ui-components",
3
- "version": "8.14.2",
3
+ "version": "9.0.0",
4
4
  "description": "React UI components",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "15cc5275f21558b485d3618b27a2e457b4824517"
62
+ "gitHead": "eca94a792ee5b4e3e5cacdf615e4a536c58aca6c"
63
63
  }