diff --git a/.changeset/version-new-changelog.md b/.changeset/version-new-changelog.md deleted file mode 100644 index ed391d6..0000000 --- a/.changeset/version-new-changelog.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"@wisdesign/lsicon": patch ---- - -Release new icon version - -🚀 add icons(2): - - - BookmarkIcon - - BookmarkFilledIcon - -🔄 update icons(2): - - - NumberSignIcon - - NumberSignFilledIcon - diff --git a/CHANGELOG.md b/CHANGELOG.md index ae849cb..5f0bfc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @wisdesign/lsicon +## 0.0.15 + +### Patch Changes + +- [#28](https://github.com/wisdesignsystem/lsicon/pull/28) [`fb9eb36`](https://github.com/wisdesignsystem/lsicon/commit/fb9eb3695c2779dd443d3cfb295a1bf25443fb4a) Thanks [@leefanv](https://github.com/leefanv)! - Release new icon version + + 🚀 add icons(2): + + - BookmarkIcon + - BookmarkFilledIcon + + 🔄 update icons(2): + + - NumberSignIcon + - NumberSignFilledIcon + ## 0.0.14 ### Patch Changes diff --git a/components/BookmarkFilledIcon.tsx b/components/BookmarkFilledIcon.tsx new file mode 100644 index 0000000..badd887 --- /dev/null +++ b/components/BookmarkFilledIcon.tsx @@ -0,0 +1,4 @@ +import * as React from "react"; +import type { SVGProps } from "react"; +const BookmarkFilledIcon = (props: SVGProps) => ; +export default BookmarkFilledIcon; \ No newline at end of file diff --git a/components/BookmarkIcon.tsx b/components/BookmarkIcon.tsx new file mode 100644 index 0000000..d2e82fc --- /dev/null +++ b/components/BookmarkIcon.tsx @@ -0,0 +1,4 @@ +import * as React from "react"; +import type { SVGProps } from "react"; +const BookmarkIcon = (props: SVGProps) => ; +export default BookmarkIcon; \ No newline at end of file diff --git a/package.json b/package.json index 39e8541..628c7e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wisdesign/lsicon", - "version": "0.0.14", + "version": "0.0.15", "description": "Icon sets power by lsicon", "homepage": "https://www.lsicon.com/@wisdesign/lsicon", "repository": {