@ndla/ui 3.2.7 → 3.2.8

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 +3 -3
package/README.md CHANGED
@@ -14,7 +14,7 @@ npm i --save ndla-ui
14
14
 
15
15
  ### Optional dependencies
16
16
 
17
- The following dependencies are optional, but some components may be dependent on one or more of them.
17
+ The following dependencies are optional, but some components may depend on one or more of them.
18
18
 
19
19
  ```
20
20
  react-collapse
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndla/ui",
3
- "version": "3.2.7",
3
+ "version": "3.2.8",
4
4
  "description": "UI component library for NDLA.",
5
5
  "license": "GPL-3.0",
6
6
  "main": "lib/index.js",
@@ -38,7 +38,7 @@
38
38
  "@ndla/icons": "^1.3.1",
39
39
  "@ndla/licenses": "^1.0.7",
40
40
  "@ndla/modal": "^1.1.14",
41
- "@ndla/safelink": "^1.0.5",
41
+ "@ndla/safelink": "^1.0.6",
42
42
  "@ndla/switch": "^0.0.32",
43
43
  "@ndla/tabs": "^1.0.11",
44
44
  "@ndla/tooltip": "^0.2.49",
@@ -92,5 +92,5 @@
92
92
  "publishConfig": {
93
93
  "access": "public"
94
94
  },
95
- "gitHead": "f06b1ac4310c75ac713fc3ef149a31c9748f4017"
95
+ "gitHead": "3214435642258d6ef6613a8580b39a326a37f5d7"
96
96
  }