Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.2.2...v2.0.0) (2022-04-14)

### ⚠ BREAKING CHANGES

* **release:** framework v4.

### 🎨 Styles

* word cloud ([099ded4](099ded4))

### ♻️ Code Refactoring

* **vis:** move data out of the production to speed up the building process ([0e6a8d6](0e6a8d6))

### 🔨 Build/Dependencies

* **release:** bump major version number ([6131366](6131366))
  • Loading branch information
github-actions-bot committed Apr 14, 2022
1 parent 57f529e commit 0308503
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <y.weng@sheffield.ac.uk>",
"scripts": {
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
Expand Down

0 comments on commit 0308503

Please sign in to comment.