Skip to content

Commit

Permalink
v46.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Apr 19, 2024
1 parent af8ee14 commit 69f0df2
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [46.9.0](https://github.com/cozy/cozy-client/compare/v46.8.0...v46.9.0) (2024-04-19)


### Bug Fixes

* Use `.fetchQueryAndGetFromState` instead of `.query` in settings ([16a4b93](https://github.com/cozy/cozy-client/commit/16a4b93a1a542f99464dcf50a49df9714226f063))
* Use object instead of method in settings queries ([cbd85ca](https://github.com/cozy/cozy-client/commit/cbd85caa470c206e8a3142fc8d16deed6859c7d7))


### Features

* Add `getSetting` and `saveAfterFetchSetting` methods to CozyClient ([9c1700d](https://github.com/cozy/cozy-client/commit/9c1700dc1f2ad9e516881edb8ec3c69e3de21365))
* Add `useSetting` hook ([172a0d3](https://github.com/cozy/cozy-client/commit/172a0d35b136068eba6254f8f03f4dd53e0f20d3))
* Add defaultValue parameter to `getSetting()` and to `useSetting()` ([7ba3928](https://github.com/cozy/cozy-client/commit/7ba39282981448ebf227368aa59d7420be798df9))
* Allow to get or set multiple settings in a single call ([b75bae8](https://github.com/cozy/cozy-client/commit/b75bae8423b70d2566de451b8dfb72a506c1956e))
* Remove defaultValue parameter from `getSetting()` & `useSetting()` ([ef9241a](https://github.com/cozy/cozy-client/commit/ef9241acbc8d22934c011f1fff404bfd016fca25))





# [46.8.0](https://github.com/cozy/cozy-client/compare/v46.7.1...v46.8.0) (2024-04-17)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "46.8.0",
"version": "46.9.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
21 changes: 21 additions & 0 deletions packages/cozy-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [46.9.0](https://github.com/cozy/cozy-client/compare/v46.8.0...v46.9.0) (2024-04-19)


### Bug Fixes

* Use `.fetchQueryAndGetFromState` instead of `.query` in settings ([16a4b93](https://github.com/cozy/cozy-client/commit/16a4b93a1a542f99464dcf50a49df9714226f063))
* Use object instead of method in settings queries ([cbd85ca](https://github.com/cozy/cozy-client/commit/cbd85caa470c206e8a3142fc8d16deed6859c7d7))


### Features

* Add `getSetting` and `saveAfterFetchSetting` methods to CozyClient ([9c1700d](https://github.com/cozy/cozy-client/commit/9c1700dc1f2ad9e516881edb8ec3c69e3de21365))
* Add `useSetting` hook ([172a0d3](https://github.com/cozy/cozy-client/commit/172a0d35b136068eba6254f8f03f4dd53e0f20d3))
* Add defaultValue parameter to `getSetting()` and to `useSetting()` ([7ba3928](https://github.com/cozy/cozy-client/commit/7ba39282981448ebf227368aa59d7420be798df9))
* Allow to get or set multiple settings in a single call ([b75bae8](https://github.com/cozy/cozy-client/commit/b75bae8423b70d2566de451b8dfb72a506c1956e))
* Remove defaultValue parameter from `getSetting()` & `useSetting()` ([ef9241a](https://github.com/cozy/cozy-client/commit/ef9241acbc8d22934c011f1fff404bfd016fca25))





# [46.8.0](https://github.com/cozy/cozy-client/compare/v46.7.1...v46.8.0) (2024-04-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-client",
"version": "46.8.0",
"version": "46.9.0",
"license": "MIT",
"main": "dist/index.node.js",
"browser": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-pouch-link/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [46.9.0](https://github.com/cozy/cozy-client/compare/v46.8.0...v46.9.0) (2024-04-19)

**Note:** Version bump only for package cozy-pouch-link





# [46.8.0](https://github.com/cozy/cozy-client/compare/v46.7.1...v46.8.0) (2024-04-17)

**Note:** Version bump only for package cozy-pouch-link
Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-pouch-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-pouch-link",
"version": "46.8.0",
"version": "46.9.0",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand All @@ -11,7 +11,7 @@
"url": "git+https://github.com/cozy/cozy-client.git"
},
"dependencies": {
"cozy-client": "^46.8.0",
"cozy-client": "^46.9.0",
"pouchdb-browser": "^7.2.2",
"pouchdb-find": "^7.2.2"
},
Expand Down

0 comments on commit 69f0df2

Please sign in to comment.