@sb1/ffe-icons 12.15.3 → 12.15.4

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/CHANGELOG.md +11 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [12.15.4](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-icons@12.15.3...@sb1/ffe-icons@12.15.4) (2021-12-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **ffe-icons:** use buildtool for transpiling ([3e11f6b](https://github.com/SpareBank1/designsystem/commit/3e11f6be485fb4ba40975a6e9cf792ebeaeea8da)), closes [#1294](https://github.com/SpareBank1/designsystem/issues/1294)
12
+
13
+
14
+
15
+
16
+
6
17
  ## [12.15.3](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-icons@12.15.2...@sb1/ffe-icons@12.15.3) (2021-11-04)
7
18
 
8
19
  **Note:** Version bump only for package @sb1/ffe-icons
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sb1/ffe-icons",
3
- "version": "12.15.3",
3
+ "version": "12.15.4",
4
4
  "description": "Felles Front End Icons",
5
5
  "license": "MIT",
6
6
  "author": "SpareBank 1",
@@ -13,11 +13,11 @@
13
13
  },
14
14
  "scripts": {
15
15
  "build": "node bin/build.js",
16
- "lint": "eslint bin/.",
16
+ "lint": "eslint bin",
17
17
  "test": "npm run lint"
18
18
  },
19
19
  "dependencies": {
20
- "mkdirp": "^1.0.0",
20
+ "mkdirp": "^1.0.4",
21
21
  "svgstore": "^2.0.3",
22
22
  "yargs": "^16.0.0"
23
23
  },
@@ -27,5 +27,5 @@
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  },
30
- "gitHead": "779a28007545ef4d26681b63d458f5d82a5abdfb"
30
+ "gitHead": "59eb2e12625e744f1a116c14a40cf69f1bbecdc6"
31
31
  }