Skip to content

Commit 7463af0

Browse files
committed
Release 3.28.1
1 parent 6030629 commit 7463af0

File tree

18 files changed

+8867
-9914
lines changed

18 files changed

+8867
-9914
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.28.0",
3+
"version": "3.28.1",
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.28.0",
3+
"version": "3.28.1",
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.28.0"
28+
"@tabler/icons": "3.28.1"
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.28.0",
3+
"version": "3.28.1",
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.28.0"
33+
"@tabler/icons": "3.28.1"
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.28.0",
3+
"version": "3.28.1",
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.28.0"
33+
"@tabler/icons": "3.28.1"
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.28.0",
3+
"version": "3.28.1",
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.28.0"
38+
"@tabler/icons": "3.28.1"
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.28.0",
3+
"version": "3.28.1",
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.28.0"
51+
"@tabler/icons": "3.28.1"
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.28.0",
3+
"version": "3.28.1",
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.28.0"
38+
"@tabler/icons": "3.28.1"
3939
},
4040
"devDependencies": {
4141
"@testing-library/react": "^14.2.1",

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabler/icons-solidjs",
3-
"version": "3.28.0",
3+
"version": "3.28.1",
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.",
@@ -47,13 +47,14 @@
4747
"imports-check": "attw $(npm pack)"
4848
},
4949
"dependencies": {
50-
"@tabler/icons": "3.28.0"
50+
"@tabler/icons": "3.28.1"
5151
},
5252
"devDependencies": {
5353
"@solidjs/testing-library": "^0.8.6",
5454
"rollup-preset-solid": "^2.0.1",
5555
"vite-plugin-solid": "^2.10.1",
56-
"solid-js": "^1.8.15"
56+
"solid-js": "^1.8.15",
57+
"rollup": "^4.12.0"
5758
},
5859
"peerDependencies": {
5960
"solid-js": "^1.4.7"

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.28.0",
3+
"version": "3.28.1",
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.28.0"
31+
"@tabler/icons": "3.28.1"
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.28.0",
3+
"version": "3.28.1",
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.",
@@ -49,7 +49,7 @@
4949
"imports-check": "attw $(npm pack)"
5050
},
5151
"dependencies": {
52-
"@tabler/icons": "3.28.0"
52+
"@tabler/icons": "3.28.1"
5353
},
5454
"devDependencies": {
5555
"@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.28.0",
3+
"version": "3.28.1",
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.28.0"
36+
"@tabler/icons": "3.28.1"
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.28.0",
3+
"version": "3.28.1",
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.28.0"
37+
"@tabler/icons": "3.28.1"
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.28.0",
3+
"version": "3.28.1",
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.",

0 commit comments

Comments
 (0)