Skip to content

Commit f4156f9

Browse files
committed
chore(release): Bump version to 4.8.0
Signed-off-by: Julius Härtl <[email protected]>
1 parent 33e0da4 commit f4156f9

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,7 @@ Types of changes:
1212
- *Fixed* for any bug fixes.
1313
- *Security* in case of vulnerabilities.
1414

15-
## 4.8.0-beta.2
16-
17-
### Fixed
18-
19-
- Use the color-primary-element* variables @szaimen [#1043](https://github.com/nextcloud/notes/pull/1043)
20-
- fix: setting button spacing @luka-nextcloud [#1048](https://github.com/nextcloud/notes/pull/1048)
21-
- fix: Wrap renaming of notes through autotile in locking context @juliushaertl [#1047](https://github.com/nextcloud/notes/pull/1047)
22-
- Dependency updates
23-
24-
## 4.8.0-beta.1 - 2023-05-05
15+
## 4.8.0
2516

2617
### Added
2718

@@ -30,6 +21,9 @@ Types of changes:
3021

3122
### Fixed
3223

24+
- Use the color-primary-element* variables @szaimen [#1043](https://github.com/nextcloud/notes/pull/1043)
25+
- fix: setting button spacing @luka-nextcloud [#1048](https://github.com/nextcloud/notes/pull/1048)
26+
- fix: Wrap renaming of notes through autotile in locking context @juliushaertl [#1047](https://github.com/nextcloud/notes/pull/1047)
3327
- Fix help table on dark mode @eckelon [#1000](https://github.com/nextcloud/notes/pull/1000)
3428
- fix: Proper response for attachment endpoint @juliushaertl [#1031](https://github.com/nextcloud/notes/pull/1031)
3529

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description><![CDATA[
77
The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](https://github.com/nextcloud/notes/blob/master/docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/nextcloud/notes-android), [iOS](https://github.com/nextcloud/notes-ios) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites.
88
]]></description>
9-
<version>4.8.0-beta.2</version>
9+
<version>4.8.0</version>
1010
<licence>agpl</licence>
1111
<author>Kristof Hamann</author>
1212
<author>Bernhard Posselt</author>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
"browserslist": [
4646
"extends @nextcloud/browserslist-config"
4747
],
48-
"version": "4.8.0-beta.2"
48+
"version": "4.8.0"
4949
}

0 commit comments

Comments
 (0)