Skip to content

Commit

Permalink
v45.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Jan 17, 2024
1 parent 1bf5ce6 commit c0c7fbf
Show file tree
Hide file tree
Showing 6 changed files with 46 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.

# [45.7.0](https://github.com/cozy/cozy-client/compare/v45.6.0...v45.7.0) (2024-01-17)


### Bug Fixes

* Add store issuer in attestation request ([1bf5ce6](https://github.com/cozy/cozy-client/commit/1bf5ce639e359e4577efa3212b4516a2f2d42201))


### Features

* Migrate from safetynet to playintegrity ([d8ae50f](https://github.com/cozy/cozy-client/commit/d8ae50fbf8a82023b0695eecaff4ea75c0af2c90))





# [45.6.0](https://github.com/cozy/cozy-client/compare/v45.5.0...v45.6.0) (2024-01-04)


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": "45.6.0",
"version": "45.7.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
16 changes: 16 additions & 0 deletions packages/cozy-client/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.

# [45.7.0](https://github.com/cozy/cozy-client/compare/v45.6.0...v45.7.0) (2024-01-17)


### Bug Fixes

* Add store issuer in attestation request ([1bf5ce6](https://github.com/cozy/cozy-client/commit/1bf5ce639e359e4577efa3212b4516a2f2d42201))


### Features

* Migrate from safetynet to playintegrity ([d8ae50f](https://github.com/cozy/cozy-client/commit/d8ae50fbf8a82023b0695eecaff4ea75c0af2c90))





# [45.6.0](https://github.com/cozy/cozy-client/compare/v45.5.0...v45.6.0) (2024-01-04)


Expand Down
6 changes: 3 additions & 3 deletions packages/cozy-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-client",
"version": "45.6.0",
"version": "45.7.0",
"license": "MIT",
"main": "dist/index.node.js",
"browser": "dist/index.js",
Expand Down Expand Up @@ -70,9 +70,9 @@
"cozy-ui": ">=93.1.1",
"react": "^16.7.0",
"react-native": "^0.65.0",
"react-native-google-play-integrity": "github:cozy/react-native-google-play-integrity#1.0.1",
"react-native-inappbrowser-reborn": "^3.5.1",
"react-native-ios11-devicecheck": "https://github.com/cozy/react-native-devicecheck#app-attest-v0.1",
"react-native-google-play-integrity": "github:cozy/react-native-google-play-integrity#1.0.1"
"react-native-ios11-devicecheck": "https://github.com/cozy/react-native-devicecheck#app-attest-v0.1"
},
"sideEffects": false
}
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.

# [45.7.0](https://github.com/cozy/cozy-client/compare/v45.6.0...v45.7.0) (2024-01-17)

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





# [45.6.0](https://github.com/cozy/cozy-client/compare/v45.5.0...v45.6.0) (2024-01-04)

**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": "45.6.0",
"version": "45.7.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": "^45.6.0",
"cozy-client": "^45.7.0",
"pouchdb-browser": "^7.2.2",
"pouchdb-find": "^7.2.2"
},
Expand Down

0 comments on commit c0c7fbf

Please sign in to comment.