@mxenabled/mxui 1.5.9 → 1.5.11-alpha.al0
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 +1 -1
- package/dist/index.es.js +362 -358
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ Shipit will handle version bumping based on the specified flag (major, minor, or
|
|
|
33
33
|
### Branch: `MXUI_1.x`
|
|
34
34
|
|
|
35
35
|
1. To merge, click the 'merge' button found on the MR in the Gitlab UI.
|
|
36
|
-
1. To publish, pull
|
|
36
|
+
1. To publish, pull `MXUI_1.x` and use the `stable` tag: `npm publish --tag stable`.
|
|
37
37
|
1. Tag the new version: `git tag x.x.x` , `git push origin --tags`
|
|
38
38
|
|
|
39
39
|
## Using this Library
|