Skip to content

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
### [1.2.1](v1.2.0...v1.2.1) (2022-04-13)

### 📝 Documentation

* initial edit to statistical testing ([336147c](336147c))
* initial edit to statistical testing ([03ec872](03ec872))
* **learning-path:** statistical part 4 ([b3b3bca](b3b3bca))

### 🐛 Bug Fixes

* ant-design chart visualisation canvas issue ([73ad9d6](73ad9d6))
* change end of line to LF [skip ci] ([8f60faf](8f60faf))
* ResizeObserver is not defined error ([9b57205](9b57205)), closes [#259](#259)

### 🔨 Build/Dependencies

* **deps:** bump actions/checkout from 2 to 3 ([8951b22](8951b22))
* update dependencies ([84d56c9](84d56c9))
* **deps:** update dependencies ([6aa570b](6aa570b))
* upgrade to React 18 ([df6b56d](df6b56d))

### 🔧 Continuous Integration

* change runner [skip ci] ([ded3c4a](ded3c4a))
* fix ci cache error ([ae200ad](ae200ad))
* fix script execution ([d216e03](d216e03))
* **actions:** move to windows-2019 for consistency ([b145e47](b145e47))
* upgrade cache version ([0c241e0](0c241e0))
* use actions-gh-pages [skip ci] ([2ccf254](2ccf254))
* **live:** use actions ([453f244](453f244))
  • Loading branch information
github-actions-bot committed Apr 13, 2022
1 parent 216e901 commit 24af480
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
### [1.2.1](https://github.com/researchdata-sheffield/dataviz-hub2/compare/v1.2.0...v1.2.1) (2022-04-13)


### 📝 Documentation

* initial edit to statistical testing ([336147c](https://github.com/researchdata-sheffield/dataviz-hub2/commit/336147c662f2949e32b24897279f3f1bed1897ba))
* initial edit to statistical testing ([03ec872](https://github.com/researchdata-sheffield/dataviz-hub2/commit/03ec87241b95773244e7d950527c5cd9ee448158))
* **learning-path:** statistical part 4 ([b3b3bca](https://github.com/researchdata-sheffield/dataviz-hub2/commit/b3b3bca54474304877ea38ef3327e05a5133ba48))


### 🐛 Bug Fixes

* ant-design chart visualisation canvas issue ([73ad9d6](https://github.com/researchdata-sheffield/dataviz-hub2/commit/73ad9d65368c5246c648f56566b6ca759099dda2))
* change end of line to LF [skip ci] ([8f60faf](https://github.com/researchdata-sheffield/dataviz-hub2/commit/8f60fafc3bb6d9399424d098fe0051fe44c2ecd1))
* ResizeObserver is not defined error ([9b57205](https://github.com/researchdata-sheffield/dataviz-hub2/commit/9b57205a8be3cd84dbbff6d333110f4b71824438)), closes [#259](https://github.com/researchdata-sheffield/dataviz-hub2/issues/259)


### 🔨 Build/Dependencies

* **deps:** bump actions/checkout from 2 to 3 ([8951b22](https://github.com/researchdata-sheffield/dataviz-hub2/commit/8951b224a50d463f938712905191c20b79b461a5))
* update dependencies ([84d56c9](https://github.com/researchdata-sheffield/dataviz-hub2/commit/84d56c9f6010d5c7b69fc6371b70b389f04b825f))
* **deps:** update dependencies ([6aa570b](https://github.com/researchdata-sheffield/dataviz-hub2/commit/6aa570b5e750735be3bfbaee21156b79b5709b22))
* upgrade to React 18 ([df6b56d](https://github.com/researchdata-sheffield/dataviz-hub2/commit/df6b56d67311a8916ad13d2d665cc43ba80746bb))


### 🔧 Continuous Integration

* change runner [skip ci] ([ded3c4a](https://github.com/researchdata-sheffield/dataviz-hub2/commit/ded3c4a0f37bf0607b9297eda3e0f74ecd13a184))
* fix ci cache error ([ae200ad](https://github.com/researchdata-sheffield/dataviz-hub2/commit/ae200ada9c4a16b756979a736a8d9bcd4b90bbd7))
* fix script execution ([d216e03](https://github.com/researchdata-sheffield/dataviz-hub2/commit/d216e03fdf4eb7a73b459d3bd943c2b5b6119c38))
* **actions:** move to windows-2019 for consistency ([b145e47](https://github.com/researchdata-sheffield/dataviz-hub2/commit/b145e479febbc556ff81889dbdb6ef021c717a8b))
* upgrade cache version ([0c241e0](https://github.com/researchdata-sheffield/dataviz-hub2/commit/0c241e0f7b48d27f8411daf127ae6020d30b8daf))
* use actions-gh-pages [skip ci] ([2ccf254](https://github.com/researchdata-sheffield/dataviz-hub2/commit/2ccf254f66869c6177a74b1c94aa31f31842de17))
* **live:** use actions ([453f244](https://github.com/researchdata-sheffield/dataviz-hub2/commit/453f244997e6a4a7d87b22e34e7d2f21cc9c31e9))

## [1.2.0](https://github.com/researchdata-sheffield/dataviz-hub2/compare/v1.1.1...v1.2.0) (2022-02-23)


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.0",
"version": "1.2.1",
"author": "Yu Liang Weng <y.weng@sheffield.ac.uk>",
"scripts": {
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
Expand Down

0 comments on commit 24af480

Please sign in to comment.