From 2d76220d11587bf0326a26a5996b453a935e8154 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Fri, 31 Mar 2023 15:56:32 +0000 Subject: [PATCH] v37.1.1 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/cozy-client/CHANGELOG.md | 11 +++++++++++ packages/cozy-client/package.json | 2 +- packages/cozy-pouch-link/CHANGELOG.md | 8 ++++++++ packages/cozy-pouch-link/package.json | 4 ++-- 6 files changed, 34 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdde2bf1d..9a53dccc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [37.1.1](https://github.com/cozy/cozy-client/compare/v37.1.0...v37.1.1) (2023-03-31) + + +### Bug Fixes + +* Handle undefined `pathname` in `generateWebLink()` method ([c633f43](https://github.com/cozy/cozy-client/commit/c633f4397ddaa4db53543370744e5a99cfc6ab3e)) + + + + + # [37.1.0](https://github.com/cozy/cozy-client/compare/v37.0.0...v37.1.0) (2023-03-30) diff --git a/lerna.json b/lerna.json index 4a5a81cb9..36c2a0729 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "37.1.0", + "version": "37.1.1", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/cozy-client/CHANGELOG.md b/packages/cozy-client/CHANGELOG.md index 273e1b3ee..7a2a33bc9 100644 --- a/packages/cozy-client/CHANGELOG.md +++ b/packages/cozy-client/CHANGELOG.md @@ -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. +## [37.1.1](https://github.com/cozy/cozy-client/compare/v37.1.0...v37.1.1) (2023-03-31) + + +### Bug Fixes + +* Handle undefined `pathname` in `generateWebLink()` method ([c633f43](https://github.com/cozy/cozy-client/commit/c633f4397ddaa4db53543370744e5a99cfc6ab3e)) + + + + + # [37.1.0](https://github.com/cozy/cozy-client/compare/v37.0.0...v37.1.0) (2023-03-30) diff --git a/packages/cozy-client/package.json b/packages/cozy-client/package.json index 5d7a291ee..9780bb59a 100644 --- a/packages/cozy-client/package.json +++ b/packages/cozy-client/package.json @@ -1,6 +1,6 @@ { "name": "cozy-client", - "version": "37.1.0", + "version": "37.1.1", "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 54ab4a5d0..7889b9868 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. +## [37.1.1](https://github.com/cozy/cozy-client/compare/v37.1.0...v37.1.1) (2023-03-31) + +**Note:** Version bump only for package cozy-pouch-link + + + + + # [37.1.0](https://github.com/cozy/cozy-client/compare/v37.0.0...v37.1.0) (2023-03-30) **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 e6522f76c..86d622ca3 100644 --- a/packages/cozy-pouch-link/package.json +++ b/packages/cozy-pouch-link/package.json @@ -1,6 +1,6 @@ { "name": "cozy-pouch-link", - "version": "37.1.0", + "version": "37.1.1", "license": "MIT", "main": "dist/index.js", "files": [ @@ -11,7 +11,7 @@ "url": "git+https://github.com/cozy/cozy-client.git" }, "dependencies": { - "cozy-client": "^37.1.0", + "cozy-client": "^37.1.1", "pouchdb-browser": "^7.2.2", "pouchdb-find": "^7.2.2" },