@openameba/spindle-icons 0.19.0 → 0.20.0
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.
- package/CHANGELOG.md +8 -0
- package/README.md +2 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
# [0.20.0](https://github.com/openameba/spindle/compare/@openameba/spindle-icons@0.19.0...@openameba/spindle-icons@0.20.0) (2022-02-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @openameba/spindle-icons
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [0.19.0](https://github.com/openameba/spindle/compare/@openameba/spindle-icons@0.18.0...@openameba/spindle-icons@0.19.0) (2021-12-03)
|
|
7
15
|
|
|
8
16
|
|
package/README.md
CHANGED
|
@@ -138,6 +138,8 @@ Spindle Iconsは以下2つのライセンスで公開されています。
|
|
|
138
138
|
- SVGファイルは、Creative Commons BY-NC-ND 4.0
|
|
139
139
|
- ソースコードは、MIT License
|
|
140
140
|
|
|
141
|
+
また各サービスのブランドアイコンは、それぞれの所有者の商標です。これらの商標の使用は、Spindleが商標権者を支持していることを示すものではなく、またその逆でもありません。ブランドロゴは、その企業、製品、サービスを表現する目的以外では使用しないでください。
|
|
142
|
+
|
|
141
143
|
## 関連ドキュメント
|
|
142
144
|
- [アイコンリスト](docs/icons.md)
|
|
143
145
|
- [Design Doc](docs/design-doc.md)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openameba/spindle-icons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.20.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"clean": "npx rimraf dist",
|
|
6
6
|
"mkdir": "npx mkdirp dist",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@types/cli-progress": "^3.7.0",
|
|
23
|
-
"axios": "^0.
|
|
23
|
+
"axios": "^0.26.0",
|
|
24
24
|
"cli-progress": "^3.8.2",
|
|
25
25
|
"figma-api": "^1.5.5",
|
|
26
26
|
"npm-run-all": "^4.1.5",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"svgo": "^2.0.0",
|
|
29
29
|
"ts-node": "^10.0.0"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "69049637847460a8930e6796a3b6e431a322c15a"
|
|
32
32
|
}
|