Skip to content

Commit

Permalink
Release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Mar 14, 2024
1 parent adec1ad commit af90572
Show file tree
Hide file tree
Showing 18 changed files with 50 additions and 51 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabler-icons",
"version": "3.0.2",
"version": "3.0.3",
"repository": {
"type": "git",
"url": "git+https://github.com/tabler/tabler-icons.git"
Expand Down Expand Up @@ -91,17 +91,16 @@
},
"npm": false,
"hooks": {
"after:bump": "pnpm run build --latest-version ${latestVersion} --new-version ${version} --verbose",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}.",
"before:git:init": "pnpm install"
"after:bump": "pnpm run build --latest-version ${latestVersion} --new-version ${version} --verbose && pnpm install",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
},
"git": {
"addUntrackedFiles": true,
"changelog": "pnpm run --silent changelog --latest-version ${latestTag}",
"tagName": "v${version}",
"requireBranch": "main",
"requireCommits": true,
"requireCleanWorkingDir": true
"requireCleanWorkingDir": false
},
"github": {
"release": true
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-eps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-eps",
"version": "3.0.2",
"version": "3.0.3",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
"homepage": "https://tabler-icons.io",
"bugs": {
Expand All @@ -25,7 +25,7 @@
]
},
"dependencies": {
"@tabler/icons": "3.0.2"
"@tabler/icons": "3.0.3"
},
"keywords": [
"icons",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-pdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-pdf",
"version": "3.0.2",
"version": "3.0.3",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
"homepage": "https://tabler-icons.io",
"bugs": {
Expand Down Expand Up @@ -30,7 +30,7 @@
]
},
"dependencies": {
"@tabler/icons": "3.0.2"
"@tabler/icons": "3.0.3"
},
"keywords": [
"icons",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-png/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-png",
"version": "3.0.2",
"version": "3.0.3",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
"homepage": "https://tabler-icons.io",
"bugs": {
Expand Down Expand Up @@ -30,7 +30,7 @@
]
},
"dependencies": {
"@tabler/icons": "3.0.2"
"@tabler/icons": "3.0.3"
},
"keywords": [
"icons",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-preact",
"version": "3.0.2",
"version": "3.0.3",
"license": "MIT",
"author": "codecalm",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
Expand Down Expand Up @@ -35,7 +35,7 @@
"imports-check": "attw $(npm pack)"
},
"dependencies": {
"@tabler/icons": "3.0.2"
"@tabler/icons": "3.0.3"
},
"peerDependencies": {
"preact": "^10.5.13"
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-react-native",
"version": "3.0.2",
"version": "3.0.3",
"license": "MIT",
"author": "codecalm",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
Expand Down Expand Up @@ -48,7 +48,7 @@
"imports-check": "attw $(npm pack)"
},
"dependencies": {
"@tabler/icons": "3.0.2"
"@tabler/icons": "3.0.3"
},
"devDependencies": {
"@testing-library/react": "^14.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-react",
"version": "3.0.2",
"version": "3.0.3",
"license": "MIT",
"author": "codecalm",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
Expand Down Expand Up @@ -35,7 +35,7 @@
"imports-check": "attw $(npm pack)"
},
"dependencies": {
"@tabler/icons": "3.0.2"
"@tabler/icons": "3.0.3"
},
"devDependencies": {
"@testing-library/react": "^14.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-solidjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-solidjs",
"version": "3.0.2",
"version": "3.0.3",
"license": "MIT",
"author": "codecalm",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
Expand Down Expand Up @@ -34,7 +34,7 @@
"imports-check": "attw $(npm pack)"
},
"dependencies": {
"@tabler/icons": "3.0.2"
"@tabler/icons": "3.0.3"
},
"devDependencies": {
"@solidjs/testing-library": "^0.8.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-sprite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-sprite",
"version": "3.0.2",
"version": "3.0.3",
"license": "MIT",
"author": "codecalm",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
Expand Down Expand Up @@ -28,7 +28,7 @@
"clean": "rm -rf dist/*"
},
"dependencies": {
"@tabler/icons": "3.0.2"
"@tabler/icons": "3.0.3"
},
"keywords": [
"icons",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-svelte",
"version": "3.0.2",
"version": "3.0.3",
"license": "MIT",
"author": "codecalm",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
Expand Down Expand Up @@ -20848,7 +20848,7 @@
"imports-check": "attw $(npm pack)"
},
"dependencies": {
"@tabler/icons": "3.0.2"
"@tabler/icons": "3.0.3"
},
"devDependencies": {
"@sveltejs/package": "^2.2.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-vue",
"version": "3.0.2",
"version": "3.0.3",
"license": "MIT",
"author": "codecalm",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
Expand Down Expand Up @@ -33,7 +33,7 @@
"imports-check": "attw $(npm pack)"
},
"dependencies": {
"@tabler/icons": "3.0.2"
"@tabler/icons": "3.0.3"
},
"peerDependencies": {
"vue": ">=3.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-webfont/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-webfont",
"version": "3.0.2",
"version": "3.0.3",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
"homepage": "https://tabler-icons.io",
"bugs": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"sass": "./tabler-icons.scss",
"style": "./tabler-icons.min.css",
"dependencies": {
"@tabler/icons": "3.0.2"
"@tabler/icons": "3.0.3"
},
"keywords": [
"icons",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons",
"version": "3.0.2",
"version": "3.0.3",
"license": "MIT",
"author": "codecalm",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/test-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-preact",
"private": true,
"version": "3.0.2",
"version": "3.0.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -10,7 +10,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@tabler/icons-preact": "3.0.2",
"@tabler/icons-preact": "3.0.3",
"preact": "^10.19.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions test/test-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-react",
"private": true,
"version": "3.0.2",
"version": "3.0.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -10,7 +10,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@tabler/icons-react": "3.0.2",
"@tabler/icons-react": "3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit af90572

Please sign in to comment.