7.0.0 • Published 11 months ago

kevinkatz v7.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Kevin Katz's ES Components

tl;dr

git commit ... npm run build npm version {major,minor,patch} npm publish

Critical: Tree Shaking

https://github.com/mui/material-ui/blob/c3fc875b9013e3c9c9a1b4ae1a3c08af8e930c6c/docs/data/material/guides/minimizing-bundle-size/minimizing-bundle-size.md

Do not import like this: import { Box, SxProps, Theme } from "@mui/material";

Publish

npm publish

Update

To increment the patch version (e.g., from 0.0.1 to 0.0.2), run npm version patch. To increment the minor version (e.g., from 0.0.1 to 0.1.0), run npm version minor. To increment the major version (e.g., from 0.0.1 to 1.0.0), run npm version major.

Semver

MAJOR version when you make incompatible API changes, MINOR version when you add functionality in a backwards-compatible manner, and PATCH version when you make backwards-compatible bug fixes.

6.1.0

11 months ago

6.3.0

11 months ago

6.2.0

11 months ago

6.4.0

11 months ago

7.0.0

11 months ago

6.0.0

1 year ago

5.0.0

1 year ago

4.0.0

1 year ago

3.0.0

1 year ago

2.0.0

1 year ago

1.0.0

1 year ago

0.0.1

1 year ago