Skip to content

Commit 3d7ad86

Browse files
committed
chore(release): 0.0.2-alpha.0
1 parent 937ae22 commit 3d7ad86

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
### 0.0.2-alpha.0 (2021-07-16)
6+
7+
8+
### Features
9+
10+
* add create-react-ts-web-starter bin script ([ef0913a](https://github.com/vitorsalgado/react-web-starter/commit/ef0913a760f9a85287270e164920de71aadfb012))
11+
* add several fixes and improvements ([ca34f1b](https://github.com/vitorsalgado/react-web-starter/commit/ca34f1bf9e187adad55b7b936142d5960da15b02))
12+
* add standard-version to manage releases ([0ba0274](https://github.com/vitorsalgado/react-web-starter/commit/0ba027482135a54eaa83ce3edb4a459295f3fb74))
13+
* add typescript ([ff6e286](https://github.com/vitorsalgado/react-web-starter/commit/ff6e28666bcc3d46fe442ca98f8d68ba214fbe31))
14+
* improve starter project ([9158dd0](https://github.com/vitorsalgado/react-web-starter/commit/9158dd0e6203ed8b9e83ebccf19ebfb94732e5df))
15+
* improve starter project ([3dc62e0](https://github.com/vitorsalgado/react-web-starter/commit/3dc62e03073d00207ca6b2006cc794f81406404c))
16+
* improve starter project ([3cf5c52](https://github.com/vitorsalgado/react-web-starter/commit/3cf5c520c713bd0f45596229c9e6c501880e0c3d))
17+
* new toolkit model ([695db33](https://github.com/vitorsalgado/react-web-starter/commit/695db33b189b84f28c48f5ca1f091e7d3db3666c))
18+
* upgrading starter project ([3ef3e01](https://github.com/vitorsalgado/react-web-starter/commit/3ef3e01f6791f39683760e62df1d5b81c8df6bfe))
19+
20+
21+
### Bug Fixes
22+
23+
* add additional configs to e2e tests ([10f1206](https://github.com/vitorsalgado/react-web-starter/commit/10f1206083f3a0ad778209ee048e5adfc9b0b0d4))
24+
* add missing codecov dep ([1884f79](https://github.com/vitorsalgado/react-web-starter/commit/1884f79cb8f4773e0d7234913ac7f7aeecca4cd9))
25+
* add missing commands to tests ([cffd0f9](https://github.com/vitorsalgado/react-web-starter/commit/cffd0f96f1614c70e57c82e49f56daa8dd38dcd2))
26+
* apply fixes in ci script ([a63f372](https://github.com/vitorsalgado/react-web-starter/commit/a63f3723366620efbca3a5a2c28198c35c6770b9))
27+
* fix tests and remove unused config files ([2c81b5f](https://github.com/vitorsalgado/react-web-starter/commit/2c81b5f8b7160bde4cbeb437696c303a687a62ad))
28+
* github actions and travis ([4475469](https://github.com/vitorsalgado/react-web-starter/commit/4475469358bbdd0f5bfbcbf1f6632374878d12c8))
29+
* lint and ignore submodule in eslintignore ([c5fc62f](https://github.com/vitorsalgado/react-web-starter/commit/c5fc62fd9371df4d9d042a511a5ff3ddf5b18e66))
30+
* **lint:** remove scss and sass + add ignore from stylelint + ignore coverage dir + fix readme ([332fd54](https://github.com/vitorsalgado/react-web-starter/commit/332fd54a73246bafea22c6ad596d7341c3c5c8c4))
31+
* prettier config ([9f8781e](https://github.com/vitorsalgado/react-web-starter/commit/9f8781eb146ef207e897216f5a74793629f6a3a4))
32+
* remove --maxWorkers option from e2e ci command ([4fca07f](https://github.com/vitorsalgado/react-web-starter/commit/4fca07fa5e22c165e825cf77af7b0ce55d778b6f))
33+
* remove externals for now ([a4e126d](https://github.com/vitorsalgado/react-web-starter/commit/a4e126dadee167ab869edf870bc466417fb613f2))
34+
* remove externals for now ([75aabdf](https://github.com/vitorsalgado/react-web-starter/commit/75aabdf7073b1d24defe0c4e44808e171a5d9700))
35+
* remove optional deps and update lock ([c0344fe](https://github.com/vitorsalgado/react-web-starter/commit/c0344fe30ab0fb669a362fe77051f0a796ada2d3))
36+
* remove some env vars from travis ci script ([b1a1762](https://github.com/vitorsalgado/react-web-starter/commit/b1a17627c77632d230d47b349c7de7b54412781a))
37+
* remove test code from html template ([5be6f88](https://github.com/vitorsalgado/react-web-starter/commit/5be6f88378b406c7bfd55e44eba4bd34c2d2e96e))
38+
* submodule url ([1c1d602](https://github.com/vitorsalgado/react-web-starter/commit/1c1d6021225521845c9172cdb77f8d3a1abdd374))
39+
* submodules ([38885cc](https://github.com/vitorsalgado/react-web-starter/commit/38885cc85c97c00e8b88a9cd0930a141533147df))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-ts-web-starter",
3-
"version": "1.0.0",
3+
"version": "0.0.2-alpha.0",
44
"main": "cmd/create-react-ts-web-starter/index.js",
55
"bin": {
66
"create-react-ts-web-starter": "cmd/create-react-ts-web-starter/index.js"

0 commit comments

Comments
 (0)