Skip to content

Commit

Permalink
[skip ci] Publish
Browse files Browse the repository at this point in the history
 - cozy-doctypes@1.86.1
 - cozy-harvest-lib@9.32.8
 - cozy-mespapiers-lib@11.0.5
 - cozy-sharing@4.8.1
 - cozy-playgrounds@1.22.1
  • Loading branch information
Cozy Bot committed Dec 9, 2022
1 parent f7c46ab commit 9ba350d
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 12 deletions.
11 changes: 11 additions & 0 deletions packages/cozy-doctypes/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.

## [1.86.1](https://github.com/cozy/cozy-libs/compare/cozy-doctypes@1.86.0...cozy-doctypes@1.86.1) (2022-12-09)


### Bug Fixes

* Error on bank accounts without connection relationship ([f7c46ab](https://github.com/cozy/cozy-libs/commit/f7c46ab18ce83e0d939851077cfa442598f2adfd))





# 1.86.0 (2022-12-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-doctypes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-doctypes",
"version": "1.86.0",
"version": "1.86.1",
"description": "Definitions for Cozy models",
"main": "src/index.js",
"browser": "dist/index.js",
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.32.8](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@9.32.7...cozy-harvest-lib@9.32.8) (2022-12-09)

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





## [9.32.7](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@9.32.6...cozy-harvest-lib@9.32.7) (2022-12-09)


Expand Down
4 changes: 2 additions & 2 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.32.7",
"version": "9.32.8",
"description": "Provides logic, modules and components for Cozy's harvest applications.",
"main": "dist/index.js",
"author": "Cozy",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@cozy/minilog": "^1.0.0",
"@sentry/browser": "^6.0.1",
"cozy-bi-auth": "0.0.25",
"cozy-doctypes": "^1.86.0",
"cozy-doctypes": "^1.86.1",
"cozy-logger": "^1.9.1",
"date-fns": "^1.30.1",
"final-form": "^4.18.5",
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.

## [11.0.5](https://github.com/cozy/cozy-libs/compare/cozy-mespapiers-lib@11.0.4...cozy-mespapiers-lib@11.0.5) (2022-12-09)

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





## [11.0.4](https://github.com/cozy/cozy-libs/compare/cozy-mespapiers-lib@11.0.3...cozy-mespapiers-lib@11.0.4) (2022-12-09)


Expand Down
8 changes: 4 additions & 4 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": "11.0.4",
"version": "11.0.5",
"description": "Cozy Mes papiers lib",
"license": "AGPL-3.0",
"main": "dist/index.js",
Expand All @@ -18,11 +18,11 @@
"cozy-bar": "7.16.0",
"cozy-client": "^34.5.0",
"cozy-device-helper": "^2.6.0",
"cozy-doctypes": "^1.86.0",
"cozy-harvest-lib": "^9.32.7",
"cozy-doctypes": "^1.86.1",
"cozy-harvest-lib": "^9.32.8",
"cozy-intent": "^2.7.0",
"cozy-realtime": "^4.2.9",
"cozy-sharing": "^4.8.0",
"cozy-sharing": "^4.8.1",
"cozy-ui": "^78.0.0",
"jest-environment-jsdom-sixteen": "2.0.0",
"react-router-dom": "6.3.0"
Expand Down
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.8.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.8.0...cozy-sharing@4.8.1) (2022-12-09)

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





# 4.8.0 (2022-12-06)


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.8.0",
"version": "4.8.1",
"description": "Provides sharing login for React applications.",
"main": "dist/index.js",
"author": "Cozy",
Expand Down Expand Up @@ -29,7 +29,7 @@
"classnames": "^2.2.6",
"copy-text-to-clipboard": "^2.1.1",
"cozy-device-helper": "^2.6.0",
"cozy-doctypes": "^1.86.0",
"cozy-doctypes": "^1.86.1",
"lodash": "^4.17.19",
"react-autosuggest": "^9.4.3",
"react-tooltip": "^3.11.1",
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.22.1](https://github.com/cozy/cozy-libs/compare/cozy-playgrounds@1.22.0...cozy-playgrounds@1.22.1) (2022-12-09)

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





# 1.22.0 (2022-12-06)


Expand Down
6 changes: 3 additions & 3 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.22.0",
"version": "1.22.1",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -14,9 +14,9 @@
"cozy-authentication": "^2.10.11",
"cozy-client": "13.21.0",
"cozy-device-helper": "^2.6.0",
"cozy-doctypes": "^1.86.0",
"cozy-doctypes": "^1.86.1",
"cozy-realtime": "^4.2.9",
"cozy-sharing": "^4.8.0",
"cozy-sharing": "^4.8.1",
"cozy-ui": "40.9.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down

0 comments on commit 9ba350d

Please sign in to comment.