Skip to content

Commit

Permalink
v48.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Jul 18, 2024
1 parent 98f9c33 commit 26f1206
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [48.9.0](https://github.com/cozy/cozy-client/compare/v48.8.0...v48.9.0) (2024-07-18)


### Features

* **nextcloud:** Access content inside nextcloud trash ([c63112f](https://github.com/cozy/cozy-client/commit/c63112f7a6e09a12d5b44ed9edfbdf9213968440))
* **nextcloud:** Add deletePermanently method ([98f9c33](https://github.com/cozy/cozy-client/commit/98f9c33fb29285a60bd535ae401266030d8c6b8b))
* **nextcloud:** Add emptyTrash method ([83da9e3](https://github.com/cozy/cozy-client/commit/83da9e317eda9b0bbea9a339c68453fa17cc15da))
* **nextcloud:** Add restore method ([1468f19](https://github.com/cozy/cozy-client/commit/1468f197a1fc4b3753a9f3e58b04fc50edef624c))





# [48.8.0](https://github.com/cozy/cozy-client/compare/v48.7.0...v48.8.0) (2024-07-12)


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": "48.8.0",
"version": "48.9.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.

# [48.9.0](https://github.com/cozy/cozy-client/compare/v48.8.0...v48.9.0) (2024-07-18)

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





# [48.8.0](https://github.com/cozy/cozy-client/compare/v48.7.0...v48.8.0) (2024-07-12)


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": "48.8.0",
"version": "48.9.0",
"license": "MIT",
"main": "dist/index.node.js",
"browser": "dist/index.js",
Expand All @@ -18,7 +18,7 @@
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.170",
"btoa": "^1.2.1",
"cozy-stack-client": "^48.6.0",
"cozy-stack-client": "^48.9.0",
"date-fns": "2.29.3",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.13",
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.

# [48.9.0](https://github.com/cozy/cozy-client/compare/v48.8.0...v48.9.0) (2024-07-18)

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





# [48.8.0](https://github.com/cozy/cozy-client/compare/v48.7.0...v48.8.0) (2024-07-12)

**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": "48.8.0",
"version": "48.9.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": "^48.8.0",
"cozy-client": "^48.9.0",
"pouchdb-browser": "^7.2.2",
"pouchdb-find": "^7.2.2"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/cozy-stack-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [48.9.0](https://github.com/cozy/cozy-client/compare/v48.8.0...v48.9.0) (2024-07-18)


### Features

* **nextcloud:** Access content inside nextcloud trash ([c63112f](https://github.com/cozy/cozy-client/commit/c63112f7a6e09a12d5b44ed9edfbdf9213968440))
* **nextcloud:** Add deletePermanently method ([98f9c33](https://github.com/cozy/cozy-client/commit/98f9c33fb29285a60bd535ae401266030d8c6b8b))
* **nextcloud:** Add emptyTrash method ([83da9e3](https://github.com/cozy/cozy-client/commit/83da9e317eda9b0bbea9a339c68453fa17cc15da))
* **nextcloud:** Add restore method ([1468f19](https://github.com/cozy/cozy-client/commit/1468f197a1fc4b3753a9f3e58b04fc50edef624c))





# [48.6.0](https://github.com/cozy/cozy-client/compare/v48.5.0...v48.6.0) (2024-07-08)


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": "48.6.0",
"version": "48.9.0",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 26f1206

Please sign in to comment.