@dhis2-ui/button 8.2.3 → 8.2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -4,3 +4,5 @@
4
4
  > See the [Getting started
5
5
  > guide](https://github.com/dhis2/ui/blob/master/docs/getting-started.md)
6
6
  > for more information.
7
+
8
+ For usage instructions see [the documentation for this component](https://ui.dhis2.nu/components/button).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2-ui/button",
3
- "version": "8.2.3",
3
+ "version": "8.2.6",
4
4
  "description": "UI Button",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,11 +32,11 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@dhis2/prop-types": "^3.0.0-beta.1",
35
- "@dhis2-ui/layer": "8.2.3",
36
- "@dhis2-ui/loader": "8.2.3",
37
- "@dhis2-ui/popper": "8.2.3",
38
- "@dhis2/ui-constants": "8.2.3",
39
- "@dhis2/ui-icons": "8.2.3",
35
+ "@dhis2-ui/layer": "8.2.6",
36
+ "@dhis2-ui/loader": "8.2.6",
37
+ "@dhis2-ui/popper": "8.2.6",
38
+ "@dhis2/ui-constants": "8.2.6",
39
+ "@dhis2/ui-icons": "8.2.6",
40
40
  "classnames": "^2.3.1",
41
41
  "prop-types": "^15.7.2"
42
42
  },