@spothero/ui 13.10.0-beta.1 → 13.10.0-beta.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # 13.10.0-beta.2 - 02/22/2022
2
+
3
+ ## Miscellaneous Updates
4
+ * [[762fc94](https://github.com/spothero/fe-ui/commit/762fc94)] - `chore:` Removed logging (Nathan)
5
+
1
6
  # 13.10.0-beta.1 - 02/22/2022
2
7
 
3
8
  ## Miscellaneous Updates
package/CHANGELOG.tmp CHANGED
@@ -1,5 +1,5 @@
1
- # 13.10.0-beta.1 - 02/22/2022
1
+ # 13.10.0-beta.2 - 02/22/2022
2
2
 
3
3
  ## Miscellaneous Updates
4
- * [[1f46e18](https://github.com/spothero/fe-ui/commit/1f46e18)] - `chore:` Added logging for suggestions, and added origin to biasing options (Nathan)
4
+ * [[762fc94](https://github.com/spothero/fe-ui/commit/762fc94)] - `chore:` Removed logging (Nathan)
5
5
 
@@ -183,8 +183,6 @@ var GooglePlacesSearchInput = /*#__PURE__*/function (_Component) {
183
183
  });
184
184
  }
185
185
 
186
- console.log('>>>>>>suggestions', suggestions);
187
-
188
186
  _this.setState({
189
187
  suggestions: suggestions
190
188
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spothero/ui",
3
- "version": "13.10.0-beta.1",
3
+ "version": "13.10.0-beta.2",
4
4
  "description": "SpotHero's React component UI library.",
5
5
  "main": "v2/index-bundled-cjs/index.js",
6
6
  "module": "v2/index.js",
@@ -172,8 +172,6 @@ export default class GooglePlacesSearchInput extends Component {
172
172
  });
173
173
  }
174
174
 
175
- console.log('>>>>>>suggestions', suggestions);
176
-
177
175
  this.setState({
178
176
  suggestions,
179
177
  });