diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index 82e773705..167771457 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -1,3 +1,27 @@ +## [1.1.0](https://github.com/researchdata-sheffield/dataviz-hub2/compare/v1.0.2...v1.1.0) (2022-02-01) + + +### 🔧 Continuous Integration + +* remove post-deploy test to avoid disruption to GA ([99b2017](https://github.com/researchdata-sheffield/dataviz-hub2/commit/99b20170213cc574b60473a0fda0fba91cdb14e5)) + + +### 🐛 Bug Fixes + +* **config:** exclude json files from the source nodes stage" ([20f5bc1](https://github.com/researchdata-sheffield/dataviz-hub2/commit/20f5bc135f39d89d79b1ed89150b83619300e60a)) + + +### 🔨 Build/Dependencies + +* limit number of content in the development env ([e3fe7e8](https://github.com/researchdata-sheffield/dataviz-hub2/commit/e3fe7e8dd4b18608624c8d8178ef166c81c5c99a)) +* resolve package-lock.json file error ([057b3dc](https://github.com/researchdata-sheffield/dataviz-hub2/commit/057b3dc35ee4663e00e94c85831d68ca6777fa8f)) + + +### 📝 Documentation + +* **new-visualisation:** F-UJI assessment results ([1ebfc29](https://github.com/researchdata-sheffield/dataviz-hub2/commit/1ebfc290b19dda3be9519cdd25e3ff72c3763951)) +* **new-visualisation:** Why Garden? Attitudes and the perceived health benefits of home gardening ([e7e6426](https://github.com/researchdata-sheffield/dataviz-hub2/commit/e7e6426a78fc2841800b781fdabede30d2af3b79)) + ### [1.0.2](https://github.com/researchdata-sheffield/dataviz-hub2/compare/v1.0.1...v1.0.2) (2022-01-20) diff --git a/package-lock.json b/package-lock.json index c7ad25de1..6e1ec9427 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "datavizhub-tuos", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "datavizhub-tuos", - "version": "1.0.2", + "version": "1.1.0", "dependencies": { "@ant-design/charts": "^1.2.14", "@ant-design/plots": "^1.0.8", diff --git a/package.json b/package.json index 47cc36f47..cda1a55ca 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "datavizhub-tuos", "private": true, "description": "Promoting and building community around data visualisation at the University of Sheffield", - "version": "1.0.2", + "version": "1.1.0", "author": "Yu Liang Weng ", "scripts": { "format": "prettier --write \"**/*.{js,jsx,json,md}\"",