fix(deps): update dependency cozy-client to v37 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cozy-client | dependencies | major | 35.6.0 -> 37.2.1 |
Release Notes
cozy/cozy-client
v37.2.1
Bug Fixes
- Return correct bitwarden id in SettingsCollection.getById (d562101)
v37.2.0
Features
- Query io.cozy.settings.bitwarden in SettingsCollection (3447594)
37.1.1 (2023-03-31)
Bug Fixes
- Handle undefined
pathname
ingenerateWebLink()
method (c633f43)
v37.1.1
Bug Fixes
- Handle undefined
pathname
ingenerateWebLink()
method (c633f43)
v37.1.0
Features
- Expose setAppMetadata (cb65772)
v37.0.0
Bug Fixes
- Remove doctypes locales type (9a30f02), closes /github.com/cozy/cozy-settings/blob/71a21962f4fb48f84561db845bd5f4f5c3e858e8/src/lib/withAllLocales.js#L4
BREAKING CHANGES
- Before, you could import with
import { en, fr } from 'cozy-client/dist/models/doctypes/locales'
Now you have to import each locale doctypes with import en from 'cozy-client/dist/models/doctypes/locales/en.json'
v36.2.0
Bug Fixes
- Use id instead of path in SettingsCollection.get() (3a35f4f)
Features
- Add update method to SettingsCollection (68d5dd0)
v36.1.0
Features
- Add isContact method on contacts models (0281ad3)
v36.0.0
Bug Fixes
- Harmonize deconstructRedirectLink return path to pathname (8f1cdf3)
- Throw when redirect link not correct in deconstructRedirectLink (e5bd367)
BREAKING CHANGES
- deconstructRedirectLink return an object with an attribute called "pathname" instead of "path".
v35.7.0
Features
- Changing a label's theme (7131f86)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Renovate-Bot