Skip to content

Commit

Permalink
Merge pull request #29 from wisdesignsystem/changeset-release/main
Browse files Browse the repository at this point in the history
Release new version
  • Loading branch information
leefanv authored Feb 19, 2025
2 parents cdbee02 + 3f4e7cd commit 7c2a317
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 17 deletions.
16 changes: 0 additions & 16 deletions .changeset/version-new-changelog.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions components/BookmarkFilledIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import * as React from "react";
import type { SVGProps } from "react";
const BookmarkFilledIcon = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 16 16" data-role="lsicon" {...props}><path fill="currentColor" d="M1.5 3.5V12.5H14.5L12 8L14.5 3.5H1.5Z" /></svg>;
export default BookmarkFilledIcon;
4 changes: 4 additions & 0 deletions components/BookmarkIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import * as React from "react";
import type { SVGProps } from "react";
const BookmarkIcon = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 16 16" data-role="lsicon" {...props}><path stroke="currentColor" d="M1.5 3.5V12.5H14.5L12 8L14.5 3.5H1.5Z" /></svg>;
export default BookmarkIcon;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 7c2a317

Please sign in to comment.