diff --git a/packages/babel-config-react/CHANGELOG.md b/packages/babel-config-react/CHANGELOG.md index d806a63..89ad37e 100644 --- a/packages/babel-config-react/CHANGELOG.md +++ b/packages/babel-config-react/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.5.0](https://github.com/medly/configs/compare/@medly/babel-config-react@0.4.0...@medly/babel-config-react@0.5.0) (2021-11-10) + + +### Features + +* use new jsx transform in react app ([#84](https://github.com/medly/configs/issues/84)) ([9d1fe9e](https://github.com/medly/configs/commit/9d1fe9ed081f20be214ae90a032673985dce5b69)) + + + + + # [0.4.0](https://github.com/medly/configs/compare/@medly/babel-config-react@0.3.2...@medly/babel-config-react@0.4.0) (2021-10-21) diff --git a/packages/babel-config-react/package.json b/packages/babel-config-react/package.json index 56a23a8..5928c84 100644 --- a/packages/babel-config-react/package.json +++ b/packages/babel-config-react/package.json @@ -1,7 +1,7 @@ { "name": "@medly/babel-config-react", "description": "Basic babel config for simple react app", - "version": "0.4.0", + "version": "0.5.0", "sideEffects": false, "main": "index.js", "publishConfig": { diff --git a/packages/typescript-config-react/CHANGELOG.md b/packages/typescript-config-react/CHANGELOG.md index df6b802..c246df1 100644 --- a/packages/typescript-config-react/CHANGELOG.md +++ b/packages/typescript-config-react/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/medly/configs/compare/@medly/typescript-config-react@1.3.0...@medly/typescript-config-react@1.4.0) (2021-11-10) + + +### Features + +* use new jsx transform in react app ([#84](https://github.com/medly/configs/issues/84)) ([9d1fe9e](https://github.com/medly/configs/commit/9d1fe9ed081f20be214ae90a032673985dce5b69)) + + + + + # [1.3.0](https://github.com/medly/configs/compare/@medly/typescript-config-react@1.2.0...@medly/typescript-config-react@1.3.0) (2021-10-20) diff --git a/packages/typescript-config-react/package.json b/packages/typescript-config-react/package.json index c4d0e62..681e90e 100644 --- a/packages/typescript-config-react/package.json +++ b/packages/typescript-config-react/package.json @@ -1,7 +1,7 @@ { "name": "@medly/typescript-config-react", "description": "Basic typescript config for react app", - "version": "1.3.0", + "version": "1.4.0", "sideEffects": false, "main": "tsconfig.json", "publishConfig": {