@openameba/spindle-icons 0.25.1 → 0.26.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 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.26.0](https://github.com/openameba/spindle/compare/@openameba/spindle-icons@0.25.1...@openameba/spindle-icons@0.26.0) (2022-06-27)
7
+
8
+ **Note:** Version bump only for package @openameba/spindle-icons
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.25.1](https://github.com/openameba/spindle/compare/@openameba/spindle-icons@0.25.0...@openameba/spindle-icons@0.25.1) (2022-06-14)
7
15
 
8
16
  **Note:** Version bump only for package @openameba/spindle-icons
package/README.md CHANGED
@@ -4,7 +4,7 @@ SVG and PDF Icons with Spindle (Ameba Design System)
4
4
 
5
5
  > Spindle Iconsは試験開発中のため、大幅に変更される可能性があります。安定版リリースまでの間はバージョン番号は0となり、バージョンに関わらずbreaking changeが行われることがありますので、利用時には注意してください。変更内容は、[CHANGELOG](CHANGELOG.md)に記載されています。
6
6
 
7
- ![See licence in readme.md](https://img.shields.io/npm/l/@openameba/spindle-icons) ![npm](https://img.shields.io/npm/v/@openameba/spindle-icons)
7
+ ![See license in readme.md](https://img.shields.io/npm/l/@openameba/spindle-icons) ![npm](https://img.shields.io/npm/v/@openameba/spindle-icons)
8
8
 
9
9
  ## インストール
10
10
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openameba/spindle-icons",
3
- "version": "0.25.1",
3
+ "version": "0.26.0",
4
4
  "scripts": {
5
5
  "clean": "npx rimraf dist",
6
6
  "mkdir": "npx mkdirp dist",
@@ -28,5 +28,5 @@
28
28
  "svgo": "^2.0.0",
29
29
  "ts-node": "^10.0.0"
30
30
  },
31
- "gitHead": "039e6367234b65e0379bad3903d07dc22f798f89"
31
+ "gitHead": "18ed83ae5a8dc477450b392ca1d7d5b2ba987c9f"
32
32
  }