Skip to content

Commit

Permalink
chore: Bump to 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Merkur39 committed Oct 25, 2024
1 parent 43f49be commit bfec318
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
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

0 comments on commit bfec318

Please sign in to comment.