From 79af9a0dcb4522d2536726aabbfc65ec450c6f6d Mon Sep 17 00:00:00 2001 From: Sanjay Soundarajan Date: Fri, 17 Jun 2022 19:11:49 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20update=20changelog=20for?= =?UTF-8?q?=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .releaserc.json | 6 ++++++ docs/changelog.md | 14 ++++++++++++++ package.json | 1 + versioned_docs/version-1.4.0/changelog.md | 14 ++++++++++++++ yarn.lock | 2 +- 5 files changed, 36 insertions(+), 1 deletion(-) diff --git a/.releaserc.json b/.releaserc.json index 78d1aea..d35f7d1 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -19,6 +19,12 @@ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/changelog", + [ + "@semantic-release/npm", + { + "npmPublish": false + } + ], "@semantic-release/github", "@semantic-release/git" ] diff --git a/docs/changelog.md b/docs/changelog.md index 515366b..4f560e9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -11,6 +11,20 @@ All notable changes to FAIRshare are documented here. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ::: +## Version 1.4.0 + +### Feature additions + +- You can now submit your datasets to Figshare using FAIRshare. This is currently only enabled for local and new datasets. Support for GitHub repos and for publishing new versions of datasets to Figshare is coming soon. +- Added support for the ability to select `Upload type` for Zenodo. +- Storybook integration has been added for components used within FAIRshare. View the [library](https://www.chromatic.com/library?appId=628e928cd2515a004ad2f0b7) and the [storybook](https://628e928cd2515a004ad2f0b7-jmdpzjjikc.chromatic.com/). + +### Bug fixes + +- FAIRshare will now focus on the currently open app instance if a user opens multiple instances of FAIRshare. This should prevent issues that can arise from the server side. +- The `Curated with FAIRshare` badge has a new url that we can support better. +- Updated Zenodo metadata text to better fit the context of the form. + ## Version 1.3.1 ### Bug fixes diff --git a/package.json b/package.json index 4668f4b..e870908 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "@semantic-release/commit-analyzer": "^9.0.2", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^8.0.4", + "@semantic-release/npm": "^9.0.1", "@semantic-release/release-notes-generator": "^10.0.3", "autoprefixer": "10.4.7", "babel-eslint": "10.1.0", diff --git a/versioned_docs/version-1.4.0/changelog.md b/versioned_docs/version-1.4.0/changelog.md index 515366b..4f560e9 100644 --- a/versioned_docs/version-1.4.0/changelog.md +++ b/versioned_docs/version-1.4.0/changelog.md @@ -11,6 +11,20 @@ All notable changes to FAIRshare are documented here. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ::: +## Version 1.4.0 + +### Feature additions + +- You can now submit your datasets to Figshare using FAIRshare. This is currently only enabled for local and new datasets. Support for GitHub repos and for publishing new versions of datasets to Figshare is coming soon. +- Added support for the ability to select `Upload type` for Zenodo. +- Storybook integration has been added for components used within FAIRshare. View the [library](https://www.chromatic.com/library?appId=628e928cd2515a004ad2f0b7) and the [storybook](https://628e928cd2515a004ad2f0b7-jmdpzjjikc.chromatic.com/). + +### Bug fixes + +- FAIRshare will now focus on the currently open app instance if a user opens multiple instances of FAIRshare. This should prevent issues that can arise from the server side. +- The `Curated with FAIRshare` badge has a new url that we can support better. +- Updated Zenodo metadata text to better fit the context of the form. + ## Version 1.3.1 ### Bug fixes diff --git a/yarn.lock b/yarn.lock index d408b99..bbd5f99 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3172,7 +3172,7 @@ p-retry "^4.0.0" url-join "^4.0.0" -"@semantic-release/npm@^9.0.0": +"@semantic-release/npm@^9.0.0", "@semantic-release/npm@^9.0.1": version "9.0.1" resolved "https://registry.yarnpkg.com/@semantic-release/npm/-/npm-9.0.1.tgz#d81828eb1fb771e2767b3a8ee989915e1af27075" integrity sha512-I5nVZklxBzfMFwemhRNbSrkiN/dsH3c7K9+KSk6jUnq0rdLFUuJt7EBsysq4Ir3moajQgFkfEryEHPqiKJj20g==