Skip to content

Commit

Permalink
fix: fix new version naming
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Nov 12, 2024
1 parent aac37ed commit 6f8f5ed
Show file tree
Hide file tree
Showing 17 changed files with 47 additions and 25 deletions.
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.1

### Patch Changes

- fix: fix video-camera naming

## 0.4.0

### Major 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.0",
"version": "0.4.1",
"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.1

### Patch Changes

- fix: fix video-camera naming

## 0.3.0

### Major 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.0",
"version": "0.3.1",
"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.1

### Patch Changes

- fix: fix video-camera naming
- Updated dependencies
- [email protected]

## 0.3.0

### Major 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.0",
"version": "0.3.1",
"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.2.5",
"tdesign-icons-vue": "0.3.1",
"tdesign-vue": "1.10.5-naruto",
"tvision-color": "^1.6.0",
"vue": "2.7.14"
Expand Down
10 changes: 2 additions & 8 deletions packages/view/src/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ export const manifest = {
keywords: ['视频库', '影视资料馆'],
},
{
name: 'video-camera-2-filled-1',
name: 'video-camera-3-filled',
svgString:
'<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 19.7232V4.23382L17 8.43382V4H0V20L17 20V15.7232L24 19.7232ZM12.3 12L6 16.2V7.8L12.3 12Z" fill="black" />\n</svg>',
keywords: ['电视摄像机', '视频摄影机'],
Expand Down Expand Up @@ -7496,7 +7496,7 @@ export const manifest = {
keywords: ['"关闭摄像机', '摄像机关"'],
},
{
name: 'video-camera-2-1',
name: 'video-camera-3',
svgString:
'<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 4.23382V19.7232L17 15.7232V20L0 20L6.9938e-07 4L17 4V8.43382L24 4.23382ZM17 10.7662V13.4197L22 16.2768V7.76619L17 10.7662ZM15 18V6L2 6L2 18H15ZM13.3028 12L6 16.8685L6 7.13148L13.3028 12ZM8 10.8685V13.1315L9.69722 12L8 10.8685Z" fill="black" />\n</svg>',
keywords: ['电视摄像机', '视频摄影机'],
Expand Down Expand Up @@ -10687,12 +10687,6 @@ export const manifest = {
'<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 20V14H20V16H16V20H14ZM8 20V16H4V14H10V20H8ZM20 10H14V4H16V8H20V10ZM10 10H4V8H8V4H10V10Z" fill="black" />\n</svg>',
keywords: ['全屏退出', '退出全屏模式'],
},
{
name: 'fullsreen',
svgString:
'<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 4.5H19.5V12H17.5V7.91421L7.91421 17.5H12V19.5H4.5V12H6.5V16.0858L16.0858 6.5H12V4.5Z" fill="black" />\n</svg>',
keywords: ['全屏', '完整屏幕'],
},
{
name: 'login',
svgString:
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.2

### Patch Changes

- fix: fix video-camera naming

## 0.3.0

### Major 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.1",
"version": "0.3.2",
"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.1

### Patch Changes

- fix: fix video-camera naming

## 0.3.0

### Major 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.0",
"version": "0.3.1",
"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.1

### Patch Changes

- fix: fix video-camera naming

## 0.2.0

### Major 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.0",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "https://github.com/Tencent/tdesign-icons.git",
Expand Down
5 changes: 0 additions & 5 deletions svg/chat-off-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions svg/member-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes

0 comments on commit 6f8f5ed

Please sign in to comment.