Skip to content

Commit

Permalink
chore: release 1.0.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Nov 2, 2020
1 parent d39d1b2 commit ed3c6b9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# Changelog

## 1.0.0 (2020-11-01)


### Features

* add onClick event for each cell item ([6df60ad](https://www.github.com/zakodium/react-wafer/commit/6df60adc632117d184fcc441e30cd01c4d5819cd))
* add style and label to selected component ([264e149](https://www.github.com/zakodium/react-wafer/commit/264e149ed1a33d2b6fa06dff00811034a6484591))
* display circle under grid ([8134280](https://www.github.com/zakodium/react-wafer/commit/8134280dac3f95296f85e3625fad978c584f4775))
* display grid with numeric labels ([9898fb2](https://www.github.com/zakodium/react-wafer/commit/9898fb284a82c3e35b095cfba4f32b43c01ca0b8))


### Bug Fixes

* eslint fix ([9e9b0b5](https://www.github.com/zakodium/react-wafer/commit/9e9b0b5269d07b8fae3d4cf9b955a80091d9391a))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-wafer",
"version": "3.1.3",
"version": "1.0.0",
"description": "Render wafer partition in react",
"main": "lib/src/index.js",
"module": "lib-es/src/index.js",
Expand Down

0 comments on commit ed3c6b9

Please sign in to comment.