@unif/react-native-design 0.4.32 → 0.4.34

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 (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unif/react-native-design",
3
- "version": "0.4.32",
3
+ "version": "0.4.34",
4
4
  "description": "Unif 设计系统:theme + icons + utils + components",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",
@@ -151,8 +151,9 @@
151
151
  },
152
152
  "release-it": {
153
153
  "git": {
154
- "commitMessage": "chore: release ${version}",
155
- "tagName": "v${version}"
154
+ "commitMessage": "chore: release ${version} [skip ci]",
155
+ "tagName": "v${version}",
156
+ "requireCommits": true
156
157
  },
157
158
  "npm": {
158
159
  "publish": true,