Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-12-31)

### Bug Fixes

* **deps:** Added proepr dependency to semantic-release ([3511ae2](3511ae2))
* Fixed case sensitivity issue ([d093a6d](d093a6d))
* **build:** Remove the metadata.xml file and optimize the generator plugin ([417fd85](417fd85))
* **build:** Split the webpack build system into separate files, with the option of using webpack-merge for widget specific changes ([352d400](352d400))
* **docs:** Added documentation about using semantic release and CI/CD pipelines ([bbdcb73](bbdcb73))

### Features

* Reorganized the naming of the default widget files, and remove the initialization step ([0a324fa](0a324fa))
  • Loading branch information
semantic-release-bot committed Dec 31, 2020
1 parent a8c3c0b commit 65c7671
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 1.0.0 (2020-12-31)


### Bug Fixes

* **deps:** Added proepr dependency to semantic-release ([3511ae2](https://github.com/ptc-iot-sharing/PlotlyHeatChartTWX/commit/3511ae2c5b0912d7f3add5182fd691217be7cd8f))
* Fixed case sensitivity issue ([d093a6d](https://github.com/ptc-iot-sharing/PlotlyHeatChartTWX/commit/d093a6d694ff38114580c69b6405565da03630a6))
* **build:** Remove the metadata.xml file and optimize the generator plugin ([417fd85](https://github.com/ptc-iot-sharing/PlotlyHeatChartTWX/commit/417fd8539663ff87ed25e80ec84e756d3b30fabf))
* **build:** Split the webpack build system into separate files, with the option of using webpack-merge for widget specific changes ([352d400](https://github.com/ptc-iot-sharing/PlotlyHeatChartTWX/commit/352d4006d325d2d1481e4c54ea5d93887ddf67a9))
* **docs:** Added documentation about using semantic release and CI/CD pipelines ([bbdcb73](https://github.com/ptc-iot-sharing/PlotlyHeatChartTWX/commit/bbdcb73982c3ed8b639f06f9128d730f0ea707d6))


### Features

* Reorganized the naming of the default widget files, and remove the initialization step ([0a324fa](https://github.com/ptc-iot-sharing/PlotlyHeatChartTWX/commit/0a324fa89e402630c252a3e84f52ea69a51fc6e8))

# [1.1.0](https://github.com/ptc-iot-sharing/ThingworxDemoWebpackWidget/compare/v1.0.1...v1.1.0) (2020-11-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PlotlyHeatChart",
"version": "1.1.0",
"version": "1.0.0",
"description": "Example of a widget built using typescript, babel and webpack",
"author": "placatus@iqnox.com",
"minimumThingWorxVersion": "6.0.0",
Expand Down

0 comments on commit 65c7671

Please sign in to comment.