From 0308503166c7f4499ebf946730b85b469458d99c Mon Sep 17 00:00:00 2001 From: github-actions-bot Date: Thu, 14 Apr 2022 15:20:32 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.0.0](https://github.com/researchdata-sheffield/dataviz-hub2/compare/v1.2.2...v2.0.0) (2022-04-14) ### ⚠ BREAKING CHANGES * **release:** framework v4. ### 🎨 Styles * word cloud ([099ded4](https://github.com/researchdata-sheffield/dataviz-hub2/commit/099ded4dc2468649e46c3c0209e36677f07146c8)) ### ♻️ Code Refactoring * **vis:** move data out of the production to speed up the building process ([0e6a8d6](https://github.com/researchdata-sheffield/dataviz-hub2/commit/0e6a8d6cab88d8f53526d8f6cc913488644d457c)) ### 🔨 Build/Dependencies * **release:** bump major version number ([6131366](https://github.com/researchdata-sheffield/dataviz-hub2/commit/6131366f1899bd20519c4a0c870c47c8e46af448)) --- CHANGELOG.mdx | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index d0094dc27..43581904e 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -1,3 +1,24 @@ +## [2.0.0](https://github.com/researchdata-sheffield/dataviz-hub2/compare/v1.2.2...v2.0.0) (2022-04-14) + + +### ⚠ BREAKING CHANGES + +* **release:** framework v4. + +### 🎨 Styles + +* word cloud ([099ded4](https://github.com/researchdata-sheffield/dataviz-hub2/commit/099ded4dc2468649e46c3c0209e36677f07146c8)) + + +### ♻️ Code Refactoring + +* **vis:** move data out of the production to speed up the building process ([0e6a8d6](https://github.com/researchdata-sheffield/dataviz-hub2/commit/0e6a8d6cab88d8f53526d8f6cc913488644d457c)) + + +### 🔨 Build/Dependencies + +* **release:** bump major version number ([6131366](https://github.com/researchdata-sheffield/dataviz-hub2/commit/6131366f1899bd20519c4a0c870c47c8e46af448)) + ### [1.2.2](https://github.com/researchdata-sheffield/dataviz-hub2/compare/v1.2.1...v1.2.2) (2022-04-13) diff --git a/package-lock.json b/package-lock.json index f974f70f1..5c6797b58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "datavizhub-tuos", - "version": "1.2.2", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "datavizhub-tuos", - "version": "1.2.2", + "version": "2.0.0", "dependencies": { "@ant-design/charts": "^1.3.6", "@ant-design/plots": "^1.0.9", diff --git a/package.json b/package.json index 3d5c1d66e..b2e5934dd 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.2.2", + "version": "2.0.0", "author": "Yu Liang Weng ", "scripts": { "format": "prettier --write \"**/*.{js,jsx,json,md}\"",