From d89fd0cce39ca8b5e1c3d2d5d96b692a402bd980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 5 Jul 2021 08:21:34 +0200 Subject: [PATCH] 4.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 450007b44f..0035b4bdc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## [v4.0.3](https://github.com/nextcloud/nextcloud-vue/tree/v4.0.3) (2021-07-05) + +[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.0.2...v4.0.3) + +## Enhancements + +- Fix ActionCaption layout [\#2043](https://github.com/nextcloud/nextcloud-vue/pull/2043) ([marcoambrosini](https://github.com/marcoambrosini)) + +## Fixed bugs + +- Add type=button attribute to buttons [\#2069](https://github.com/nextcloud/nextcloud-vue/pull/2069) ([Pytal](https://github.com/Pytal)) +- Fix AppContent mobile display [\#2048](https://github.com/nextcloud/nextcloud-vue/pull/2048) ([skjnldsv](https://github.com/skjnldsv)) + +## Closed pull requests + +- v4.0.2 [\#2041](https://github.com/nextcloud/nextcloud-vue/pull/2041) ([marcoambrosini](https://github.com/marcoambrosini)) + ## [v4.0.2](https://github.com/nextcloud/nextcloud-vue/tree/v4.0.2) (2021-06-16) [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.0.1...v4.0.2) diff --git a/README.md b/README.md index 1bcf297cf4..c23824ba68 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ index 3a9ab8f8c1..4bc2b4a4d0 100644 ## Releasing a new version - Pull the latest changes from `master` or `stableX`; -- Checkout a new branch: `git checkout -b npm/v`; +- Checkout a new branch with the tag name (e.g `v4.0.1`): `git checkout -b v`; - Run `npm version patch` (`npm version minor --no-git-tag-version` if minor). This will return a new version name, make sure it matches what you expect; - Commit, push and create PR; - Add the change log content from the 'Changelog' action on Github to `CHANGELOG.md`; diff --git a/package-lock.json b/package-lock.json index 2208dcea24..4e77ac9405 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1043b1544c..dc58a7890f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "4.0.2", + "version": "4.0.3", "description": "Nextcloud vue components", "keywords": [ "vuejs",