Skip to content

Commit

Permalink
chore: update changelog and publish packages
Browse files Browse the repository at this point in the history
 - @medly/babel-config-react@0.1.5
 - @medly/jest-config-react@0.2.1
 - @medly/webpack-config@0.1.8
  • Loading branch information
Release bot committed Jun 23, 2021
1 parent 5c190f9 commit 5ed42a8
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 3 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.1.5](https://github.com/medly/configs/compare/@medly/babel-config-react@0.1.4...@medly/babel-config-react@0.1.5) (2021-06-23)


### Bug Fixes

* react, react-dom, styled-components peer dependency virsion issue ([#46](https://github.com/medly/configs/issues/46)) ([d59ab56](https://github.com/medly/configs/commit/d59ab563076c1a835046ac9221f96fa4241f0b34))





## [0.1.4](https://github.com/medly/configs/compare/@medly/babel-config-react@0.1.3...@medly/babel-config-react@0.1.4) (2021-06-10)


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.1.4",
"version": "0.1.5",
"sideEffects": false,
"main": "index.js",
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/jest-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.2.1](https://github.com/medly/configs/compare/@medly/jest-config-react@0.2.0...@medly/jest-config-react@0.2.1) (2021-06-23)


### Bug Fixes

* react, react-dom, styled-components peer dependency virsion issue ([#46](https://github.com/medly/configs/issues/46)) ([d59ab56](https://github.com/medly/configs/commit/d59ab563076c1a835046ac9221f96fa4241f0b34))





# [0.2.0](https://github.com/medly/configs/compare/@medly/jest-config-react@0.1.0...@medly/jest-config-react@0.2.0) (2021-06-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@medly/jest-config-react",
"description": "Basic jest config for react apps",
"version": "0.2.0",
"version": "0.2.1",
"sideEffects": false,
"main": "index.js",
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/webpack-config/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.1.8](https://github.com/medly/configs/compare/@medly/webpack-config@0.1.7...@medly/webpack-config@0.1.8) (2021-06-23)


### Bug Fixes

* react, react-dom, styled-components peer dependency virsion issue ([#46](https://github.com/medly/configs/issues/46)) ([d59ab56](https://github.com/medly/configs/commit/d59ab563076c1a835046ac9221f96fa4241f0b34))





## [0.1.7](https://github.com/medly/configs/compare/@medly/webpack-config@0.1.6...@medly/webpack-config@0.1.7) (2021-06-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@medly/webpack-config",
"description": "Basic webpack config",
"version": "0.1.7",
"version": "0.1.8",
"sideEffects": false,
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit 5ed42a8

Please sign in to comment.