Skip to content

Commit af90572

Browse files
committed
Release 3.0.3
1 parent adec1ad commit af90572

File tree

18 files changed

+50
-51
lines changed

18 files changed

+50
-51
lines changed

Diff for: package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tabler-icons",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/tabler/tabler-icons.git"
@@ -91,17 +91,16 @@
9191
},
9292
"npm": false,
9393
"hooks": {
94-
"after:bump": "pnpm run build --latest-version ${latestVersion} --new-version ${version} --verbose",
95-
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}.",
96-
"before:git:init": "pnpm install"
94+
"after:bump": "pnpm run build --latest-version ${latestVersion} --new-version ${version} --verbose && pnpm install",
95+
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
9796
},
9897
"git": {
9998
"addUntrackedFiles": true,
10099
"changelog": "pnpm run --silent changelog --latest-version ${latestTag}",
101100
"tagName": "v${version}",
102101
"requireBranch": "main",
103102
"requireCommits": true,
104-
"requireCleanWorkingDir": true
103+
"requireCleanWorkingDir": false
105104
},
106105
"github": {
107106
"release": true

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.2",
3+
"version": "3.0.3",
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.2"
28+
"@tabler/icons": "3.0.3"
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.2",
3+
"version": "3.0.3",
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.2"
33+
"@tabler/icons": "3.0.3"
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.2",
3+
"version": "3.0.3",
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.2"
33+
"@tabler/icons": "3.0.3"
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.2",
3+
"version": "3.0.3",
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.2"
38+
"@tabler/icons": "3.0.3"
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.2",
3+
"version": "3.0.3",
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.2"
51+
"@tabler/icons": "3.0.3"
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.2",
3+
"version": "3.0.3",
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.2"
38+
"@tabler/icons": "3.0.3"
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.2",
3+
"version": "3.0.3",
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.2"
37+
"@tabler/icons": "3.0.3"
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.2",
3+
"version": "3.0.3",
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.2"
31+
"@tabler/icons": "3.0.3"
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.2",
3+
"version": "3.0.3",
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.2"
20851+
"@tabler/icons": "3.0.3"
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.2",
3+
"version": "3.0.3",
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.2"
36+
"@tabler/icons": "3.0.3"
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.2",
3+
"version": "3.0.3",
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.2"
37+
"@tabler/icons": "3.0.3"
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.2",
3+
"version": "3.0.3",
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: pnpm-lock.yaml

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

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.2",
4+
"version": "3.0.3",
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.2",
13+
"@tabler/icons-preact": "3.0.3",
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.2",
4+
"version": "3.0.3",
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.2",
13+
"@tabler/icons-react": "3.0.3",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

0 commit comments

Comments
 (0)