@volue/design-icons 1.6.0-next.24 → 1.6.0-next.27

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 +3 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -4,13 +4,13 @@ All notable changes to this project will be documented in this file. See [Conven
4
4
 
5
5
  <!-- MONODEPLOY:BELOW -->
6
6
 
7
- ## [1.5.0](https://github.com/PowelAS/wave/compare/@volue/design-icons@1.4.0...@volue/design-icons@1.5.0) "@volue/design-icons" (2021-08-17)
7
+ ## [1.5.0](https://github.com/Volue/wave/compare/@volue/design-icons@1.4.0...@volue/design-icons@1.5.0) "@volue/design-icons" (2021-08-17)
8
8
 
9
9
 
10
10
  ### Features
11
11
 
12
- * add `bundle` icon ([5e04784](https://github.com/PowelAS/wave/commit/5e0478411f7b34297a829d089a5ee0f30025e406))
13
- * add folder icon ([61a85e1](https://github.com/PowelAS/wave/commit/61a85e120b9409581e74dc318ba623f74e615735))
12
+ * add `bundle` icon ([5e04784](https://github.com/Volue/wave/commit/5e0478411f7b34297a829d089a5ee0f30025e406))
13
+ * add folder icon ([61a85e1](https://github.com/Volue/wave/commit/61a85e120b9409581e74dc318ba623f74e615735))
14
14
 
15
15
 
16
16
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@volue/design-icons",
3
- "version": "1.6.0-next.24",
3
+ "version": "1.6.0-next.27",
4
4
  "description": "Icons for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "https://github.com/PowelAS/wave",
8
+ "url": "https://github.com/Volue/wave",
9
9
  "directory": "design-primitives/design-icons"
10
10
  },
11
11
  "publishConfig": {
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "constant-case": "3.0.4",
36
- "eslint": "8.15.0",
36
+ "eslint": "8.18.0",
37
37
  "eslint-config-powel": "14.2.1",
38
38
  "eslint-import-resolver-node": "0.3.6",
39
39
  "eslint-plugin-import": "2.26.0",
@@ -42,11 +42,11 @@
42
42
  "lodash.camelcase": "4.3.0",
43
43
  "node-yaml": "4.0.1",
44
44
  "npm-run-all": "4.1.5",
45
- "prettier": "2.6.2",
45
+ "prettier": "2.7.1",
46
46
  "rimraf": "3.0.2",
47
47
  "svgo": "2.8.0",
48
48
  "theo": "8.1.5",
49
- "typescript": "4.6.4",
49
+ "typescript": "4.7.4",
50
50
  "xml2js": "0.4.23"
51
51
  }
52
52
  }