Skip to content

Commit

Permalink
release($bump): [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
iq9891 committed Jan 11, 2022
1 parent ae4f42a commit c99547e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions packages/img/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
# 1.1.0 (2022-01-11)


### Bug Fixes

* **$color:** filled color error ([d9c228b](https://github.com/fe6/icon/commit/d9c228b572dace5cf95380a03c93787616051a98))
* **$icon:** id no repeat ([99ce84f](https://github.com/fe6/icon/commit/99ce84fd88c4d68fc23300a728b747ae7c20caa0))
* **$icon:** name error for endpoint square ([f963182](https://github.com/fe6/icon/commit/f963182d583d0936f4b590a9e8fe7a1b4d0a216e))
* **$icon:** svg file error ([241e109](https://github.com/fe6/icon/commit/241e109a0e8edd9d68ea7e7fa30da569a82bf63b))
* **$id:** uuid config ([06d208b](https://github.com/fe6/icon/commit/06d208b5ec0e342c027f2e5c3e88b3e5b86be94b))
* **$img:** all type error ([fbacb6e](https://github.com/fe6/icon/commit/fbacb6ef96adf4343d792737b529810000692c73))
* **$img:** base64 error ([338382c](https://github.com/fe6/icon/commit/338382ceec8d9190a90512ac8813fca706250930))
* **$img:** color is maybe for type check ([72ff200](https://github.com/fe6/icon/commit/72ff20079eacea81c9dc2ffacb2d4ea337faef9a))
* **$img:** colors props ([43d6739](https://github.com/fe6/icon/commit/43d6739a814694209f992158b793f96cbe0914ec))
* **$img:** type error ([230c284](https://github.com/fe6/icon/commit/230c284a6d3e300b585b4dc04970e77278989b4c))
* **$img:** type error ([7c2dd64](https://github.com/fe6/icon/commit/7c2dd64d261f2e02c0fd38b7945e2fa561096114))
* **$img:** type is maybe ([49a6c53](https://github.com/fe6/icon/commit/49a6c53023b69f49b89ff0e613baa2cc6f8cd301))
* **$img:** type is maybe ([ee40bf9](https://github.com/fe6/icon/commit/ee40bf9d4e53bb213e11c6b4a02f53a38189031e))
* **$spin:** img tag is error ([1f239ba](https://github.com/fe6/icon/commit/1f239ba9edb8d5805e0296758c6d4bc8589a2cc6))
* **$type:** error ([dd8542b](https://github.com/fe6/icon/commit/dd8542b43d28dc5ddd047e07185c9ef33a5a1fa2))
* **$type:** runtime export ([88afe14](https://github.com/fe6/icon/commit/88afe14834a8009513adaebe57e042734367616a))
* **$type:** theme error ([f449892](https://github.com/fe6/icon/commit/f449892edc5ccc3ecce95de17fb6050f7fe1b439))


### Features

* **$config:** add config json file ([eaf4be1](https://github.com/fe6/icon/commit/eaf4be16f88c5c0c8eae6fb6c691f53529c7c583))
* **$cube:** add cube package ([d8bb280](https://github.com/fe6/icon/commit/d8bb28095cbdc2a47c41590be3f7db0c8b95b8c6))
* **$icon:** add byted rotate right icon ([bfb0503](https://github.com/fe6/icon/commit/bfb0503f0b3b3f3066283dbdeff06b08e128f056))
* **$icon:** add card img and card panel icons ([6e9e05c](https://github.com/fe6/icon/commit/6e9e05c5c8e9b20095036c7e1ecf0f7b3a7a3230))
* **$icon:** add edit icons ([1c6bcb4](https://github.com/fe6/icon/commit/1c6bcb4bb52cf01cb7dff0a5c5dc45476ca31985))
* **$icon:** add img icon package ([4c506c9](https://github.com/fe6/icon/commit/4c506c9735ebd11faef1861e647b5116324b13ab))
* **$icons:** add type in icon json ([7473c16](https://github.com/fe6/icon/commit/7473c16ab5e3f0b3ee25b2dfbfa62d3bf6e3de02))
* **$img:** add svg prop ([3250d42](https://github.com/fe6/icon/commit/3250d4211533c3b10bad3f0a9e0474136fc62569))
* **$key:** rename ([494a94f](https://github.com/fe6/icon/commit/494a94f339ab38d89de257eac65571f6b0d0d2ba))
* **$type:** add color types ([379cbcc](https://github.com/fe6/icon/commit/379cbcc32bbf8429c1224b488d5fbfe52a5bfe39))



# 1.0.0 (2022-01-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/img/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fe6/icon-img",
"version": "1.0.0",
"version": "1.1.0",
"description": "Water Icon 的纯 HTML 图标",
"keywords": [
"vue",
Expand Down

0 comments on commit c99547e

Please sign in to comment.