Skip to content

Commit

Permalink
v27.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Feb 25, 2022
1 parent 30a5983 commit e2ccdec
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [27.19.0](https://github.com/cozy/cozy-client/compare/v27.18.0...v27.19.0) (2022-02-25)


### Bug Fixes

* **deps:** update dependency commitlint-config-cozy to v0.7.2 ([d19e7df](https://github.com/cozy/cozy-client/commit/d19e7dfb2a1ae90b4603201c4ae6f2fd888519fe))


### Features

* Handle `access token expired` error in `www-authenticate` header ([30a5983](https://github.com/cozy/cozy-client/commit/30a59831dcc772a7ae930214441eaa535acdda6c))





# [27.18.0](https://github.com/cozy/cozy-client/compare/v27.17.0...v27.18.0) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "27.18.0",
"version": "27.19.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [27.19.0](https://github.com/cozy/cozy-client/compare/v27.18.0...v27.19.0) (2022-02-25)

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





# [27.18.0](https://github.com/cozy/cozy-client/compare/v27.17.0...v27.18.0) (2022-02-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-client",
"version": "27.18.0",
"version": "27.19.0",
"license": "MIT",
"main": "dist/index.node.js",
"browser": "dist/index.js",
Expand All @@ -21,7 +21,7 @@
"cozy-device-helper": "^1.12.0",
"cozy-flags": "2.7.1",
"cozy-logger": "^1.6.0",
"cozy-stack-client": "^27.17.0",
"cozy-stack-client": "^27.19.0",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.13",
"microee": "^0.0.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-pouch-link/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [27.19.0](https://github.com/cozy/cozy-client/compare/v27.18.0...v27.19.0) (2022-02-25)

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





# [27.18.0](https://github.com/cozy/cozy-client/compare/v27.17.0...v27.18.0) (2022-02-23)

**Note:** Version bump only for package cozy-pouch-link
Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-pouch-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-pouch-link",
"version": "27.18.0",
"version": "27.19.0",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@cozy/minilog": "1.0.0",
"cozy-client": "^27.18.0",
"cozy-client": "^27.19.0",
"cozy-device-helper": "^1.12.0",
"pouchdb-browser": "^7.2.2",
"pouchdb-find": "^7.2.2"
Expand Down
11 changes: 11 additions & 0 deletions packages/cozy-stack-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [27.19.0](https://github.com/cozy/cozy-client/compare/v27.18.0...v27.19.0) (2022-02-25)


### Features

* Handle `access token expired` error in `www-authenticate` header ([30a5983](https://github.com/cozy/cozy-client/commit/30a59831dcc772a7ae930214441eaa535acdda6c))





# [27.17.0](https://github.com/cozy/cozy-client/compare/v27.16.1...v27.17.0) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-stack-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-stack-client",
"version": "27.17.0",
"version": "27.19.0",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit e2ccdec

Please sign in to comment.