cozy-bar 16.0.1 → 16.1.0

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.
@@ -41,7 +41,7 @@ var SettingsContent = function SettingsContent(_ref) {
41
41
  var _useI18n = (0, _useI18n2.default)(),
42
42
  t = _useI18n.t;
43
43
 
44
- var actions = (0, _Actions.makeActions)([_actions.profile, _actions.appearance, _actions.plans, _actions.storage, _actions.permissions, _Actions.divider, _actions.connectedDevices, _actions.connections, _Actions.divider, _actions.help, _actions.contact, _legalNotice.legalNotice, _termsOfService.termsOfService, _actions.logout], {
44
+ var actions = (0, _Actions.makeActions)([_actions.profile, _actions.appearance, _actions.plans, _actions.storage, _Actions.divider, _actions.permissions, _actions.connectedDevices, _actions.connections, _Actions.divider, _actions.help, _actions.contact, _legalNotice.legalNotice, _termsOfService.termsOfService, _actions.logout], {
45
45
  t: t,
46
46
  instanceInfo: instanceInfo,
47
47
  onLogOut: onLogOut
package/dist/index.js CHANGED
@@ -72,5 +72,5 @@ var _BarProvider = _interopRequireDefault(require("./components/BarProvider"));
72
72
  var _reducers = require("./lib/reducers");
73
73
 
74
74
  /* global __VERSION__ */
75
- var version = "\"16.0.1\"";
75
+ var version = "\"16.1.0\"";
76
76
  exports.version = version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-bar",
3
- "version": "16.0.1",
3
+ "version": "16.1.0",
4
4
  "description": "cozy-bar.js library, a small lib provided by cozy-stack to inject the Cozy-bar component into each app",
5
5
  "main": "dist/index.js",
6
6
  "author": "Cozy Cloud <contact@cozycloud.cc> (https://cozy.io/)",