Skip to content

Commit 99114f0

Browse files
committed
Release 3.0.0-alpha.0
1 parent 8f86652 commit 99114f0

File tree

21 files changed

+119
-699
lines changed

21 files changed

+119
-699
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": "2.46.0",
3+
"version": "3.0.0-alpha.0",
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": "2.46.0",
3+
"version": "3.0.0-alpha.0",
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": "2.46.0"
28+
"@tabler/icons": "3.0.0-alpha.0"
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": "2.46.0",
3+
"version": "3.0.0-alpha.0",
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": "2.46.0"
33+
"@tabler/icons": "3.0.0-alpha.0"
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": "2.46.0",
3+
"version": "3.0.0-alpha.0",
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": "2.46.0"
33+
"@tabler/icons": "3.0.0-alpha.0"
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": "2.46.0",
3+
"version": "3.0.0-alpha.0",
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.",
@@ -37,7 +37,7 @@
3737
"typecheck": "tsc"
3838
},
3939
"dependencies": {
40-
"@tabler/icons": "2.46.0"
40+
"@tabler/icons": "3.0.0-alpha.0"
4141
},
4242
"peerDependencies": {
4343
"preact": "^10.5.13"

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": "2.46.0",
3+
"version": "3.0.0-alpha.0",
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.",
@@ -37,7 +37,7 @@
3737
"typecheck": "tsc"
3838
},
3939
"dependencies": {
40-
"@tabler/icons": "2.45.0"
40+
"@tabler/icons": "3.0.0-alpha.0"
4141
},
4242
"devDependencies": {
4343
"@babel/preset-env": "7.11.5",

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": "2.46.0",
3+
"version": "3.0.0-alpha.0",
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.",
@@ -44,7 +44,7 @@
4444
"typecheck": "tsc"
4545
},
4646
"dependencies": {
47-
"@tabler/icons": "2.46.0"
47+
"@tabler/icons": "3.0.0-alpha.0"
4848
},
4949
"devDependencies": {
5050
"@solidjs/testing-library": "^0.8.5",

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": "2.46.0",
3+
"version": "3.0.0-alpha.0",
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
"test": "vitest run"
5050
},
5151
"dependencies": {
52-
"@tabler/icons": "2.46.0"
52+
"@tabler/icons": "3.0.0-alpha.0"
5353
},
5454
"devDependencies": {
5555
"@sveltejs/package": "^2.2.5",

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": "2.46.0",
3+
"version": "3.0.0-alpha.0",
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.",
@@ -36,7 +36,7 @@
3636
"test": "vitest run"
3737
},
3838
"dependencies": {
39-
"@tabler/icons": "2.46.0"
39+
"@tabler/icons": "3.0.0-alpha.0"
4040
},
4141
"peerDependencies": {
4242
"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": "2.46.0",
3+
"version": "3.0.0-alpha.0",
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": {
@@ -32,7 +32,7 @@
3232
"sass": "./tabler-icons.scss",
3333
"style": "./tabler-icons.min.css",
3434
"dependencies": {
35-
"@tabler/icons": "2.46.0"
35+
"@tabler/icons": "3.0.0-alpha.0"
3636
},
3737
"keywords": [
3838
"icons",

Diff for: packages/icons-webfont/tabler-icons.css

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/icons-webfont/tabler-icons.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport"
66
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
77
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8-
<title>Tabler Icons - version 2.46.0</title>
8+
<title>Tabler Icons - version 3.0.0-alpha.0</title>
99

1010
<link rel="preconnect" href="https://rsms.me/">
1111
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
@@ -116,7 +116,7 @@
116116
<h1>
117117
Tabler Icons
118118
</h1>
119-
<p class="text-muted">version 2.46.0</p>
119+
<p class="text-muted">version 3.0.0-alpha.0</p>
120120
</header>
121121

122122
<div class="search-bar">

Diff for: packages/icons-webfont/tabler-icons.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/icons-webfont/tabler-icons.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/icons-webfont/tabler-icons.scss

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Tabler Icons 2.46.0 by tabler - https://tabler.io
3+
* Tabler Icons 3.0.0-alpha.0 by tabler - https://tabler.io
44
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
55
*/
66
$ti-font-family: 'tabler-icons' !default;
@@ -13,11 +13,11 @@ $ti-prefix: 'ti' !default;
1313
font-style: normal;
1414
font-weight: 400;
1515
font-display: $ti-font-display;
16-
src: url('#{$ti-font-path}/tabler-icons.eot?v2.46.0');
17-
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.46.0') format('embedded-opentype'),
18-
url('#{$ti-font-path}/tabler-icons.woff2?v2.46.0') format('woff2'),
16+
src: url('#{$ti-font-path}/tabler-icons.eot?v3.0.0-alpha.0');
17+
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v3.0.0-alpha.0') format('embedded-opentype'),
18+
url('#{$ti-font-path}/tabler-icons.woff2?v3.0.0-alpha.0') format('woff2'),
1919
url('#{$ti-font-path}/tabler-icons.woff?') format('woff'),
20-
url('#{$ti-font-path}/tabler-icons.ttf?v2.46.0') format('truetype');
20+
url('#{$ti-font-path}/tabler-icons.ttf?v3.0.0-alpha.0') format('truetype');
2121
}
2222

2323
.#{$ti-prefix} {

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": "2.46.0",
3+
"version": "3.0.0-alpha.0",
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)