Skip to content

Commit

Permalink
chore: update changelog and publish packages [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Release bot committed Nov 10, 2021
1 parent 9d1fe9e commit aca833f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/babel-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@medly/[email protected]) (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/[email protected]...@medly/[email protected]) (2021-10-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/babel-config-react/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/typescript-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@medly/[email protected]) (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/[email protected]...@medly/[email protected]) (2021-10-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config-react/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit aca833f

Please sign in to comment.