Skip to content

Commit

Permalink
rel: v1.6.0
Browse files Browse the repository at this point in the history
-   Add Typescript support
-   Move components from `/dist` to `/icons`
-   Move index.js into the package root
  • Loading branch information
ben committed Feb 5, 2021
1 parent e9b3d5f commit 0277b96
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
# tabler-icons-svelte changelog

### 1.5.0
## 1.6.0

- Add Typescript support
- Move components from `/dist` to `/icons`
- Move index.js into the package root

## 1.5.0

- Add 268 new icons added in [tabler-icons][tabler-icons] [v1.39.0](https://github.com/tabler/tabler-icons/releases/tag/v1.39.0)

### 1.4.0
## 1.4.0

- Change default color to `currentColor`. ([#5](https://github.com/benflap/tabler-icons-svelte/issues/5))

### 1.3.0
## 1.3.0

- Add 18 new icons added in [tabler-icons][tabler-icons] [v1.38.0](https://github.com/tabler/tabler-icons/releases/tag/v1.38.0)
- Add 18 new icons added in [tabler-icons][tabler-icons] [v1.37.0](https://github.com/tabler/tabler-icons/releases/tag/v1.37.0)

### 1.2.0
## 1.2.0

- Add 21 new icons added in [tabler-icons][tabler-icons] [v1.36.0](https://github.com/tabler/tabler-icons/releases/tag/v1.36.0)

### 1.1.0
## 1.1.0

- Add 42 new icons added in [tabler-icons][tabler-icons] [v1.35.0](https://github.com/tabler/tabler-icons/releases/tag/v1.35.0)
- Renamed 3 icons
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabler-icons-svelte",
"version": "1.5.0",
"version": "1.6.0",
"description": "Tabler Icons as svelte components.",
"license": "MIT",
"author": "Ben Lapp <[email protected]>",
Expand Down

0 comments on commit 0277b96

Please sign in to comment.