Skip to content

Commit

Permalink
v22.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Mar 31, 2021
1 parent 2ef8ed6 commit 7ecb182
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [22.1.0](https://github.com/cozy/cozy-client/compare/v22.0.0...v22.1.0) (2021-03-31)


### Bug Fixes

* Defensive code. Check if there is attributes ([87982ea](https://github.com/cozy/cozy-client/commit/87982eac7dd66ecfea3e15063af7b251d38f98bf))
* Move returns line makes the doc generation OK ([6a18ebf](https://github.com/cozy/cozy-client/commit/6a18ebf9b53a0e6c64e5e49323ce4ecdc96a059e))
* Use the correct method to be "type" compatible and add Types ([43c663f](https://github.com/cozy/cozy-client/commit/43c663f8b553ae9609fa191f6f4b7636d48d623f))


### Features

* Autoname getById() query ([dfefe59](https://github.com/cozy/cozy-client/commit/dfefe59e7ac122a5485e3291a7d03106efe04a57))





# [22.0.0](https://github.com/cozy/cozy-client/compare/v21.1.1...v22.0.0) (2021-03-30)


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": "22.0.0",
"version": "22.1.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
17 changes: 17 additions & 0 deletions packages/cozy-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [22.1.0](https://github.com/cozy/cozy-client/compare/v22.0.0...v22.1.0) (2021-03-31)


### Bug Fixes

* Defensive code. Check if there is attributes ([87982ea](https://github.com/cozy/cozy-client/commit/87982eac7dd66ecfea3e15063af7b251d38f98bf))
* Use the correct method to be "type" compatible and add Types ([43c663f](https://github.com/cozy/cozy-client/commit/43c663f8b553ae9609fa191f6f4b7636d48d623f))


### Features

* Autoname getById() query ([dfefe59](https://github.com/cozy/cozy-client/commit/dfefe59e7ac122a5485e3291a7d03106efe04a57))





# [22.0.0](https://github.com/cozy/cozy-client/compare/v21.1.1...v22.0.0) (2021-03-30)


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": "22.0.0",
"version": "22.1.0",
"license": "MIT",
"main": "dist/node.js",
"browser": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/cozy-pouch-link/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [22.1.0](https://github.com/cozy/cozy-client/compare/v22.0.0...v22.1.0) (2021-03-31)


### Bug Fixes

* Move returns line makes the doc generation OK ([6a18ebf](https://github.com/cozy/cozy-client/commit/6a18ebf9b53a0e6c64e5e49323ce4ecdc96a059e))





# [22.0.0](https://github.com/cozy/cozy-client/compare/v21.1.1...v22.0.0) (2021-03-30)

**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": "22.0.0",
"version": "22.1.0",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@cozy/minilog": "1.0.0",
"cozy-client": "^22.0.0",
"cozy-client": "^22.1.0",
"cozy-device-helper": "^1.12.0",
"pouchdb-browser": "^7.0.0",
"pouchdb-find": "^7.0.0"
Expand Down

0 comments on commit 7ecb182

Please sign in to comment.