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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. 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",
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/icons-material": "^9.0.0",
37
- "@mui/material": "^9.0.0",
38
- "@mui/x-data-grid": "^9.0.1",
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
- ## Publish workflow
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.