4.0.3
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
Родитель
17f306a195
Коммит
d89fd0cce3
17
CHANGELOG.md
17
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)
|
||||
|
|
|
@ -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<version>`;
|
||||
- Checkout a new branch with the tag name (e.g `v4.0.1`): `git checkout -b v<version>`;
|
||||
- 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`;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@nextcloud/vue",
|
||||
"version": "4.0.2",
|
||||
"version": "4.0.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@nextcloud/vue",
|
||||
"version": "4.0.2",
|
||||
"version": "4.0.3",
|
||||
"description": "Nextcloud vue components",
|
||||
"keywords": [
|
||||
"vuejs",
|
||||
|
|
Загрузка…
Ссылка в новой задаче