Skip to content

Commit 013c5ee

Browse files
committed
Release 3.0.2
1 parent 78ea72c commit 013c5ee

File tree

17 files changed

+32
-32
lines changed

17 files changed

+32
-32
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tabler-icons",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/tabler/tabler-icons.git"

Diff for: packages/icons-eps/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabler/icons-eps",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
55
"homepage": "https://tabler-icons.io",
66
"bugs": {
@@ -25,7 +25,7 @@
2525
]
2626
},
2727
"dependencies": {
28-
"@tabler/icons": "3.0.1"
28+
"@tabler/icons": "3.0.2"
2929
},
3030
"keywords": [
3131
"icons",

Diff for: packages/icons-pdf/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabler/icons-pdf",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
55
"homepage": "https://tabler-icons.io",
66
"bugs": {
@@ -30,7 +30,7 @@
3030
]
3131
},
3232
"dependencies": {
33-
"@tabler/icons": "3.0.1"
33+
"@tabler/icons": "3.0.2"
3434
},
3535
"keywords": [
3636
"icons",

Diff for: packages/icons-png/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabler/icons-png",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
55
"homepage": "https://tabler-icons.io",
66
"bugs": {
@@ -30,7 +30,7 @@
3030
]
3131
},
3232
"dependencies": {
33-
"@tabler/icons": "3.0.1"
33+
"@tabler/icons": "3.0.2"
3434
},
3535
"keywords": [
3636
"icons",

Diff for: packages/icons-preact/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabler/icons-preact",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"license": "MIT",
55
"author": "codecalm",
66
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
@@ -35,7 +35,7 @@
3535
"imports-check": "attw $(npm pack)"
3636
},
3737
"dependencies": {
38-
"@tabler/icons": "3.0.1"
38+
"@tabler/icons": "3.0.2"
3939
},
4040
"peerDependencies": {
4141
"preact": "^10.5.13"

Diff for: packages/icons-react-native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabler/icons-react-native",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"license": "MIT",
55
"author": "codecalm",
66
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
@@ -48,7 +48,7 @@
4848
"imports-check": "attw $(npm pack)"
4949
},
5050
"dependencies": {
51-
"@tabler/icons": "3.0.1"
51+
"@tabler/icons": "3.0.2"
5252
},
5353
"devDependencies": {
5454
"@testing-library/react": "^14.2.1",

Diff for: packages/icons-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabler/icons-react",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"license": "MIT",
55
"author": "codecalm",
66
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
@@ -35,7 +35,7 @@
3535
"imports-check": "attw $(npm pack)"
3636
},
3737
"dependencies": {
38-
"@tabler/icons": "3.0.1"
38+
"@tabler/icons": "3.0.2"
3939
},
4040
"devDependencies": {
4141
"@testing-library/react": "^14.2.1",

Diff for: packages/icons-solidjs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabler/icons-solidjs",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"license": "MIT",
55
"author": "codecalm",
66
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
@@ -34,7 +34,7 @@
3434
"imports-check": "attw $(npm pack)"
3535
},
3636
"dependencies": {
37-
"@tabler/icons": "3.0.1"
37+
"@tabler/icons": "3.0.2"
3838
},
3939
"devDependencies": {
4040
"@solidjs/testing-library": "^0.8.6",

Diff for: packages/icons-sprite/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabler/icons-sprite",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"license": "MIT",
55
"author": "codecalm",
66
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
@@ -28,7 +28,7 @@
2828
"clean": "rm -rf dist/*"
2929
},
3030
"dependencies": {
31-
"@tabler/icons": "3.0.1"
31+
"@tabler/icons": "3.0.2"
3232
},
3333
"keywords": [
3434
"icons",

Diff for: packages/icons-svelte/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabler/icons-svelte",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"license": "MIT",
55
"author": "codecalm",
66
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
@@ -20848,7 +20848,7 @@
2084820848
"imports-check": "attw $(npm pack)"
2084920849
},
2085020850
"dependencies": {
20851-
"@tabler/icons": "3.0.1"
20851+
"@tabler/icons": "3.0.2"
2085220852
},
2085320853
"devDependencies": {
2085420854
"@sveltejs/package": "^2.2.7",

Diff for: packages/icons-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabler/icons-vue",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"license": "MIT",
55
"author": "codecalm",
66
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
@@ -33,7 +33,7 @@
3333
"imports-check": "attw $(npm pack)"
3434
},
3535
"dependencies": {
36-
"@tabler/icons": "3.0.1"
36+
"@tabler/icons": "3.0.2"
3737
},
3838
"peerDependencies": {
3939
"vue": ">=3.0.1"

Diff for: packages/icons-webfont/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabler/icons-webfont",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
55
"homepage": "https://tabler-icons.io",
66
"bugs": {
@@ -34,7 +34,7 @@
3434
"sass": "./tabler-icons.scss",
3535
"style": "./tabler-icons.min.css",
3636
"dependencies": {
37-
"@tabler/icons": "3.0.1"
37+
"@tabler/icons": "3.0.2"
3838
},
3939
"keywords": [
4040
"icons",

Diff for: packages/icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabler/icons",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"license": "MIT",
55
"author": "codecalm",
66
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",

Diff for: test/test-preact/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "test-preact",
33
"private": true,
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,7 +10,7 @@
1010
"clean": "rm -rf dist"
1111
},
1212
"dependencies": {
13-
"@tabler/icons-preact": "3.0.1",
13+
"@tabler/icons-preact": "3.0.2",
1414
"preact": "^10.19.6"
1515
},
1616
"devDependencies": {

Diff for: test/test-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "test-react",
33
"private": true,
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,7 +10,7 @@
1010
"clean": "rm -rf dist"
1111
},
1212
"dependencies": {
13-
"@tabler/icons-react": "3.0.1",
13+
"@tabler/icons-react": "3.0.2",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

Diff for: test/test-svelte/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "test-svelte",
33
"private": true,
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -11,7 +11,7 @@
1111
"clean": "rm -rf dist"
1212
},
1313
"dependencies": {
14-
"@tabler/icons-svelte": "3.0.1"
14+
"@tabler/icons-svelte": "3.0.2"
1515
},
1616
"devDependencies": {
1717
"@sveltejs/vite-plugin-svelte": "^3.0.2",

Diff for: test/test-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "test-vue",
33
"private": true,
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"vue": "^3.4.20",
14-
"@tabler/icons-vue": "3.0.1"
14+
"@tabler/icons-vue": "3.0.2"
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-vue": "^5.0.4",

0 commit comments

Comments
 (0)