@entur/icons 6.0.0 → 6.0.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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This package contains the icon components.
4
4
 
5
- > 💡 Looking for the [documentation](https://design.entur.org/komponenter/resources/icons)?
5
+ > 💡 Looking for the [documentation](https://design.entur.no/komponenter/resources/icons)?
6
6
 
7
7
  ## Installation
8
8
 
@@ -20,7 +20,7 @@ import { AddIcon } from '@entur/icons'; // Import specific icon
20
20
  <AddIcon />;
21
21
  ```
22
22
 
23
- Please refer to the [documentation](https://design.entur.org/komponenter/resources/icons) for usage information.
23
+ Please refer to the [documentation](https://design.entur.no/komponenter/resources/icons) for usage information.
24
24
 
25
25
  ## Development
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/icons",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -46,7 +46,7 @@
46
46
  "rollup": "^2.66.0"
47
47
  },
48
48
  "dependencies": {
49
- "@entur/tokens": "^3.8.0"
49
+ "@entur/tokens": "^3.8.1"
50
50
  },
51
- "gitHead": "48cdba2e353c9311d52550a98c6b025deb7b8270"
51
+ "gitHead": "1e78a655ffc4c4ca80d8e54495768282dc374201"
52
52
  }