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.2.0
 - @medly/eslint-config-react@0.1.8
 - @medly/eslint-config@0.3.0
 - @medly/rollup-config@0.4.0
  • Loading branch information
Release bot committed Jun 29, 2021
1 parent 73535a5 commit ea882b2
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 5 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.2.0](https://github.com/medly/configs/compare/@medly/babel-config-react@0.1.5...@medly/babel-config-react@0.2.0) (2021-06-29)


### Features

* add svg support ([#49](https://github.com/medly/configs/issues/49)) ([73535a5](https://github.com/medly/configs/commit/73535a57bcbadf9da59be2dde76efab74d7f02db))





## [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)


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.5",
"version": "0.2.0",
"sideEffects": false,
"main": "index.js",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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/eslint-config-react@0.1.7...@medly/eslint-config-react@0.1.8) (2021-06-29)

**Note:** Version bump only for package @medly/eslint-config-react





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

**Note:** Version bump only for package @medly/eslint-config-react
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@medly/eslint-config-react",
"description": "Basic eslint config for react app",
"version": "0.1.7",
"version": "0.1.8",
"sideEffects": false,
"main": "index.json",
"publishConfig": {
Expand All @@ -21,7 +21,7 @@
"eslint-config"
],
"dependencies": {
"@medly/eslint-config": "0.2.3",
"@medly/eslint-config": "0.3.0",
"eslint": "^7.28.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-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.3.0](https://github.com/medly/configs/compare/@medly/eslint-config@0.2.3...@medly/eslint-config@0.3.0) (2021-06-29)


### Features

* add svg support ([#49](https://github.com/medly/configs/issues/49)) ([73535a5](https://github.com/medly/configs/commit/73535a57bcbadf9da59be2dde76efab74d7f02db))





## [0.2.3](https://github.com/medly/configs/compare/@medly/eslint-config@0.2.2...@medly/eslint-config@0.2.3) (2021-06-16)

**Note:** Version bump only for package @medly/eslint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@medly/eslint-config",
"description": "Basic eslint config",
"version": "0.2.3",
"version": "0.3.0",
"sideEffects": false,
"main": "index.json",
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/rollup-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.4.0](https://github.com/medly/configs/compare/@medly/rollup-config@0.3.0...@medly/rollup-config@0.4.0) (2021-06-29)


### Features

* add svg support ([#49](https://github.com/medly/configs/issues/49)) ([73535a5](https://github.com/medly/configs/commit/73535a57bcbadf9da59be2dde76efab74d7f02db))





# [0.3.0](https://github.com/medly/configs/compare/@medly/rollup-config@0.2.1...@medly/rollup-config@0.3.0) (2021-06-16)


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

0 comments on commit ea882b2

Please sign in to comment.