Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump to 3.10.0 #687

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# 3.10.0

# 3.9.0

### ✨ Features

* Upgrade React to v18 by @Merkur39 in https://github.com/cozy/mespapiers/pull/682

### 🐛 Bug Fixes

* Save a new paper from the Cozy filePicker by @Merkur39 in https://github.com/cozy/mespapiers/pull/674
* Style of InformationEdit Dialog by @Merkur39 in https://github.com/cozy/mespapiers/pull/676
* Open country selection for FR papers by @Merkur39 in https://github.com/cozy/mespapiers/pull/681
* Paper creation from the Cozy by @Merkur39 in https://github.com/cozy/mespapiers/pull/683
* Do not remove all shared files by @Merkur39 in https://github.com/cozy/mespapiers/pull/684
* Always keep the Viewer modal behind the others by @Merkur39 in https://github.com/cozy/mespapiers/pull/686
* Infinite load when sharing on Android by @zatteo in https://github.com/cozy/mespapiers/pull/685

### 🔧 Tech

* Add CI with Github Actions by @Merkur39 in https://github.com/cozy/mespapiers/pull/672
* Fix GA for mattermost by @Merkur39 in https://github.com/cozy/mespapiers/pull/673
* Upgrade Bundlemon to 3.1.0 by @Merkur39 in https://github.com/cozy/mespapiers/pull/680


**Full Changelog**: https://github.com/cozy/mespapiers/compare/3.8.0...3.9.0-beta.1

# 3.8.0

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"slug": "mespapiers",
"icon": "icon.svg",
"categories": [],
"version": "3.9.0",
"version": "3.10.0",
"licence": "AGPL-3.0",
"editor": "Cozy",
"source": "https://github.com/cozy/mespapiers.git@build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mespapiers",
"version": "3.9.0",
"version": "3.10.0",
"engines": {
"node": "~16 || ~20"
},
Expand Down
Loading