Skip to content

Commit d688dcc

Browse files
committed
Release 3.0.0
1 parent a889aa9 commit d688dcc

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.0-beta.2",
3+
"version": "3.0.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": "3.0.0-beta.2",
3+
"version": "3.0.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": "3.0.0-beta.2"
28+
"@tabler/icons": "3.0.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": "3.0.0-beta.2",
3+
"version": "3.0.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": "3.0.0-beta.2"
33+
"@tabler/icons": "3.0.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": "3.0.0-beta.2",
3+
"version": "3.0.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": "3.0.0-beta.2"
33+
"@tabler/icons": "3.0.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": "3.0.0-beta.2",
3+
"version": "3.0.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": "3.0.0-beta.2"
40+
"@tabler/icons": "3.0.0"
4141
},
4242
"peerDependencies": {
4343
"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.0-beta.2",
3+
"version": "3.0.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.",
@@ -39,7 +39,7 @@
3939
"typecheck": "tsc"
4040
},
4141
"dependencies": {
42-
"@tabler/icons": "3.0.0-beta.2"
42+
"@tabler/icons": "3.0.0"
4343
},
4444
"devDependencies": {
4545
"@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.0-beta.2",
3+
"version": "3.0.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": "3.0.0-beta.2"
40+
"@tabler/icons": "3.0.0"
4141
},
4242
"devDependencies": {
4343
"@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.0-beta.2",
3+
"version": "3.0.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": "3.0.0-beta.2"
47+
"@tabler/icons": "3.0.0"
4848
},
4949
"devDependencies": {
5050
"@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.0-beta.2",
3+
"version": "3.0.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.",
@@ -28,7 +28,7 @@
2828
"clean": "rm -rf dist/*"
2929
},
3030
"dependencies": {
31-
"@tabler/icons": "3.0.0-beta.2"
31+
"@tabler/icons": "3.0.0"
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.0-beta.2",
3+
"version": "3.0.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": "3.0.0-beta.2"
52+
"@tabler/icons": "3.0.0"
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.0.0-beta.2",
3+
"version": "3.0.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": "3.0.0-beta.2"
39+
"@tabler/icons": "3.0.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": "3.0.0-beta.2",
3+
"version": "3.0.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": {
@@ -33,7 +33,7 @@
3333
"sass": "./tabler-icons.scss",
3434
"style": "./tabler-icons.min.css",
3535
"dependencies": {
36-
"@tabler/icons": "3.0.0-beta.2"
36+
"@tabler/icons": "3.0.0"
3737
},
3838
"keywords": [
3939
"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.0-beta.2",
3+
"version": "3.0.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.",

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.0-beta.2",
4+
"version": "3.0.0",
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.0-beta.2",
13+
"@tabler/icons-preact": "3.0.0",
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.0-beta.2",
4+
"version": "3.0.0",
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.0-beta.2",
13+
"@tabler/icons-react": "3.0.0",
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.0-beta.2",
4+
"version": "3.0.0",
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.0-beta.2"
14+
"@tabler/icons-svelte": "3.0.0"
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.0-beta.2",
4+
"version": "3.0.0",
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.0-beta.2"
14+
"@tabler/icons-vue": "3.0.0"
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-vue": "^5.0.4",

0 commit comments

Comments
 (0)