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 Dec 6, 2024
1 parent 55265c9 commit 881a7c6
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 8 deletions.
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.

## [31.0.8](https://github.com/cozy/cozy-libs/compare/[email protected]@31.0.8) (2024-12-06)

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





## [31.0.7](https://github.com/cozy/cozy-libs/compare/[email protected]@31.0.7) (2024-12-06)

**Note:** Version bump only for package cozy-harvest-lib
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": "31.0.7",
"version": "31.0.8",
"description": "Provides logic, modules and components for Cozy's harvest applications.",
"main": "dist/index.js",
"author": "Cozy",
Expand Down Expand Up @@ -74,7 +74,7 @@
"cozy-realtime": "^5.6.1",
"cozy-tsconfig": "^1.8.1",
"cozy-ui": "^113.1.0",
"cozy-viewer": "^8.0.1",
"cozy-viewer": "^8.0.2",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"form-data": "4.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/cozy-sharing/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.

# [16.13.0](https://github.com/cozy/cozy-libs/compare/[email protected]@16.13.0) (2024-12-06)


### Features

* Use Sharing locales instead apps ([55265c9](https://github.com/cozy/cozy-libs/commit/55265c9366e8ee98664503a6a62500e4ec986606))





# [16.12.0](https://github.com/cozy/cozy-libs/compare/[email protected]@16.12.0) (2024-12-06)


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": "16.12.0",
"version": "16.13.0",
"description": "Provides sharing login for React applications.",
"main": "dist/index.js",
"author": "Cozy",
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-viewer/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.

## [8.0.2](https://github.com/cozy/cozy-libs/compare/[email protected]@8.0.2) (2024-12-06)

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





## [8.0.1](https://github.com/cozy/cozy-libs/compare/[email protected]@8.0.1) (2024-12-06)

**Note:** Version bump only for package cozy-viewer
Expand Down
6 changes: 3 additions & 3 deletions packages/cozy-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-viewer",
"version": "8.0.1",
"version": "8.0.2",
"description": "Cozy-Viewer provides a component to show files in a viewer.",
"main": "dist/index.js",
"license": "MIT",
Expand All @@ -27,10 +27,10 @@
"babel-preset-cozy-app": "^2.8.1",
"cozy-client": "50.0.0",
"cozy-device-helper": "2.0.0",
"cozy-harvest-lib": "^31.0.7",
"cozy-harvest-lib": "^31.0.8",
"cozy-intent": "^2.29.1",
"cozy-logger": "^1.16.1",
"cozy-sharing": "^16.12.0",
"cozy-sharing": "^16.13.0",
"cozy-ui": "^113.8.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
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.

## [2.8.8](https://github.com/cozy/cozy-libs/compare/[email protected]@2.8.8) (2024-12-06)

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





## [2.8.7](https://github.com/cozy/cozy-libs/compare/[email protected]@2.8.7) (2024-12-06)

**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.8.7",
"version": "2.8.8",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"cozy-device-helper": "^3.7.1",
"cozy-doctypes": "^1.97.1",
"cozy-realtime": "^5.6.1",
"cozy-sharing": "^16.12.0",
"cozy-sharing": "^16.13.0",
"cozy-ui": "40.9.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down

0 comments on commit 881a7c6

Please sign in to comment.