Skip to content

Commit 585786e

Browse files
committed
[UPDATE] version
1 parent 7824853 commit 585786e

2 files changed

Lines changed: 3 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.0",
5+
"version": "1.1.1",
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": "pnpm --filter react-tools-demo run buid && pnpm --filter @ndriadev/react-tools run build && pnpm --filter @ndriadev/react-tools run readme && git add . && git commit -m '[UPDATE] version' && git push && git push origin --tags && pnpm --filter @ndriadev/react-tools publish --access public",
29+
"postversion": "pnpm --filter react-tools-demo run generator && pnpm --filter @ndriadev/react-tools run readme && git add . && git commit -m '[UPDATE] version' && git push && git push origin --tags && pnpm --filter @ndriadev/react-tools publish --access public",
3030
"preview": "vite preview",
3131
"prepare": "pnpm run build",
3232
"prepublishOnly": "pnpm run lint"

packages/react-tools-lib/src/components/SwitchCase.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable react-refresh/only-export-components */
12
import { Children, PropsWithChildren, ReactNode, isValidElement } from "react"
23

34
const Case = ({ children, when }: PropsWithChildren<{ when: boolean | undefined | null }>) => {

0 commit comments

Comments
 (0)