@mycause/ui 1.1.9 → 1.1.11

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -196,6 +196,7 @@ npm publish --access public
196
196
  Using git commands
197
197
 
198
198
  ```
199
+ # need push code to master before push code to tag.
199
200
  git tag <version>
200
201
  git push origin <version>
201
202
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mycause/ui",
3
- "version": "1.1.9",
3
+ "version": "1.1.11",
4
4
  "author": "Mycause team",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",