@bigbinary/neeto-team-members-frontend 2.5.13 → 2.5.14
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/README.md +12 -11
- package/dist/index.cjs.js +146 -163
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +146 -161
- package/dist/index.esm.js.map +1 -1
- package/package.json +4 -7
- package/types.d.ts +2 -15
package/README.md
CHANGED
|
@@ -12,13 +12,13 @@ functioning of the package. Install all the peer dependencies using the below
|
|
|
12
12
|
command:
|
|
13
13
|
|
|
14
14
|
```zsh
|
|
15
|
-
yarn add @bigbinary/neeto-commons-frontend@2.0.
|
|
15
|
+
yarn add @bigbinary/neeto-commons-frontend@2.0.35 @bigbinary/neeto-icons@1.9.10 @bigbinary/neetoui@4.3.1 @honeybadger-io/js@5.1.1 @honeybadger-io/react@5.1.2 axios@1.3.3 classnames@2.3.2 formik@2.2.9 js-logger@1.6.1 ramda@0.28.0 react-helmet@6.1.0 react-query@3.39.3 react-router-dom@5.3.4 react-toastify@8.2.0 yup@1.0.0
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
2. Now install the latest **neetoTeamMembers** package using the below command:
|
|
19
19
|
|
|
20
20
|
```zsh
|
|
21
|
-
yarn add @bigbinary/neeto-team-members-frontend@2.5.
|
|
21
|
+
yarn add @bigbinary/neeto-team-members-frontend@2.5.14
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Usage
|
|
@@ -60,6 +60,7 @@ The configurations for the components present in this NPM package are given belo
|
|
|
60
60
|
|
|
61
61
|
1. [Roles](./docs/roles/README.md)
|
|
62
62
|
2. [TeamMembers](./docs/team_members/README.md)
|
|
63
|
+
3. [ManageMembers](./docs/manage_members/README.md)
|
|
63
64
|
|
|
64
65
|
## Development
|
|
65
66
|
|
|
@@ -83,35 +84,35 @@ The configurations for the components present in this NPM package are given belo
|
|
|
83
84
|
|
|
84
85
|
## Building
|
|
85
86
|
|
|
86
|
-
The neetoTeamMembers package gets published to NPM only
|
|
87
|
-
By default
|
|
88
|
-
then along with the `release` label, add the `minor` or `major` label as well.
|
|
87
|
+
The neetoTeamMembers package gets published to NPM only whenever we push the PR to the `main` branch.
|
|
88
|
+
By default, we will bump the patch version. If you want to release a minor or major version, then provide the `minor` or `major` label to the PR.
|
|
89
89
|
You can checkout the `publish` workflow in GitHub Actions to get a live update.
|
|
90
90
|
|
|
91
91
|
## Integrations
|
|
92
92
|
|
|
93
93
|
| Projects | TeamMembers | Roles |
|
|
94
94
|
|----------------| :----------------: | :----------------: |
|
|
95
|
-
|
|
|
95
|
+
| neetoAuth | :white_check_mark: | :white_check_mark: |
|
|
96
96
|
| neetoCal | :white_check_mark: | :white_check_mark: |
|
|
97
97
|
| neetoChangelog | :white_check_mark: | :white_check_mark: |
|
|
98
98
|
| neetoChat | :white_check_mark: | :white_check_mark: |
|
|
99
|
+
| neetoCI | :white_check_mark: | :white_check_mark: |
|
|
99
100
|
| neetoCourse | :white_check_mark: | :white_check_mark: |
|
|
100
101
|
| neetoCRM | :white_check_mark: | :white_check_mark: |
|
|
102
|
+
| neetoDeploy | :white_check_mark: | :white_check_mark: |
|
|
101
103
|
| neetoDesk | :white_check_mark: | :white_check_mark: |
|
|
102
|
-
| neetoEngage | :white_check_mark: | :white_check_mark: |
|
|
103
104
|
| neetoForm | :white_check_mark: | :white_check_mark: |
|
|
104
|
-
| neetoGrow | :white_check_mark: | :white_check_mark: |
|
|
105
105
|
| neetoInvisible | :white_check_mark: | :white_check_mark: |
|
|
106
106
|
| neetoInvoice | :white_check_mark: | :white_check_mark: |
|
|
107
107
|
| neetoKB | :white_check_mark: | :white_check_mark: |
|
|
108
|
+
| neetoMonitor | :white_check_mark: | :white_check_mark: |
|
|
108
109
|
| neetoPlanner | :white_check_mark: | :white_check_mark: |
|
|
109
|
-
| neetoPopups | :white_check_mark: | :white_check_mark: |
|
|
110
110
|
| neetoQuiz | :white_check_mark: | :white_check_mark: |
|
|
111
111
|
| neetoReplay | :white_check_mark: | :white_check_mark: |
|
|
112
112
|
| neetoRunner | :white_check_mark: | :white_check_mark: |
|
|
113
|
-
|
|
|
113
|
+
| neetoSign | :white_check_mark: | :white_check_mark: |
|
|
114
|
+
| neetoSite | :white_check_mark: | :white_check_mark: |
|
|
115
|
+
| neetoSocial | :white_check_mark: | :white_check_mark: |
|
|
114
116
|
| neetoTestify | :white_check_mark: | :white_check_mark: |
|
|
115
117
|
| neetoWheel | :white_check_mark: | :white_check_mark: |
|
|
116
118
|
| neetoWireframe | :white_check_mark: | :white_check_mark: |
|
|
117
|
-
| neetoAuth | :white_check_mark: | :white_check_mark: |
|