From 547482aa5d6e7a90a3ba2ad61bd3a6023b435eab Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Mon, 21 Nov 2022 15:44:25 +0100 Subject: [PATCH] Release 2.1.0 --- .zenodo.json | 2 +- CITATION.cff | 2 +- README.dev.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/components/Footer.vue | 2 +- src/components/LayoutLanding.vue | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index d6c55c5a..2271cdc5 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -48,5 +48,5 @@ }, "publication_date": "2022-08-29", "title": "cffinit", - "version": "2.0.4" + "version": "2.1.0" } diff --git a/CITATION.cff b/CITATION.cff index 593c9964..9860b171 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -50,4 +50,4 @@ license: Apache-2.0 message: If you use this software, please cite it using these metadata. repository-code: https://github.com/citation-file-format/cff-initializer-javascript title: cffinit -version: 2.0.4 +version: 2.1.0 diff --git a/README.dev.md b/README.dev.md index 91f708b8..8e93586e 100644 --- a/README.dev.md +++ b/README.dev.md @@ -173,7 +173,7 @@ This section describes how to make a release in 2 parts: 1. Update the version in the [app footer](src/components/Footer.vue). 1. Run `npm run lint` and make sure the linter does not complain. 1. Run the unit tests with `npm run test:unit:ci`. -1. Run the end-to-end tests with `npm run cypress:open`. +1. Run the end-to-end tests with `npm run cypress:run`. 1. Push any changes to GitHub, make a PR. 1. Inspect the Netlify preview website. 1. Review the PR and merge to the default branch `main`. diff --git a/package-lock.json b/package-lock.json index adcacee9..0c2c1ca8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cffinit", - "version": "2.0.4", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cffinit", - "version": "2.0.4", + "version": "2.1.0", "dependencies": { "@quasar/extras": "^1.0.0", "ajv": "^8.6.2", diff --git a/package.json b/package.json index 9cb96183..02755673 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cffinit", - "version": "2.0.4", + "version": "2.1.0", "description": "Web form to assist people in creating a CITATION.cff file for their projects.", "productName": "cffinit", "author": "Netherlands eScience Center", diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 80c9075f..5051f695 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -15,7 +15,7 @@ > - Version 2.0.4 + Version 2.1.0 diff --git a/src/components/LayoutLanding.vue b/src/components/LayoutLanding.vue index 3c2eb605..7895816c 100644 --- a/src/components/LayoutLanding.vue +++ b/src/components/LayoutLanding.vue @@ -58,7 +58,7 @@ - Version 2.0.4 + Version 2.1.0