Skip to content

Commit 42dd78c

Browse files
author
Travis CI User
committed
v6.49.1
1 parent dd2b985 commit 42dd78c

File tree

6 files changed

+37
-4
lines changed

6 files changed

+37
-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+
## [6.49.1](https://github.com/cozy/cozy-client/compare/v6.49.0...v6.49.1) (2019-07-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency cozy-device-helper to v1.7.3 ([9e1328f](https://github.com/cozy/cozy-client/commit/9e1328f))
12+
13+
14+
15+
16+
617
# [6.49.0](https://github.com/cozy/cozy-client/compare/v6.48.0...v6.49.0) (2019-07-08)
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": "6.49.0",
6+
"version": "6.49.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+
## [6.49.1](https://github.com/cozy/cozy-client/compare/v6.49.0...v6.49.1) (2019-07-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency cozy-device-helper to v1.7.3 ([9e1328f](https://github.com/cozy/cozy-client/commit/9e1328f))
12+
13+
14+
15+
16+
617
# [6.49.0](https://github.com/cozy/cozy-client/compare/v6.48.0...v6.49.0) (2019-07-08)
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": "6.49.0",
3+
"version": "6.49.1",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"files": [

packages/cozy-pouch-link/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+
## [6.49.1](https://github.com/cozy/cozy-client/compare/v6.49.0...v6.49.1) (2019-07-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency cozy-device-helper to v1.7.3 ([9e1328f](https://github.com/cozy/cozy-client/commit/9e1328f))
12+
13+
14+
15+
16+
617
# [6.49.0](https://github.com/cozy/cozy-client/compare/v6.48.0...v6.49.0) (2019-07-08)
718

819
**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": "6.49.0",
3+
"version": "6.49.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": "^6.49.0",
14+
"cozy-client": "^6.49.1",
1515
"cozy-device-helper": "1.7.3",
1616
"minilog": "3.1.0",
1717
"pouchdb-browser": "7.0.0",

0 commit comments

Comments
 (0)