@theroutingcompany/components 0.0.24-alpha.2 → 0.0.24-alpha.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/README.md +5 -4
- package/dist/trc-components.es.js +7873 -7265
- package/dist/trc-components.es.js.map +1 -1
- package/dist/trc-components.umd.js +942 -803
- package/dist/trc-components.umd.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/types/components/Drawer/Drawer.d.ts +3 -3
- package/types/components/index.d.ts +1 -0
package/README.md
CHANGED
|
@@ -4,14 +4,15 @@ View the [StoryBook](https://6392297e45ccab79e466ee19-iytnzjepcr.chromatic.com/)
|
|
|
4
4
|
|
|
5
5
|
## Publishing
|
|
6
6
|
|
|
7
|
-
First double check if everything that needs to exported is added to the `components/index.js` or `helpers/index.js
|
|
7
|
+
First double check if everything that needs to exported is added to the `components/index.js` or `helpers/index.js` and run `npm run build` before.
|
|
8
8
|
|
|
9
9
|
### Public
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
2. `npm
|
|
11
|
+
0. Get an approval on the relevant PR.
|
|
12
|
+
2. Bump version number `npm version patch --no-git-tag-version`
|
|
13
|
+
3. `npm publish --access public`.
|
|
13
14
|
* Usually adding `--dry-run` first is a good idea for double checking if the version number is correct.
|
|
14
|
-
|
|
15
|
+
4. Enter the 2FA code for npm
|
|
15
16
|
|
|
16
17
|
### Prerelease
|
|
17
18
|
|