Skip to content

Commit

Permalink
v46.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Apr 24, 2024
1 parent b3a5a30 commit 97faf6d
Show file tree
Hide file tree
Showing 6 changed files with 36 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.

# [46.10.0](https://github.com/cozy/cozy-client/compare/v46.9.1...v46.10.0) (2024-04-24)


### Features

* Add helpers to generate paper expiration date message ([b3a5a30](https://github.com/cozy/cozy-client/commit/b3a5a30e752afd28ec786eda63336e5faf757849))
* Add missing types in ContactDocument ([382a319](https://github.com/cozy/cozy-client/commit/382a319cb342b37019cc49b38d63dd31a582b7cb))





## [46.9.1](https://github.com/cozy/cozy-client/compare/v46.9.0...v46.9.1) (2024-04-19)


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

# [46.10.0](https://github.com/cozy/cozy-client/compare/v46.9.1...v46.10.0) (2024-04-24)


### Features

* Add helpers to generate paper expiration date message ([b3a5a30](https://github.com/cozy/cozy-client/commit/b3a5a30e752afd28ec786eda63336e5faf757849))
* Add missing types in ContactDocument ([382a319](https://github.com/cozy/cozy-client/commit/382a319cb342b37019cc49b38d63dd31a582b7cb))





## [46.9.1](https://github.com/cozy/cozy-client/compare/v46.9.0...v46.9.1) (2024-04-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-client/package.json
@@ -1,6 +1,6 @@
{
"name": "cozy-client",
"version": "46.9.1",
"version": "46.10.0",
"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.

# [46.10.0](https://github.com/cozy/cozy-client/compare/v46.9.1...v46.10.0) (2024-04-24)

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





## [46.9.1](https://github.com/cozy/cozy-client/compare/v46.9.0...v46.9.1) (2024-04-19)

**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": "46.9.1",
"version": "46.10.0",
"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": "^46.9.1",
"cozy-client": "^46.10.0",
"pouchdb-browser": "^7.2.2",
"pouchdb-find": "^7.2.2"
},
Expand Down

0 comments on commit 97faf6d

Please sign in to comment.