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 (2021-04-01)

### Bug Fixes

* **lint:** Ignore automatic generated CHANGELOG.md ([411a3e3](411a3e3))
* Dont require NODE_ENV since already using webpack --mode ([033ef0f](033ef0f))
* Filter out null/undefined headers ([4a12c2d](4a12c2d))
* Postcss css modules ([ec5b1d4](ec5b1d4))
* Webpack not live refreshing CSS ([7467613](7467613))

### Features

* **release:** Update package.json version when releasing ([e0e08e3](e0e08e3))
* Add Button and Input components ([04a5b8d](04a5b8d))
* Add favicon ([c37d03a](c37d03a))
* Add i18n aware routes ([e1086f0](e1086f0))
* Add keyboard shortcuts lib ([8944a06](8944a06))
* Add Portal, Prev value and Keyboard Focus hooks ([d693561](d693561))
* Switch from Parcel to Webpack (Parcel started requiering a config file) ([140585d](140585d))
* Trigger new release ([384bd62](384bd62))
* Update packages ([b0cfb13](b0cfb13))
  • Loading branch information
semantic-release-bot committed Apr 1, 2021
1 parent 411a3e3 commit 5ec3c41
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Semantic Versioning Changelog

# 1.0.0 (2021-04-01)


### Bug Fixes

* **lint:** Ignore automatic generated CHANGELOG.md ([411a3e3](https://github.com/andreidmt/tpl-react/commit/411a3e39ae1d1fbc3ba1ede80f27450a5d6445a0))
* Dont require NODE_ENV since already using webpack --mode ([033ef0f](https://github.com/andreidmt/tpl-react/commit/033ef0f818e71c0408950217d780aacefe26ccc2))
* Filter out null/undefined headers ([4a12c2d](https://github.com/andreidmt/tpl-react/commit/4a12c2da748fb0727100f3d107e76780b4063a85))
* Postcss css modules ([ec5b1d4](https://github.com/andreidmt/tpl-react/commit/ec5b1d4dd1e98c9d3e1a1ce8e68822446d910a40))
* Webpack not live refreshing CSS ([7467613](https://github.com/andreidmt/tpl-react/commit/74676135b244f33c3d9deac24f43b17af55eea09))


### Features

* **release:** Update package.json version when releasing ([e0e08e3](https://github.com/andreidmt/tpl-react/commit/e0e08e3d901fd8151727902a5479f076b4acdf64))
* Add Button and Input components ([04a5b8d](https://github.com/andreidmt/tpl-react/commit/04a5b8dbfe31f95f57589721944c70fbb1bd9b44))
* Add favicon ([c37d03a](https://github.com/andreidmt/tpl-react/commit/c37d03ae04f6a30c6890a6d10c254d47756d1507))
* Add i18n aware routes ([e1086f0](https://github.com/andreidmt/tpl-react/commit/e1086f0a92fd2ee7bb36f870e0832b998d19b564))
* Add keyboard shortcuts lib ([8944a06](https://github.com/andreidmt/tpl-react/commit/8944a0633b56c9a25d184026d7ca032379640982))
* Add Portal, Prev value and Keyboard Focus hooks ([d693561](https://github.com/andreidmt/tpl-react/commit/d693561ec4f428344aa06f6181aaec68d9f40913))
* Switch from Parcel to Webpack (Parcel started requiering a config file) ([140585d](https://github.com/andreidmt/tpl-react/commit/140585dc25ec32078075de60e230f3373f184999))
* Trigger new release ([384bd62](https://github.com/andreidmt/tpl-react/commit/384bd62008966d87c27f8acc3be42055988cab0d))
* Update packages ([b0cfb13](https://github.com/andreidmt/tpl-react/commit/b0cfb13aa6b2691d16cf6e035755d56321dab9b7))

# [1.1.0](https://github.com/andreidmt/tpl-react/compare/v1.0.0...v1.1.0) (2021-03-31)


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": "tpl-react",
"version": "0.0.1",
"version": "1.0.0",
"license": "BSD-3-Clause",
"description": "Frontend starter with React, Redux, Webpack and friends",
"private": true,
Expand Down

0 comments on commit 5ec3c41

Please sign in to comment.