Skip to content

Commit

Permalink
[skip ci] Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Cozy Bot committed Sep 23, 2024
1 parent c2acd41 commit cd826b4
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 7 deletions.
10 changes: 10 additions & 0 deletions packages/cozy-harvest-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [30.0.0](https://github.com/cozy/cozy-libs/compare/[email protected]@30.0.0) (2024-09-23)

### Features

- **harvest:** Upgrade cozy-ui ([88d17c5](https://github.com/cozy/cozy-libs/commit/88d17c51b77f9784108da65dab884c3f22e1b257))

### BREAKING CHANGES

- **harvest:** you must have `cozy-ui >= 111.12.0`

## [29.1.3](https://github.com/cozy/cozy-libs/compare/[email protected]@29.1.3) (2024-09-09)

**Note:** Version bump only for package cozy-harvest-lib
Expand Down
2 changes: 1 addition & 1 deletion 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": "29.1.3",
"version": "30.0.0",
"description": "Provides logic, modules and components for Cozy's harvest applications.",
"main": "dist/index.js",
"author": "Cozy",
Expand Down
4 changes: 4 additions & 0 deletions packages/cozy-mespapiers-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [101.0.21](https://github.com/cozy/cozy-libs/compare/[email protected]@101.0.21) (2024-09-23)

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

## [101.0.20](https://github.com/cozy/cozy-libs/compare/[email protected]@101.0.20) (2024-09-09)

**Note:** Version bump only for package cozy-mespapiers-lib
Expand Down
6 changes: 3 additions & 3 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": "101.0.20",
"version": "101.0.21",
"description": "Cozy Mes papiers lib",
"license": "AGPL-3.0",
"main": "dist/index.js",
Expand All @@ -25,11 +25,11 @@
"cozy-device-helper": "^3.1.0",
"cozy-doctypes": "^1.91.1",
"cozy-flags": "^4.0.0",
"cozy-harvest-lib": "^29.1.3",
"cozy-harvest-lib": "^30.0.0",
"cozy-intent": "^2.23.0",
"cozy-minilog": "^3.3.1",
"cozy-realtime": "^5.0.2",
"cozy-sharing": "^15.0.4",
"cozy-sharing": "^16.0.0",
"cozy-ui": "^107.0.0",
"jest-environment-jsdom-sixteen": "2.0.0",
"lodash": "4.17.21",
Expand Down
10 changes: 10 additions & 0 deletions packages/cozy-sharing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [16.0.0](https://github.com/cozy/cozy-libs/compare/[email protected]@16.0.0) (2024-09-23)

### Features

- **sharing:** Upgrade packages ([c2acd41](https://github.com/cozy/cozy-libs/commit/c2acd41fbac71ab80071201a23c4c8797c10346e))

### BREAKING CHANGES

- **sharing:** you must have `cozy-ui >= 111.12.0 and cozy-client >= 48.25.0`

## [15.0.4](https://github.com/cozy/cozy-libs/compare/[email protected]@15.0.4) (2024-09-09)

**Note:** Version bump only for package cozy-sharing
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-sharing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-sharing",
"version": "15.0.4",
"version": "16.0.0",
"description": "Provides sharing login for React applications.",
"main": "dist/index.js",
"author": "Cozy",
Expand Down
4 changes: 4 additions & 0 deletions packages/playgrounds/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.25](https://github.com/cozy/cozy-libs/compare/[email protected]@2.2.25) (2024-09-23)

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

## [2.2.24](https://github.com/cozy/cozy-libs/compare/[email protected]@2.2.24) (2024-09-09)

**Note:** Version bump only for package cozy-playgrounds
Expand Down
4 changes: 2 additions & 2 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": "2.2.24",
"version": "2.2.25",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"cozy-device-helper": "^3.1.0",
"cozy-doctypes": "^1.91.1",
"cozy-realtime": "^5.0.2",
"cozy-sharing": "^15.0.4",
"cozy-sharing": "^16.0.0",
"cozy-ui": "40.9.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down

0 comments on commit cd826b4

Please sign in to comment.