Skip to content

Commit

Permalink
v28.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Apr 22, 2022
1 parent 454ba2f commit 806a1df
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [28.0.2](https://github.com/cozy/cozy-client/compare/v28.0.1...v28.0.2) (2022-04-22)


### Bug Fixes

* Make Travis job fail when typecheck fails ([23675e0](https://github.com/cozy/cozy-client/commit/23675e01449ee619d37f30808a2fc3aaf46a4cad))
* Update tsconfig.json ([454ba2f](https://github.com/cozy/cozy-client/commit/454ba2f4659acd49e53d8a277a8c4d89d9664620))





## [28.0.1](https://github.com/cozy/cozy-client/compare/v28.0.0...v28.0.1) (2022-04-22)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "28.0.1",
"version": "28.0.2",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/cozy-client/CHANGELOG.md
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.

## [28.0.2](https://github.com/cozy/cozy-client/compare/v28.0.1...v28.0.2) (2022-04-22)


### Bug Fixes

* Update tsconfig.json ([454ba2f](https://github.com/cozy/cozy-client/commit/454ba2f4659acd49e53d8a277a8c4d89d9664620))





## [28.0.1](https://github.com/cozy/cozy-client/compare/v28.0.0...v28.0.1) (2022-04-22)

**Note:** Version bump only for package cozy-client
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-client/package.json
@@ -1,6 +1,6 @@
{
"name": "cozy-client",
"version": "28.0.1",
"version": "28.0.2",
"license": "MIT",
"main": "dist/index.node.js",
"browser": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-pouch-link/CHANGELOG.md
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.

## [28.0.2](https://github.com/cozy/cozy-client/compare/v28.0.1...v28.0.2) (2022-04-22)

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





## [28.0.1](https://github.com/cozy/cozy-client/compare/v28.0.0...v28.0.1) (2022-04-22)

**Note:** Version bump only for package cozy-pouch-link
Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-pouch-link/package.json
@@ -1,6 +1,6 @@
{
"name": "cozy-pouch-link",
"version": "28.0.1",
"version": "28.0.2",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand All @@ -11,7 +11,7 @@
"url": "git+https://github.com/cozy/cozy-client.git"
},
"dependencies": {
"cozy-client": "^28.0.1",
"cozy-client": "^28.0.2",
"pouchdb-browser": "^7.2.2",
"pouchdb-find": "^7.2.2"
},
Expand Down

0 comments on commit 806a1df

Please sign in to comment.