Skip to content

Commit 8db3f58

Browse files
chore(release): 1.1.2 [skip ci]
### [1.1.2](v1.1.1...v1.1.2) (2021-03-17) ### Bug Fixes * **browser:** incompatibility with create-react-app ([3f1f51f](3f1f51f)) * **deps:** update dependency @hitechline/next-mdx to v0.0.3 ([7e96bd5](7e96bd5)) * hooks dependencies ([514df97](514df97)) ### Performance Improvements * do not use internal polyfills ([8c3979c](8c3979c)) ### Code Refactoring * not use reserved keyword `package` ([0fc902f](0fc902f)) ### Miscellaneous Chores * **deps:** lock file maintenance ([5027173](5027173)) * **deps:** pin dependencies ([92faa73](92faa73)) * **deps:** update dependency @types/jest to v26.0.21 ([3ebea43](3ebea43)) * **deps:** update dependency esbuild to v0.9.3 ([36f6757](36f6757)) * **deps:** update dependency ts-jest to v26.5.4 ([d100db9](d100db9)) * **deps:** update dependency tsc-alias to v1.2.8 ([75b512e](75b512e)) * **deps:** update nextjs monorepo to v10.0.9 ([0416419](0416419)) * **deps:** update typescript-eslint monorepo to v4.18.0 ([fa68267](fa68267)) * **release-config:** ignore commits with scope `release` in notes ([ec96efd](ec96efd)) * disable `global-require` rule in the file ([8c7f3c6](8c7f3c6)) * refactor eslint config using `[@hitechline](https://github.com/hitechline)` configuration ([0252067](0252067)) * resolves `@hitechline/reactools` package in docs ([67a34c8](67a34c8)) * strict typing ([b5af7e8](b5af7e8))
1 parent ec96efd commit 8db3f58

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
### [1.1.2](https://github.com/hitechline/reactools/compare/v1.1.1...v1.1.2) (2021-03-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **browser:** incompatibility with create-react-app ([3f1f51f](https://github.com/hitechline/reactools/commit/3f1f51f27411efa991cb2e3a9515a525fd5a3c9f))
7+
* **deps:** update dependency @hitechline/next-mdx to v0.0.3 ([7e96bd5](https://github.com/hitechline/reactools/commit/7e96bd5efb6204864256f05f4362d1b0b385ae99))
8+
* hooks dependencies ([514df97](https://github.com/hitechline/reactools/commit/514df970cc1c9cd7076bffa0bd7f8269db138263))
9+
10+
11+
### Performance Improvements
12+
13+
* do not use internal polyfills ([8c3979c](https://github.com/hitechline/reactools/commit/8c3979ca4265063e12f9da7428e2515e840f019c))
14+
15+
16+
### Code Refactoring
17+
18+
* not use reserved keyword `package` ([0fc902f](https://github.com/hitechline/reactools/commit/0fc902f06b6a612f80c4c57bb53637bfe741d560))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* **deps:** lock file maintenance ([5027173](https://github.com/hitechline/reactools/commit/5027173cbc9bbe78596a90d04a6b55d911eda94e))
24+
* **deps:** pin dependencies ([92faa73](https://github.com/hitechline/reactools/commit/92faa737fc9ea91e40199daf9a82bbb86eb3830d))
25+
* **deps:** update dependency @types/jest to v26.0.21 ([3ebea43](https://github.com/hitechline/reactools/commit/3ebea43972e64f9c5295a03c8c244227927cf096))
26+
* **deps:** update dependency esbuild to v0.9.3 ([36f6757](https://github.com/hitechline/reactools/commit/36f6757084cb1d7e59f7b81d0150fb5c81fe5fdd))
27+
* **deps:** update dependency ts-jest to v26.5.4 ([d100db9](https://github.com/hitechline/reactools/commit/d100db99f473b36e54041ad7599be5956b210304))
28+
* **deps:** update dependency tsc-alias to v1.2.8 ([75b512e](https://github.com/hitechline/reactools/commit/75b512ec56a21e985c4f6efc2a0ec95a2c12a0c9))
29+
* **deps:** update nextjs monorepo to v10.0.9 ([0416419](https://github.com/hitechline/reactools/commit/0416419847a435a9f9558aed4c151c8eaba69228))
30+
* **deps:** update typescript-eslint monorepo to v4.18.0 ([fa68267](https://github.com/hitechline/reactools/commit/fa682679857cb9a8402d8e43691e53da5edf2bab))
31+
* **release-config:** ignore commits with scope `release` in notes ([ec96efd](https://github.com/hitechline/reactools/commit/ec96efddfdc1fa8385433d74c50006a4d830b666))
32+
* disable `global-require` rule in the file ([8c7f3c6](https://github.com/hitechline/reactools/commit/8c7f3c6c9f2bb5cc04c2625be7ab2912cdd85dee))
33+
* refactor eslint config using `[@hitechline](https://github.com/hitechline)` configuration ([0252067](https://github.com/hitechline/reactools/commit/02520671ec89f354340abc963ab67e5596ed82c3))
34+
* resolves `@hitechline/reactools` package in docs ([67a34c8](https://github.com/hitechline/reactools/commit/67a34c8203c4e95ea47260c21c743d6cc4a9c7f8))
35+
* strict typing ([b5af7e8](https://github.com/hitechline/reactools/commit/b5af7e8de8dfa8f7178b9046646c3327484b7f6e))
36+
137
### [1.1.2-canary.3](https://github.com/hitechline/reactools/compare/v1.1.2-canary.2...v1.1.2-canary.3) (2021-03-16)
238

339

reactools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hitechline/reactools",
3-
"version": "1.1.2-canary.3",
3+
"version": "1.1.2",
44
"license": "MIT",
55
"types": "typings/index.d.ts",
66
"main": "dist/index.cjs.js",

0 commit comments

Comments
 (0)