Skip to content

Commit 73ddf8a

Browse files
chore(release): πŸ€–πŸ”–πŸš€ v1.0.2
## [1.0.2](v1.0.1...v1.0.2) (2022-01-29) ### πŸͺ² Bug Fixes * **husky:** migrate to latest version ([#6](#6)) ([b3c5da5](b3c5da5)) ### πŸ”§ Configs * add BABEL config ([d0b3964](d0b3964)) * **ci:** add `HUSKY=0` to env vars ([d5f6452](d5f6452)) * **husky:** use `npx` in prepare script ([8fa53eb](8fa53eb)) * **npm:** add `npm run build` to test script ([2d8c33c](2d8c33c)) * remove vsCode settings ([f1f752d](f1f752d)) * **TS:** `"allowJs": true` ([87d43f9](87d43f9)) * **TS:** fix typing resolvements ([7ba7b21](7ba7b21)) * **vsCode:** add debug config for chrome ([8f8cb0b](8f8cb0b)) ### πŸ“¦ Dependencies * add `react` ([1f79ac0](1f79ac0)) * add babel-plugins ([c885f67](c885f67)) * upgrade `@stackr23/config-eslint` to latest ([109bc28](109bc28)) * upgrade `@stackr23/webpack` for react v17 ([236e482](236e482)) ### πŸ—οΈ Refactoring * change `App` component to TSX ([e4ec21b](e4ec21b)) ### πŸ“ Documentations * **README:** add some content ([2c4d0f2](2c4d0f2)) [skip ci]
1 parent 8fa53eb commit 73ddf8a

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
@@ -2,6 +2,45 @@
22

33
> generated with [@semantic-release/changelog](https://github.com/semantic-release/changelog)
44
5+
6+
7+
## [1.0.2](https://github.com/stackr23/react-stack/compare/v1.0.1...v1.0.2) (2022-01-29)
8+
9+
10+
### :beetle: Bug Fixes
11+
12+
* **husky:** migrate to latest version ([#6](https://github.com/stackr23/react-stack/issues/6)) ([b3c5da5](https://github.com/stackr23/react-stack/commit/b3c5da595baed76f60b8f9eeb9b530fed36cc02f))
13+
14+
15+
### :wrench: Configs
16+
17+
* add BABEL config ([d0b3964](https://github.com/stackr23/react-stack/commit/d0b3964eaf1011fc54f278fb8b2f75f306dda766))
18+
* **ci:** add `HUSKY=0` to env vars ([d5f6452](https://github.com/stackr23/react-stack/commit/d5f6452bd5db19ea0f032a5688e0bb1ee2b5eb5f))
19+
* **husky:** use `npx` in prepare script ([8fa53eb](https://github.com/stackr23/react-stack/commit/8fa53eb4cc528d04bcd4380c965392e57d371652))
20+
* **npm:** add `npm run build` to test script ([2d8c33c](https://github.com/stackr23/react-stack/commit/2d8c33ce2f63726a5436c21c29a67546f5d50737))
21+
* remove vsCode settings ([f1f752d](https://github.com/stackr23/react-stack/commit/f1f752d6816dabf7d9f897064803cb735d87b3ef))
22+
* **TS:** `"allowJs": true` ([87d43f9](https://github.com/stackr23/react-stack/commit/87d43f90b3bda75ffff46fd29d33eb4aa315bd63))
23+
* **TS:** fix typing resolvements ([7ba7b21](https://github.com/stackr23/react-stack/commit/7ba7b2115d2b65bfc40bfb6cff4aadb36e891193))
24+
* **vsCode:** add debug config for chrome ([8f8cb0b](https://github.com/stackr23/react-stack/commit/8f8cb0bb4541af327c784e35831eb544662ea026))
25+
26+
27+
### :package: Dependencies
28+
29+
* add `react` ([1f79ac0](https://github.com/stackr23/react-stack/commit/1f79ac0f737c1be13dc48bf39f3928adbf7332ef))
30+
* add babel-plugins ([c885f67](https://github.com/stackr23/react-stack/commit/c885f6738e86ba5143ab479ee6ae0a7fb9678c25))
31+
* upgrade `@stackr23/config-eslint` to latest ([109bc28](https://github.com/stackr23/react-stack/commit/109bc2839972929ff691e7bdc6f081c9abad2a27))
32+
* upgrade `@stackr23/webpack` for react v17 ([236e482](https://github.com/stackr23/react-stack/commit/236e482ea0c9667095f075dfe550d1b7442a739a))
33+
34+
35+
### :building_construction: Refactoring
36+
37+
* change `App` component to TSX ([e4ec21b](https://github.com/stackr23/react-stack/commit/e4ec21bf93002066970a9fd2382c067715452bd1))
38+
39+
40+
### :memo: Documentations
41+
42+
* **README:** add some content ([2c4d0f2](https://github.com/stackr23/react-stack/commit/2c4d0f28e82129b56586f5eec2ae3afe246e05af))
43+
544
## [1.0.1](https://github.com/stackr23/react-stack/compare/v1.0.0...v1.0.1) (2021-09-06)
645

746
### :construction_worker: Continuous Integration

β€Žpackage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-stack",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
Β (0)