@twilio/conversations 2.2.0-rc.5 → 2.2.0-rc.7
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.
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,22 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [2.2.0-rc.7](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.2.0-rc.6...@twilio/conversations@2.2.0-rc.7) (2022-07-25)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @twilio/conversations
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## [2.2.0-rc.6](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.2.0-rc.5...@twilio/conversations@2.2.0-rc.6) (2022-07-25)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @twilio/conversations
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
6
22
|
## [2.2.0-rc.5](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.2.0-rc.4...@twilio/conversations@2.2.0-rc.5) (2022-07-25)
|
7
23
|
|
8
24
|
**Note:** Version bump only for package @twilio/conversations
|
package/builds/browser.js
CHANGED
@@ -7326,7 +7326,7 @@ function PushNotification(data) {
|
|
7326
7326
|
this.data = data.data || {};
|
7327
7327
|
});
|
7328
7328
|
|
7329
|
-
var version = "2.2.0-rc.
|
7329
|
+
var version = "2.2.0-rc.7";
|
7330
7330
|
|
7331
7331
|
function ownKeys$1(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
7332
7332
|
|
package/builds/lib.js
CHANGED
@@ -7326,7 +7326,7 @@ function PushNotification(data) {
|
|
7326
7326
|
this.data = data.data || {};
|
7327
7327
|
});
|
7328
7328
|
|
7329
|
-
var version = "2.2.0-rc.
|
7329
|
+
var version = "2.2.0-rc.7";
|
7330
7330
|
|
7331
7331
|
function ownKeys$1(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
7332
7332
|
|
@@ -55303,7 +55303,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
55303
55303
|
this.data = data.data || {};
|
55304
55304
|
});
|
55305
55305
|
|
55306
|
-
var version = "2.2.0-rc.
|
55306
|
+
var version = "2.2.0-rc.7";
|
55307
55307
|
|
55308
55308
|
function ownKeys$1(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
55309
55309
|
|