@twilio/conversations 2.0.1-rc.8 → 2.0.1-rc.9

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,14 @@
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.0.1-rc.9](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.1-rc.8...@twilio/conversations@2.0.1-rc.9) (2021-11-12)
7
+
8
+ **Note:** Version bump only for package @twilio/conversations
9
+
10
+
11
+
12
+
13
+
6
14
  ### [2.0.1-rc.8](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.1-rc.7...@twilio/conversations@2.0.1-rc.8) (2021-11-12)
7
15
 
8
16
  **Note:** Version bump only for package @twilio/conversations
package/builds/browser.js CHANGED
@@ -6599,7 +6599,7 @@ function PushNotification(data) {
6599
6599
  this.data = data.data || {};
6600
6600
  };
6601
6601
 
6602
- var version = "2.0.1-rc.8";
6602
+ var version = "2.0.1-rc.9";
6603
6603
 
6604
6604
  function ownKeys$1(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
6605
6605
 
package/builds/lib.js CHANGED
@@ -6599,7 +6599,7 @@ function PushNotification(data) {
6599
6599
  this.data = data.data || {};
6600
6600
  };
6601
6601
 
6602
- var version = "2.0.1-rc.8";
6602
+ var version = "2.0.1-rc.9";
6603
6603
 
6604
6604
  function ownKeys$1(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
6605
6605