@momo-kits/foundation 0.102.7 → 0.102.8

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/package.json +1 -1
  2. package/publish.sh +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/foundation",
3
- "version": "0.102.7",
3
+ "version": "0.102.8",
4
4
  "description": "React Native Component Kits",
5
5
  "main": "index.ts",
6
6
  "scripts": {},
package/publish.sh CHANGED
@@ -9,8 +9,8 @@ elif [ "$1" == "latest" ]; then
9
9
  npm version prerelease --preid=rc
10
10
  npm publish --tag latest --access=public
11
11
  else
12
- npm version $(npm view @momo-kits/foundation@beta version)
13
- npm version prerelease --preid=beta
12
+ # npm version $(npm view @momo-kits/foundation@beta version)
13
+ # npm version prerelease --preid=beta
14
14
  npm publish --tag beta --access=public
15
15
  fi
16
16