Skip to content

Commit 39a414b

Browse files
committed
[UPDATE] version
1 parent b4232ab commit 39a414b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-tools-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ndriadev/react-tools",
33
"description": "A React library of hooks, components, utils and types ready to use",
44
"private": false,
5-
"version": "1.1.5",
5+
"version": "1.1.6",
66
"type": "module",
77
"files": [
88
"./dist"
@@ -26,7 +26,7 @@
2626
"release:patch": "pnpm version patch",
2727
"release:minor": "pnpm version minor",
2828
"release:major": "pnpm version major",
29-
"postversion": "git add . && git commit -m '[UPDATE] version' && git push && git push origin --tags && pnpm --filter @ndriadev/react-tools publish --access public",
29+
"postversion": "git add . && git commit -m '[UPDATE] version' && git push && pnpm --filter @ndriadev/react-tools publish --access public",
3030
"preview": "vite preview",
3131
"prepare": "pnpm run build",
3232
"prepublishOnly": "pnpm run lint"

0 commit comments

Comments
 (0)