Skip to content

Commit

Permalink
Chore/bump version (#675)
Browse files Browse the repository at this point in the history
* add icons and additionally hint to release script

Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>

* bump version up to 0.6.2

Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>

---------

Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>

(cherry picked from commit 3010f08)
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
  • Loading branch information
Florian committed Nov 13, 2023
1 parent 1de4546 commit ac5d4e3
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.
16 changes: 8 additions & 8 deletions .scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ cd ..
echo
echo "🚀 Lets make a new release!"
echo "==========================="

echo
echo "Preparation steps:"
echo " - krankerl is installed"
echo " - Sign keys are under '~/.nextcloud'"
echo " 🚨 Run this from inside the folder .scripts"
echo " 🧑‍💻 krankerl is installed"
echo " 🔐 Sign keys are under '~/.nextcloud'"
echo
echo " - All code changes are committed and merged"
echo " - CI is green"
echo " All code changes are committed and merged"
echo " 🍀 CI is green"
echo
echo " - Version number bumped"
echo " - File 'releaseNotes.md' is up to date"
echo " - Update screenshots if needed"
echo " 💯 Version number bumped"
echo " 💬 File 'releaseNotes.md' is up to date"
echo " 📺 Update screenshots if needed"
echo
read -r -p "Are all the prepare steps done? [y/N] " CONFIRMATION

Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
## 0.6.2 - 2023-11-13
### Updated
- 🐞 Bug fixing

## 0.6.1 - 2023-11-07
### Updated
- 🏳️ Translations
- 🐞 Bug fixing
- ✨ Small design adjustments
- 💾 Update software dependencies

## 0.6.0 - 2023-09-15
### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Share your tables and views with users and groups within your cloud.
Have a good time and manage whatever you want.
]]></description>
<version>0.6.1</version>
<version>0.6.2</version>
<licence>agpl</licence>
<author mail="florian.steffens@nextcloud.com" >Florian Steffens</author>
<namespace>Tables</namespace>
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tables",
"description": "Manage data within tables.",
"version": "0.6.0",
"version": "0.6.2",
"author": "Florian Steffens <florian.steffens@nextcloud.com",
"bugs": {
"url": "https://github.com/nextcloud/tables/issues"
Expand All @@ -26,12 +26,12 @@
"dependencies": {
"@nextcloud/auth": "^2.2.1",
"@nextcloud/axios": "^2.4.0",
"@nextcloud/dialogs": "^4.2.1",
"@nextcloud/dialogs": "^4.2.2",
"@nextcloud/event-bus": "^3.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/moment": "^1.2.2",
"@nextcloud/router": "^2.2.0",
"@nextcloud/vue": "^7.12.6",
"@nextcloud/vue": "^7.12.7",
"@tiptap/extension-character-count": "^2.1.12",
"@tiptap/extension-task-item": "^2.1.12",
"@tiptap/extension-task-list": "^2.1.12",
Expand All @@ -58,7 +58,7 @@
"@nextcloud/eslint-config": "^8.3.0",
"@nextcloud/stylelint-config": "^2.3.1",
"@nextcloud/webpack-vue-config": "^6.0.0",
"cypress": "^13.4.0",
"cypress": "^13.5.0",
"cypress-downloadfile": "^1.2.3",
"sass": "^1.69.5",
"sass-loader": "^13.3.2"
Expand Down

0 comments on commit ac5d4e3

Please sign in to comment.