sage-nexus-ui 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/readme.md +1 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sage-nexus-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Nexus core components",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "emsmart-sage",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@emotion/react": "^11.14.0",
|
|
35
35
|
"@emotion/styled": "^11.14.1",
|
|
36
|
-
"@mui/
|
|
37
|
-
"@mui/material": "^9
|
|
38
|
-
"@mui/x-data-grid": "^9
|
|
36
|
+
"@mui/material": "^7 || ^8 || ^9",
|
|
37
|
+
"@mui/icons-material": "^7 || ^8 || ^9",
|
|
38
|
+
"@mui/x-data-grid": "^7 || ^8 || ^9",
|
|
39
39
|
"react": "^18 || ^19",
|
|
40
40
|
"react-dom": "^18 || ^19"
|
|
41
41
|
},
|
package/readme.md
CHANGED
|
@@ -1,22 +1 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
git add .
|
|
4
|
-
git commit -m "describe update"
|
|
5
|
-
git push origin main
|
|
6
|
-
|
|
7
|
-
npm version patch
|
|
8
|
-
|
|
9
|
-
git push
|
|
10
|
-
git push --tags
|
|
11
|
-
|
|
12
|
-
npm login
|
|
13
|
-
npm publish
|
|
14
|
-
|
|
15
|
-
### Check version
|
|
16
|
-
|
|
17
|
-
npm view sage-nexus-ui version
|
|
18
|
-
|
|
19
|
-
### Check git tag
|
|
20
|
-
|
|
21
|
-
git tag --list
|
|
22
|
-
git ls-remote --tags origin
|
|
1
|
+
Small component library for personal use.
|