Skip to content

Commit

Permalink
[skip ci] Publish
Browse files Browse the repository at this point in the history
 - cozy-authentication@2.10.11
 - cozy-device-helper@2.6.0
 - cozy-harvest-lib@9.29.3
 - cozy-intent@2.7.0
 - cozy-mespapiers-lib@9.2.4
 - cozy-realtime@4.2.9
 - cozy-scanner@2.4.7
 - cozy-sharing@4.6.1
 - cozy-playgrounds@1.21.17
  • Loading branch information
Cozy Bot committed Nov 14, 2022
1 parent fd0354a commit bf1c3b7
Show file tree
Hide file tree
Showing 18 changed files with 104 additions and 25 deletions.
8 changes: 8 additions & 0 deletions packages/cozy-authentication/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.

## 2.10.11 (2022-11-14)

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





## [2.10.10](https://github.com/cozy/cozy-libs/compare/cozy-authentication@2.10.9...cozy-authentication@2.10.10) (2022-10-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-authentication",
"version": "2.10.10",
"version": "2.10.11",
"description": "Component providing login to a Cozy",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"react-router": "6.3.0"
},
"dependencies": {
"cozy-device-helper": "^2.5.0",
"cozy-device-helper": "^2.6.0",
"localforage": "1.7.3",
"prop-types": "15.7.2",
"snarkdown": "1.2.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/cozy-device-helper/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.

# 2.6.0 (2022-11-14)


### Features

* **cozy-device-helper:** Add `biometry_authorisation_denied` interface ([d6eb024](https://github.com/cozy/cozy-libs/commit/d6eb02483bc368a7a14bc5a9df4c1256ad4725ed))





# [2.5.0](https://github.com/cozy/cozy-libs/compare/cozy-device-helper@2.4.1...cozy-device-helper@2.5.0) (2022-10-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-device-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cozy-device-helper",
"description": "To know more information about the device platform",
"version": "2.5.0",
"version": "2.6.0",
"author": "Cozy",
"bugs": {
"url": "https://github.com/cozy/cozy-libs/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-harvest-lib/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.

## [9.29.3](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@9.29.2...cozy-harvest-lib@9.29.3) (2022-11-14)

**Note:** Version bump only for package cozy-harvest-lib





## [9.29.2](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@9.29.1...cozy-harvest-lib@9.29.2) (2022-11-14)


Expand Down
8 changes: 4 additions & 4 deletions packages/cozy-harvest-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-harvest-lib",
"version": "9.29.2",
"version": "9.29.3",
"description": "Provides logic, modules and components for Cozy's harvest applications.",
"main": "dist/index.js",
"author": "Cozy",
Expand Down Expand Up @@ -54,11 +54,11 @@
"babel-plugin-inline-react-svg": "1.1.2",
"babel-preset-cozy-app": "^2.0.4",
"cozy-client": "27.17.0",
"cozy-device-helper": "^2.5.0",
"cozy-device-helper": "^2.6.0",
"cozy-flags": "^2.10.2",
"cozy-intent": "^2.6.0",
"cozy-intent": "^2.7.0",
"cozy-keys-lib": "^4.1.9",
"cozy-realtime": "^4.2.8",
"cozy-realtime": "^4.2.9",
"cozy-ui": "60.6.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
Expand Down
12 changes: 12 additions & 0 deletions packages/cozy-intent/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# 2.7.0 (2022-11-14)


### Features

* **cozy-intent:** Add `isBiometryDenied` on API methods ([fd0354a](https://github.com/cozy/cozy-libs/commit/fd0354a2c9251c7784d89fb164e5f28802f25f24))
* **cozy-intent:** Add `openAppOSSettings` on API methods ([9c430e7](https://github.com/cozy/cozy-libs/commit/9c430e7785aaf179bedd0b6db8f6c34862769421))





# [2.6.0](https://github.com/cozy/cozy-libs/compare/cozy-intent@2.5.1...cozy-intent@2.6.0) (2022-10-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-intent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cozy-intent",
"description": "Event-based library allowing interactions between React-Native and React applications",
"version": "2.6.0",
"version": "2.7.0",
"author": {
"name": "Cozy Cloud",
"url": "https://github.com/cozy"
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-mespapiers-lib/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.

## [9.2.4](https://github.com/cozy/cozy-libs/compare/cozy-mespapiers-lib@9.2.3...cozy-mespapiers-lib@9.2.4) (2022-11-14)

**Note:** Version bump only for package cozy-mespapiers-lib





## [9.2.3](https://github.com/cozy/cozy-libs/compare/cozy-mespapiers-lib@9.2.2...cozy-mespapiers-lib@9.2.3) (2022-11-14)

**Note:** Version bump only for package cozy-mespapiers-lib
Expand Down
12 changes: 6 additions & 6 deletions packages/cozy-mespapiers-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-mespapiers-lib",
"version": "9.2.3",
"version": "9.2.4",
"description": "Cozy Mes papiers lib",
"license": "AGPL-3.0",
"main": "dist/index.js",
Expand All @@ -17,12 +17,12 @@
"babel-preset-cozy-app": "2.0.1",
"cozy-bar": "7.16.0",
"cozy-client": "^33.1.0",
"cozy-device-helper": "^2.5.0",
"cozy-device-helper": "^2.6.0",
"cozy-doctypes": "^1.85.4",
"cozy-harvest-lib": "^9.29.2",
"cozy-intent": "^2.6.0",
"cozy-realtime": "^4.2.8",
"cozy-sharing": "^4.6.0",
"cozy-harvest-lib": "^9.29.3",
"cozy-intent": "^2.7.0",
"cozy-realtime": "^4.2.9",
"cozy-sharing": "^4.6.1",
"cozy-ui": "^77.2.0",
"jest-environment-jsdom-sixteen": "2.0.0",
"react-router-dom": "6.3.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-realtime/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.

## 4.2.9 (2022-11-14)

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





## [4.2.8](https://github.com/cozy/cozy-libs/compare/cozy-realtime@4.2.7...cozy-realtime@4.2.8) (2022-10-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-realtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-realtime",
"version": "4.2.8",
"version": "4.2.9",
"description": "Realtime interactions with cozy-stack using Websocket",
"main": "dist/index.js",
"browser": "dist/index.browser.js",
Expand Down Expand Up @@ -45,6 +45,6 @@
},
"dependencies": {
"@cozy/minilog": "^1.0.0",
"cozy-device-helper": "^2.5.0"
"cozy-device-helper": "^2.6.0"
}
}
8 changes: 8 additions & 0 deletions packages/cozy-scanner/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.

## 2.4.7 (2022-11-14)

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





## [2.4.6](https://github.com/cozy/cozy-libs/compare/cozy-scanner@2.4.5...cozy-scanner@2.4.6) (2022-10-03)

**Note:** Version bump only for package cozy-scanner
Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-scanner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-scanner",
"version": "2.4.6",
"version": "2.4.7",
"description": "Cozy-Scanner provides a component to take a picture of a document and describe it",
"main": "dist/index.js",
"license": "MIT",
Expand Down Expand Up @@ -60,6 +60,6 @@
},
"sideEffects": false,
"dependencies": {
"cozy-device-helper": "^2.5.0"
"cozy-device-helper": "^2.6.0"
}
}
8 changes: 8 additions & 0 deletions packages/cozy-sharing/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.

## [4.6.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.6.0...cozy-sharing@4.6.1) (2022-11-14)

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





# [4.6.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.5.10...cozy-sharing@4.6.0) (2022-11-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-sharing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-sharing",
"version": "4.6.0",
"version": "4.6.1",
"description": "Provides sharing login for React applications.",
"main": "dist/index.js",
"author": "Cozy",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@cozy/minilog": "^1.0.0",
"classnames": "^2.2.6",
"copy-text-to-clipboard": "^2.1.1",
"cozy-device-helper": "^2.5.0",
"cozy-device-helper": "^2.6.0",
"cozy-doctypes": "^1.85.4",
"lodash": "^4.17.19",
"react-autosuggest": "^9.4.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/playgrounds/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.

## [1.21.17](https://github.com/cozy/cozy-libs/compare/cozy-playgrounds@1.21.16...cozy-playgrounds@1.21.17) (2022-11-14)

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





## [1.21.16](https://github.com/cozy/cozy-libs/compare/cozy-playgrounds@1.21.15...cozy-playgrounds@1.21.16) (2022-11-10)

**Note:** Version bump only for package cozy-playgrounds
Expand Down
10 changes: 5 additions & 5 deletions packages/playgrounds/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cozy-playgrounds",
"private": true,
"version": "1.21.16",
"version": "1.21.17",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -11,12 +11,12 @@
"@babel/runtime": "7.18.6",
"@material-ui/core": "3.9.4",
"@material-ui/lab": "^4.0.0-alpha.60",
"cozy-authentication": "^2.10.10",
"cozy-authentication": "^2.10.11",
"cozy-client": "13.21.0",
"cozy-device-helper": "^2.5.0",
"cozy-device-helper": "^2.6.0",
"cozy-doctypes": "^1.85.4",
"cozy-realtime": "^4.2.8",
"cozy-sharing": "^4.6.0",
"cozy-realtime": "^4.2.9",
"cozy-sharing": "^4.6.1",
"cozy-ui": "40.9.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down

0 comments on commit bf1c3b7

Please sign in to comment.