From 2810ff3f07087a335e8576aebd88f48594821e62 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Tue, 6 Dec 2022 13:08:14 +0000 Subject: [PATCH] v34.4.0 --- CHANGELOG.md | 13 +++++++++++++ lerna.json | 2 +- packages/cozy-client/CHANGELOG.md | 13 +++++++++++++ packages/cozy-client/package.json | 2 +- packages/cozy-pouch-link/CHANGELOG.md | 8 ++++++++ packages/cozy-pouch-link/package.json | 4 ++-- 6 files changed, 38 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2749273ee3..5a2e2c786b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index 1757f9b0ca..1dad74bfa8 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "34.3.0", + "version": "34.4.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/cozy-client/CHANGELOG.md b/packages/cozy-client/CHANGELOG.md index 9dae77b869..f8fab43b35 100644 --- a/packages/cozy-client/CHANGELOG.md +++ b/packages/cozy-client/CHANGELOG.md @@ -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) diff --git a/packages/cozy-client/package.json b/packages/cozy-client/package.json index ae6ba807d9..0fb48a1604 100644 --- a/packages/cozy-client/package.json +++ b/packages/cozy-client/package.json @@ -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", diff --git a/packages/cozy-pouch-link/CHANGELOG.md b/packages/cozy-pouch-link/CHANGELOG.md index 03a73ca66d..3ffcdfc45c 100644 --- a/packages/cozy-pouch-link/CHANGELOG.md +++ b/packages/cozy-pouch-link/CHANGELOG.md @@ -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 diff --git a/packages/cozy-pouch-link/package.json b/packages/cozy-pouch-link/package.json index 2bf4ccc9a5..0735747fb6 100644 --- a/packages/cozy-pouch-link/package.json +++ b/packages/cozy-pouch-link/package.json @@ -1,6 +1,6 @@ { "name": "cozy-pouch-link", - "version": "34.3.0", + "version": "34.4.0", "license": "MIT", "main": "dist/index.js", "files": [ @@ -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" },