@theroutingcompany/components 0.0.24-alpha.1 → 0.0.24-alpha.2

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/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,8 @@ 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`.
8
+
7
9
  ### Public
8
10
 
9
11
  1. Bump version number `npm version patch --no-git-tag-version`
@@ -14,7 +16,7 @@ View the [StoryBook](https://6392297e45ccab79e466ee19-iytnzjepcr.chromatic.com/)
14
16
  ### Prerelease
15
17
 
16
18
  1. Add alpha tag to version number with `npm version prerelease --preid alpha --no-git-tag-version`
17
- 2. `npm publish --tag alpha.x --access public`.
19
+ 2. `npm publish --tag alpha.[NUMBER] --access public` where `[NUMBER]` is replaced with the alpha number.
18
20
  * Usually adding `--dry-run` first is a good idea for double checking if the version number is correct.
19
21
  3. Enter the 2FA code for npm
20
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theroutingcompany/components",
3
- "version": "0.0.24-alpha.1",
3
+ "version": "0.0.24-alpha.2",
4
4
  "description": "The Routing Company Components",
5
5
  "main": "./dist/trc-components.umd.js",
6
6
  "module": "./dist/trc-components.es.js",