@droppii-org/chat-mobile 0.2.0 → 0.2.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 (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@droppii-org/chat-mobile",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Droppii chat mobile",
5
5
  "keywords": [
6
6
  "react-native",
@@ -181,10 +181,11 @@
181
181
  "tagName": "v${version}"
182
182
  },
183
183
  "npm": {
184
- "publish": true
184
+ "publish": true,
185
+ "skipChecks": true
185
186
  },
186
187
  "github": {
187
- "release": true
188
+ "release": false
188
189
  },
189
190
  "plugins": {
190
191
  "@release-it/conventional-changelog": {