Skip to content

Commit

Permalink
v34.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Dec 6, 2022
1 parent e9fc08b commit 2810ff3
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [34.4.0](https://github.com/cozy/cozy-client/compare/v34.3.0...v34.4.0) (2022-12-06)


### Features

* Add expiration helpers ([aa7f501](https://github.com/cozy/cozy-client/commit/aa7f50143e9f1871105b5be05b5e8e9b1aa752c2))
* Add generated types and documentation for new exported helpers ([e9fc08b](https://github.com/cozy/cozy-client/commit/e9fc08beab0784afb3ac467aa2413e5ffa7e409a))
* Update `date-fns` to 2.29.3 and put it as a dependency ([c4e392c](https://github.com/cozy/cozy-client/commit/c4e392cb161555110f7cdf72ff4900ea33f3f768))





# [34.3.0](https://github.com/cozy/cozy-client/compare/v34.2.0...v34.3.0) (2022-12-06)


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

# [34.4.0](https://github.com/cozy/cozy-client/compare/v34.3.0...v34.4.0) (2022-12-06)


### Features

* Add expiration helpers ([aa7f501](https://github.com/cozy/cozy-client/commit/aa7f50143e9f1871105b5be05b5e8e9b1aa752c2))
* Add generated types and documentation for new exported helpers ([e9fc08b](https://github.com/cozy/cozy-client/commit/e9fc08beab0784afb3ac467aa2413e5ffa7e409a))
* Update `date-fns` to 2.29.3 and put it as a dependency ([c4e392c](https://github.com/cozy/cozy-client/commit/c4e392cb161555110f7cdf72ff4900ea33f3f768))





# [34.3.0](https://github.com/cozy/cozy-client/compare/v34.2.0...v34.3.0) (2022-12-06)


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": "34.3.0",
"version": "34.4.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.

# [34.4.0](https://github.com/cozy/cozy-client/compare/v34.3.0...v34.4.0) (2022-12-06)

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





# [34.3.0](https://github.com/cozy/cozy-client/compare/v34.2.0...v34.3.0) (2022-12-06)

**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": "34.3.0",
"version": "34.4.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": "^34.3.0",
"cozy-client": "^34.4.0",
"pouchdb-browser": "^7.2.2",
"pouchdb-find": "^7.2.2"
},
Expand Down

0 comments on commit 2810ff3

Please sign in to comment.