Skip to content

Commit

Permalink
chore: release icon (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Aug 29, 2024
1 parent fdb6e04 commit e4baa13
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 10 deletions.
6 changes: 6 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tdesign-icons-react-native

## 0.0.3

### Patch Changes

- fix: fix lock-on icon path

## 0.0.2

### Patch Changes
Expand Down
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.2",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "https://github.com/Tencent/tdesign-icons.git",
Expand Down
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.3.5

### Patch Changes

- fix: fix lock-on icon path

## 0.3.4

### 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.4",
"version": "0.3.5",
"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.2.2

### Patch Changes

- fix: fix lock-on icon path

## 0.2.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.2.1",
"version": "0.2.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.2.8

### Patch Changes

- fix: fix lock-on icon path
- Updated dependencies
- [email protected]

## 0.2.7

### 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.7",
"version": "0.2.8",
"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.3",
"tdesign-icons-vue": "0.2.5",
"tdesign-vue": "1.4.6-naruto",
"tvision-color": "^1.6.0",
"vue": "2.7.14"
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.2.6

### Patch Changes

- fix: fix lock-on icon path

## 0.2.5

### 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.5",
"version": "0.2.6",
"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.2.5

### Patch Changes

- fix: fix lock-on icon path

## 0.2.4

### 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.4",
"version": "0.2.5",
"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.1.3

### Patch Changes

- fix: fix lock-on icon path

## 0.1.2

### 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.1.2",
"version": "0.1.3",
"repository": {
"type": "git",
"url": "https://github.com/Tencent/tdesign-icons.git",
Expand Down
6 changes: 4 additions & 2 deletions svg/lock-on.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e4baa13

Please sign in to comment.