Skip to content

Commit 75978b7

Browse files
author
Travis CI User
committed
v6.47.0
1 parent 57e5c91 commit 75978b7

File tree

8 files changed

+44
-6
lines changed

8 files changed

+44
-6
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.47.0](https://github.com/cozy/cozy-client/compare/v6.46.0...v6.47.0) (2019-06-26)
7+
8+
9+
### Features
10+
11+
* **stack:** Expose JobCollection via client.collection('io.cozy.jobs') ([57e5c91](https://github.com/cozy/cozy-client/commit/57e5c91))
12+
13+
14+
15+
16+
617
# [6.46.0](https://github.com/cozy/cozy-client/compare/v6.45.2...v6.46.0) (2019-06-21)
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.46.0",
6+
"version": "6.47.0",
77
"npmClient": "yarn",
88
"useWorkspaces": true,
99
"command": {

packages/cozy-client/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+
# [6.47.0](https://github.com/cozy/cozy-client/compare/v6.46.0...v6.47.0) (2019-06-26)
7+
8+
**Note:** Version bump only for package cozy-client
9+
10+
11+
12+
13+
614
# [6.46.0](https://github.com/cozy/cozy-client/compare/v6.45.2...v6.46.0) (2019-06-21)
715

816
**Note:** Version bump only for package cozy-client

packages/cozy-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cozy-client",
3-
"version": "6.46.0",
3+
"version": "6.47.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"files": [
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"cozy-device-helper": "1.6.3",
15-
"cozy-stack-client": "^6.46.0",
15+
"cozy-stack-client": "^6.47.0",
1616
"lodash": "4.17.11",
1717
"microee": "0.0.6",
1818
"prop-types": "15.6.2",

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+
# [6.47.0](https://github.com/cozy/cozy-client/compare/v6.46.0...v6.47.0) (2019-06-26)
7+
8+
**Note:** Version bump only for package cozy-pouch-link
9+
10+
11+
12+
13+
614
# [6.46.0](https://github.com/cozy/cozy-client/compare/v6.45.2...v6.46.0) (2019-06-21)
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": "6.46.0",
3+
"version": "6.47.0",
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.46.0",
14+
"cozy-client": "^6.47.0",
1515
"cozy-device-helper": "1.4.8",
1616
"minilog": "3.1.0",
1717
"pouchdb-browser": "7.0.0",

packages/cozy-stack-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.47.0](https://github.com/cozy/cozy-client/compare/v6.46.0...v6.47.0) (2019-06-26)
7+
8+
9+
### Features
10+
11+
* **stack:** Expose JobCollection via client.collection('io.cozy.jobs') ([57e5c91](https://github.com/cozy/cozy-client/commit/57e5c91))
12+
13+
14+
15+
16+
617
# [6.46.0](https://github.com/cozy/cozy-client/compare/v6.45.2...v6.46.0) (2019-06-21)
718

819

packages/cozy-stack-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-stack-client",
3-
"version": "6.46.0",
3+
"version": "6.47.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)