Skip to content

Commit 1b03818

Browse files
author
Travis CI User
committed
v35.2.1
1 parent 68a2678 commit 1b03818

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [35.2.1](https://github.com/cozy/cozy-client/compare/v35.2.0...v35.2.1) (2023-02-14)
7+
8+
9+
### Bug Fixes
10+
11+
* Update registry types to return Promise ([68a2678](https://github.com/cozy/cozy-client/commit/68a2678786cae7de674765bbd1c8bec6437af39b))
12+
13+
14+
15+
16+
617
# [35.2.0](https://github.com/cozy/cozy-client/compare/v35.1.0...v35.2.0) (2023-02-13)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "35.2.0",
6+
"version": "35.2.1",
77
"npmClient": "yarn",
88
"useWorkspaces": true,
99
"command": {

packages/cozy-client/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [35.2.1](https://github.com/cozy/cozy-client/compare/v35.2.0...v35.2.1) (2023-02-14)
7+
8+
9+
### Bug Fixes
10+
11+
* Update registry types to return Promise ([68a2678](https://github.com/cozy/cozy-client/commit/68a2678786cae7de674765bbd1c8bec6437af39b))
12+
13+
14+
15+
16+
617
# [35.2.0](https://github.com/cozy/cozy-client/compare/v35.1.0...v35.2.0) (2023-02-13)
718

819

packages/cozy-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cozy-client",
3-
"version": "35.2.0",
3+
"version": "35.2.1",
44
"license": "MIT",
55
"main": "dist/index.node.js",
66
"browser": "dist/index.js",

packages/cozy-pouch-link/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [35.2.1](https://github.com/cozy/cozy-client/compare/v35.2.0...v35.2.1) (2023-02-14)
7+
8+
**Note:** Version bump only for package cozy-pouch-link
9+
10+
11+
12+
13+
614
# [35.2.0](https://github.com/cozy/cozy-client/compare/v35.1.0...v35.2.0) (2023-02-13)
715

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

packages/cozy-pouch-link/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cozy-pouch-link",
3-
"version": "35.2.0",
3+
"version": "35.2.1",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"files": [
@@ -11,7 +11,7 @@
1111
"url": "git+https://github.com/cozy/cozy-client.git"
1212
},
1313
"dependencies": {
14-
"cozy-client": "^35.2.0",
14+
"cozy-client": "^35.2.1",
1515
"pouchdb-browser": "^7.2.2",
1616
"pouchdb-find": "^7.2.2"
1717
},

0 commit comments

Comments
 (0)