Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix filled icon naming #122

Merged
merged 2 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.4.2

### Patch Changes

- fix: fix filled-icon naming

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tdesign-icons-react",
"version": "0.4.1",
"version": "0.4.2",
"repository": {
"type": "git",
"url": "https://github.com/Tencent/tdesign-icons.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tdesign-icons-svg

## 0.3.2

### Patch Changes

- fix: fix filled-icon naming

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tdesign-icons-svg",
"version": "0.3.1",
"version": "0.3.2",
"repository": {
"type": "git",
"url": "https://github.com/Tencent/tdesign-icons.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# tdesign-icons-view

## 0.3.2

### Patch Changes

- fix: fix filled-icon naming
- Updated dependencies
- [email protected]

## 0.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tdesign-icons-view",
"version": "0.3.1",
"version": "0.3.2",
"description": "A web-component package for display all icons in any UI framework",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"core-js": "^3.8.3",
"lodash": "^4.17.21",
"tdesign-icons-vue": "0.3.1",
"tdesign-icons-vue": "0.3.2",
"tdesign-vue": "1.10.5-naruto",
"tvision-color": "^1.6.0",
"vue": "2.7.14"
Expand Down
6 changes: 3 additions & 3 deletions packages/view/src/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ export const manifest = {
keywords: ['圆环图,环形图'],
},
{
name: 'chart-radar -filled',
name: 'chart-radar-filled',
svgString:
'<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.0011 1.48999L1.81469 8.1643L11.0011 11.1491V1.48999Z" fill="black" /><path d="M1.19604 10.0662L4.70517 20.8662L10.3831 13.0513L1.19604 10.0662Z" fill="black" /><path d="M6.32406 22.0406H17.6781L12.0011 14.2268L6.32406 22.0406Z" fill="black" /><path d="M19.2953 20.8638L22.8033 10.0671L13.6191 13.0513L19.2953 20.8638Z" fill="black" /><path d="M22.1857 8.16488L13.0011 1.49184V11.1491L22.1857 8.16488Z" fill="black" />\n</svg>',
keywords: ['图表雷达', '雷达图表'],
Expand Down Expand Up @@ -3413,7 +3413,7 @@ export const manifest = {
keywords: ['制表符', '表格符号'],
},
{
name: 'scroll-bar -filled',
name: 'scroll-bar-filled',
svgString:
'<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 2V22H20V2H22ZM2 2H18V22H2V2Z" fill="black" />\n</svg>',
keywords: ['滚动条', '滚动条'],
Expand Down Expand Up @@ -4937,7 +4937,7 @@ export const manifest = {
keywords: ['胶卷', '电影胶片'],
},
{
name: 'data -filled',
name: 'data-filled',
svgString:
'<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.22632 2H22.2263V11H2.22632V2ZM8.22827 5.5H6.22437V7.50391H8.22827V5.5Z" fill="black" /><path d="M2.22632 13H22.2263V22H2.22632V13ZM8.22827 16.5H6.22437V18.5039H8.22827V16.5Z" fill="black" />\n</svg>',
keywords: ['数据', '资讯'],
Expand Down
6 changes: 6 additions & 0 deletions packages/vue-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.3.3

### Patch Changes

- fix: fix filled-icon naming

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tdesign-icons-vue-next",
"version": "0.3.2",
"version": "0.3.3",
"repository": {
"type": "git",
"url": "https://github.com/Tencent/tdesign-icons.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.3.2

### Patch Changes

- fix: fix filled-icon naming

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tdesign-icons-vue",
"version": "0.3.1",
"version": "0.3.2",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tdesign-icons-web-components

## 0.2.2

### Patch Changes

- fix: fix filled-icon naming

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tdesign-icons-web-components",
"version": "0.2.1",
"version": "0.2.2",
"repository": {
"type": "git",
"url": "https://github.com/Tencent/tdesign-icons.git",
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes