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 (2022-06-29)

### Bug Fixes

* **.npmignore:** add .npmignore ([c0624d7](c0624d7))
* **code style:** fix code style ([f1c35fb](f1c35fb))
* **commitlint:** typescript migration ([57e3f8a](57e3f8a))
* **directory:** fix folder structure ([e35c6ff](e35c6ff))
* **email component:** add return type ([00e2763](00e2763))
* **email component:** fixed issues in Email component ([08162bd](08162bd))
* **email story:** change format ([a86e62b](a86e62b))
* **folder:** fix folder structure ([2930894](2930894))
* **generateemail:** fix generateEmail ([15f2f35](15f2f35))
* **package.json:** remove the empty dependencies part from package.json ([74c82d8](74c82d8))
* **semantic-release/github:** fix addReleases option ([858829b](858829b))
* **storybook:** fix Email story issues ([20b17f2](20b17f2))
* **styling:** fix styling ([b64e88e](b64e88e))
* **styling:** improved and fixed makeStyles ([6b9892b](6b9892b)), closes [#20](#20)

### Features

* add ESLint ([b645c9d](b645c9d))
* add prettier ([1de855a](1de855a))
* **add storybook:** add storybook to the project ([5d9f3fd](5d9f3fd))
* **email component:** add Email component ([a1aafce](a1aafce)), closes [#17](#17)
* **generateEmail:** add generateEmail ([9fc2bda](9fc2bda)), closes [#21](#21)
* **semantic-release:** add semantic-release ([4ac01d9](4ac01d9)), closes [#16](#16)
* **storybook:** add story ([17e9606](17e9606))
* **storybook:** add story ([d63f627](d63f627))
* **storybook:** add story ([e37b1d3](e37b1d3)), closes [#18](#18)
* **styling:** add makeStyles ([9fe1501](9fe1501)), closes [#20](#20)
* **styling:** add sx method ([1042629](1042629)), closes [#20](#20)

### Performance Improvements

* **husky:** add yarn test ([1b4d91f](1b4d91f))

### BREAKING CHANGES

* **styling:** named argument pass for useStyles

Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
  • Loading branch information
semantic-release-bot committed Jun 29, 2022
1 parent a0c8758 commit 5f1ac1a
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# 1.0.0 (2022-06-29)


### Bug Fixes

* **.npmignore:** add .npmignore ([c0624d7](https://github.com/leopardslab/react-email/commit/c0624d724572f7948f9e93fa7743070e69eb8747))
* **code style:** fix code style ([f1c35fb](https://github.com/leopardslab/react-email/commit/f1c35fbebf7493d7db72255c04a7b22e58f7f9bd))
* **commitlint:** typescript migration ([57e3f8a](https://github.com/leopardslab/react-email/commit/57e3f8a5f4646d001428b58277ee36d64415d211))
* **directory:** fix folder structure ([e35c6ff](https://github.com/leopardslab/react-email/commit/e35c6ffe489a28830cf5b03d694129cabd0390a4))
* **email component:** add return type ([00e2763](https://github.com/leopardslab/react-email/commit/00e2763ecb42abae187b92f3130a35d294511a54))
* **email component:** fixed issues in Email component ([08162bd](https://github.com/leopardslab/react-email/commit/08162bdab087bb30a01ddbc8468dbb24cc5d8e57))
* **email story:** change format ([a86e62b](https://github.com/leopardslab/react-email/commit/a86e62b16480b65471682d016333d957504b1a6f))
* **folder:** fix folder structure ([2930894](https://github.com/leopardslab/react-email/commit/2930894509fae855a68e7907d2e313b0f347080a))
* **generateemail:** fix generateEmail ([15f2f35](https://github.com/leopardslab/react-email/commit/15f2f354f9efa0785298b50152e12c7da99729d3))
* **package.json:** remove the empty dependencies part from package.json ([74c82d8](https://github.com/leopardslab/react-email/commit/74c82d8862f8fd7e2980e7c18ed2694a29b09f63))
* **semantic-release/github:** fix addReleases option ([858829b](https://github.com/leopardslab/react-email/commit/858829b134ccf04148467c1dc92db20bddaa80c2))
* **storybook:** fix Email story issues ([20b17f2](https://github.com/leopardslab/react-email/commit/20b17f2ca4cc09e936783eeed5dbc48fa748ce81))
* **styling:** fix styling ([b64e88e](https://github.com/leopardslab/react-email/commit/b64e88e58ab1eebb078b34a63c98338263d973dc))
* **styling:** improved and fixed makeStyles ([6b9892b](https://github.com/leopardslab/react-email/commit/6b9892be4efc8233d3c8ac379d1f8a67d82e6796)), closes [#20](https://github.com/leopardslab/react-email/issues/20)


### Features

* add ESLint ([b645c9d](https://github.com/leopardslab/react-email/commit/b645c9deb52210e58796b48e367aaa183ba60e04))
* add prettier ([1de855a](https://github.com/leopardslab/react-email/commit/1de855a1ec01755f655a1c908973fb2709be144b))
* **add storybook:** add storybook to the project ([5d9f3fd](https://github.com/leopardslab/react-email/commit/5d9f3fd9efe1d4a28024857f6461fee0c91cd2cc))
* **email component:** add Email component ([a1aafce](https://github.com/leopardslab/react-email/commit/a1aafced891f0a88a7f91670ff86d1edfc1cd2e5)), closes [#17](https://github.com/leopardslab/react-email/issues/17)
* **generateEmail:** add generateEmail ([9fc2bda](https://github.com/leopardslab/react-email/commit/9fc2bdaff26dd60b2713fa4427b07ba9d7e8a628)), closes [#21](https://github.com/leopardslab/react-email/issues/21)
* **semantic-release:** add semantic-release ([4ac01d9](https://github.com/leopardslab/react-email/commit/4ac01d9c00255ef02059237c8b1826642aecbb8e)), closes [#16](https://github.com/leopardslab/react-email/issues/16)
* **storybook:** add story ([17e9606](https://github.com/leopardslab/react-email/commit/17e96066aadd2b9d20d5beaf5932dfb35d47a595))
* **storybook:** add story ([d63f627](https://github.com/leopardslab/react-email/commit/d63f6275f2d17bcd7bc6b29b7c8869f9432e86ea))
* **storybook:** add story ([e37b1d3](https://github.com/leopardslab/react-email/commit/e37b1d3e3e1187420a760d6f96e152e2dc758609)), closes [#18](https://github.com/leopardslab/react-email/issues/18)
* **styling:** add makeStyles ([9fe1501](https://github.com/leopardslab/react-email/commit/9fe1501af5538b6f71310b6fb0ffee0deb3cb67b)), closes [#20](https://github.com/leopardslab/react-email/issues/20)
* **styling:** add sx method ([1042629](https://github.com/leopardslab/react-email/commit/1042629125adab2de1d542883dc7cd8ecde0b167)), closes [#20](https://github.com/leopardslab/react-email/issues/20)


### Performance Improvements

* **husky:** add yarn test ([1b4d91f](https://github.com/leopardslab/react-email/commit/1b4d91fb55a529b6252c48268b6f239d8d535aba))


### BREAKING CHANGES

* **styling:** named argument pass for useStyles

Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leopardslab/react-email",
"version": "0.0.1",
"version": "1.0.0",
"private": "false",
"description": "React-based component and utility methods-based lightweight library to provide a common interface for email building",
"author": {
Expand Down

0 comments on commit 5f1ac1a

Please sign in to comment.