@droppii-org/chat-mobile 0.2.1 → 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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@droppii-org/chat-mobile",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Droppii chat mobile",
5
5
  "keywords": [
6
6
  "react-native",
@@ -185,7 +185,7 @@
185
185
  "skipChecks": true
186
186
  },
187
187
  "github": {
188
- "release": true
188
+ "release": false
189
189
  },
190
190
  "plugins": {
191
191
  "@release-it/conventional-changelog": {