From 12b9278cb14002f65779b7610568dd0714fc95ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 19 Feb 2025 09:11:37 +0000 Subject: [PATCH] release: publish new version --- .changeset/version-new-changelog.md | 11 ----------- CHANGELOG.md | 11 +++++++++++ components/TimeThreeFilledIcon.tsx | 4 ++++ components/TimeThreeIcon.tsx | 4 ++++ package.json | 2 +- 5 files changed, 20 insertions(+), 12 deletions(-) delete mode 100644 .changeset/version-new-changelog.md create mode 100644 components/TimeThreeFilledIcon.tsx create mode 100644 components/TimeThreeIcon.tsx diff --git a/.changeset/version-new-changelog.md b/.changeset/version-new-changelog.md deleted file mode 100644 index 311d822..0000000 --- a/.changeset/version-new-changelog.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@wisdesign/lsicon": patch ---- - -Release new icon version - -🚀 add icons(2): - - - TimeThreeIcon - - TimeThreeFilledIcon - diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f0bfc3..9a509d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @wisdesign/lsicon +## 0.0.16 + +### Patch Changes + +- [#30](https://github.com/wisdesignsystem/lsicon/pull/30) [`4b0126f`](https://github.com/wisdesignsystem/lsicon/commit/4b0126f3ab599e940ec75821e5233c0655612f08) Thanks [@leefanv](https://github.com/leefanv)! - Release new icon version + + 🚀 add icons(2): + + - TimeThreeIcon + - TimeThreeFilledIcon + ## 0.0.15 ### Patch Changes diff --git a/components/TimeThreeFilledIcon.tsx b/components/TimeThreeFilledIcon.tsx new file mode 100644 index 0000000..4d6f368 --- /dev/null +++ b/components/TimeThreeFilledIcon.tsx @@ -0,0 +1,4 @@ +import * as React from "react"; +import type { SVGProps } from "react"; +const TimeThreeFilledIcon = (props: SVGProps) => ; +export default TimeThreeFilledIcon; \ No newline at end of file diff --git a/components/TimeThreeIcon.tsx b/components/TimeThreeIcon.tsx new file mode 100644 index 0000000..2534dc7 --- /dev/null +++ b/components/TimeThreeIcon.tsx @@ -0,0 +1,4 @@ +import * as React from "react"; +import type { SVGProps } from "react"; +const TimeThreeIcon = (props: SVGProps) => ; +export default TimeThreeIcon; \ No newline at end of file diff --git a/package.json b/package.json index 5cf96b6..7ea3480 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wisdesign/lsicon", - "version": "0.0.15", + "version": "0.0.16", "description": "Icon sets power by lsicon", "homepage": "https://www.lsicon.com/@wisdesign/lsicon", "repository": {