Skip to content

Commit

Permalink
chore: release new version (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Jul 5, 2024
1 parent d2db066 commit 2c16128
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 7 deletions.
7 changes: 7 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# tdesign-icons-react-native

## 0.0.2

### Patch Changes

- feat: add `list-numbered` icon, optimize path of `lock-off`;
- fix: fix `chart-column` naming;

## 0.0.1

- feat: release 0.0.1
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tdesign-icons-react-native",
"version": "0.0.1",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "https://github.com/Tencent/tdesign-icons.git",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 0.3.3

### Patch Changes

- feat: add `list-numbered` icon, optimize path of `lock-off`;
- fix: fix `chart-column` naming;

## 0.3.2

### 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.3.2",
"version": "0.3.3",
"repository": {
"type": "git",
"url": "https://github.com/Tencent/tdesign-icons.git",
Expand Down
7 changes: 7 additions & 0 deletions packages/svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# tdesign-icons-svg

## 0.2.1

### Patch Changes

- feat: add `list-numbered` icon, optimize path of `lock-off`;
- fix: fix `chart-column` naming;

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "https://github.com/Tencent/tdesign-icons.git",
Expand Down
7 changes: 7 additions & 0 deletions packages/view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# tdesign-icons-view

## 0.2.7

### Patch Changes

- feat: add `list-numbered` icon, optimize path of `lock-off`;
- fix: fix `chart-column` naming;

## 0.2.5

### 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.2.6",
"version": "0.2.7",
"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.2",
"tdesign-icons-vue": "0.2.3",
"tdesign-vue": "1.4.6-naruto",
"tvision-color": "^1.6.0",
"vue": "2.7.14"
Expand Down
7 changes: 7 additions & 0 deletions packages/vue-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 0.2.3

### Patch Changes

- feat: add `list-numbered` icon, optimize path of `lock-off`;
- fix: fix `chart-column` naming;

## 0.2.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.2.2",
"version": "0.2.3",
"repository": {
"type": "git",
"url": "https://github.com/Tencent/tdesign-icons.git",
Expand Down
7 changes: 7 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 0.2.3

### Patch Changes

- feat: add `list-numbered` icon, optimize path of `lock-off`;
- fix: fix `chart-column` naming;

## 0.2.2

### 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.2.2",
"version": "0.2.3",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
Expand Down

0 comments on commit 2c16128

Please sign in to comment.