Skip to content

Commit

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

# [49.4.0](https://github.com/cozy/cozy-client/compare/v49.3.1...v49.4.0) (2024-10-14)


### Bug Fixes

* **RealTimeQueries:** Unsubscribing from the good functions ([dbeaed7](https://github.com/cozy/cozy-client/commit/dbeaed7b009e871b5575927c7f2336a848d57db2))


### Features

* Spread attributes from JSON:API at document root ([f9f0ffd](https://github.com/cozy/cozy-client/commit/f9f0ffdcb9f7dfeb60c107501d7d39607fb03df6))
* Use JSON:API normalizer instead custom ones inside collection ([d86616d](https://github.com/cozy/cozy-client/commit/d86616d8081e75018c37a4f43a8dee95d622ea69))
* Use normalization from exported modules instead static functions ([259235d](https://github.com/cozy/cozy-client/commit/259235df2b42d2a8d75bb0274046e8765076e5bc))





## [49.3.1](https://github.com/cozy/cozy-client/compare/v49.3.0...v49.3.1) (2024-10-09)

**Note:** Version bump only for package cozy-client
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": "49.3.1",
"version": "49.4.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/cozy-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.

# [49.4.0](https://github.com/cozy/cozy-client/compare/v49.3.1...v49.4.0) (2024-10-14)


### Bug Fixes

* **RealTimeQueries:** Unsubscribing from the good functions ([dbeaed7](https://github.com/cozy/cozy-client/commit/dbeaed7b009e871b5575927c7f2336a848d57db2))





## [49.3.1](https://github.com/cozy/cozy-client/compare/v49.3.0...v49.3.1) (2024-10-09)

**Note:** Version bump only for package cozy-client
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": "49.3.1",
"version": "49.4.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": "^49.0.0",
"cozy-stack-client": "^49.4.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.

# [49.4.0](https://github.com/cozy/cozy-client/compare/v49.3.1...v49.4.0) (2024-10-14)

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





## [49.3.1](https://github.com/cozy/cozy-client/compare/v49.3.0...v49.3.1) (2024-10-09)

**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": "49.3.1",
"version": "49.4.0",
"license": "MIT",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"url": "git+https://github.com/cozy/cozy-client.git"
},
"dependencies": {
"cozy-client": "^49.3.1",
"cozy-client": "^49.4.0",
"pouchdb-browser": "^7.2.2",
"pouchdb-find": "^7.2.2"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/cozy-stack-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [49.4.0](https://github.com/cozy/cozy-client/compare/v49.3.1...v49.4.0) (2024-10-14)


### Features

* Spread attributes from JSON:API at document root ([f9f0ffd](https://github.com/cozy/cozy-client/commit/f9f0ffdcb9f7dfeb60c107501d7d39607fb03df6))
* Use JSON:API normalizer instead custom ones inside collection ([d86616d](https://github.com/cozy/cozy-client/commit/d86616d8081e75018c37a4f43a8dee95d622ea69))
* Use normalization from exported modules instead static functions ([259235d](https://github.com/cozy/cozy-client/commit/259235df2b42d2a8d75bb0274046e8765076e5bc))





# 49.0.0 (2024-09-24)


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

0 comments on commit 88fd1bd

Please sign in to comment.