Skip to content

Commit

Permalink
chore: update changelog and publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Release bot committed May 31, 2021
1 parent 792a530 commit 21e8ec7
Show file tree
Hide file tree
Showing 16 changed files with 108 additions and 12 deletions.
16 changes: 16 additions & 0 deletions packages/babel-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-05-31)


### Bug Fixes

* lint issue ([538cf14](https://github.com/medly/configs/commit/538cf1405ec1c76de412ed3378809afdbc28c45e))


### Features

* add basic configs for babel, rollup, semantic-release, eslint, prettier & typescript ([13ff062](https://github.com/medly/configs/commit/13ff0623177c58378914d01031328d71504653af))
4 changes: 2 additions & 2 deletions 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.0.0",
"version": "0.1.0",
"sideEffects": false,
"main": "index.js",
"publishConfig": {
Expand All @@ -21,7 +21,7 @@
"author": "Mukul Bansal",
"dependencies": {
"@babel/preset-react": "^7.13.13",
"@medly/babel-config": "0.0.0",
"@medly/babel-config": "0.1.0",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-styled-components": "^1.12.0",
"react-hot-loader": "^4.13.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/babel-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-05-31)


### Features

* add basic configs for babel, rollup, semantic-release, eslint, prettier & typescript ([13ff062](https://github.com/medly/configs/commit/13ff0623177c58378914d01031328d71504653af))
2 changes: 1 addition & 1 deletion packages/babel-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@medly/babel-config",
"description": "Basic babel config for simple ts library",
"version": "0.0.0",
"version": "0.1.0",
"sideEffects": false,
"main": "index.js",
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-05-31)


### Features

* add basic configs for babel, rollup, semantic-release, eslint, prettier & typescript ([13ff062](https://github.com/medly/configs/commit/13ff0623177c58378914d01031328d71504653af))
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medly/eslint-config-react",
"version": "0.0.0",
"version": "0.1.0",
"sideEffects": false,
"main": "index.json",
"publishConfig": {
Expand All @@ -20,7 +20,7 @@
"eslint-config"
],
"dependencies": {
"@medly/eslint-config": "0.0.0",
"@medly/eslint-config": "0.1.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0"
}
Expand Down
16 changes: 16 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-05-31)


### Bug Fixes

* lint issue ([538cf14](https://github.com/medly/configs/commit/538cf1405ec1c76de412ed3378809afdbc28c45e))


### Features

* add basic configs for babel, rollup, semantic-release, eslint, prettier & typescript ([13ff062](https://github.com/medly/configs/commit/13ff0623177c58378914d01031328d71504653af))
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medly/eslint-config",
"version": "0.0.0",
"version": "0.1.0",
"sideEffects": false,
"main": "index.json",
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-05-31)


### Features

* add basic configs for babel, rollup, semantic-release, eslint, prettier & typescript ([13ff062](https://github.com/medly/configs/commit/13ff0623177c58378914d01031328d71504653af))
3 changes: 1 addition & 2 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@medly/prettier-config",
"description": "Basic prettier config",
"version": "0.0.0",
"version": "0.1.0",
"sideEffects": false,
"main": "index.json",
"publishConfig": {
Expand All @@ -12,7 +12,6 @@
"dependencies": {
"prettier": "^2.3.0"
},
"devDependencies": {},
"keywords": [
"Medly",
"prettier",
Expand Down
11 changes: 11 additions & 0 deletions packages/rollup-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-05-31)


### Features

* add basic configs for babel, rollup, semantic-release, eslint, prettier & typescript ([13ff062](https://github.com/medly/configs/commit/13ff0623177c58378914d01031328d71504653af))
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.0.0",
"version": "0.1.0",
"sideEffects": false,
"main": "index.js",
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/semantic-release-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-05-31)


### Features

* add basic configs for babel, rollup, semantic-release, eslint, prettier & typescript ([13ff062](https://github.com/medly/configs/commit/13ff0623177c58378914d01031328d71504653af))
3 changes: 1 addition & 2 deletions packages/semantic-release-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@medly/semantic-release-config",
"description": "Basic semantic release configuration",
"version": "0.0.0",
"version": "0.1.0",
"sideEffects": false,
"main": "index.json",
"publishConfig": {
Expand All @@ -16,7 +16,6 @@
"prettier": "^2.3.0",
"semantic-release": "^17.4.3"
},
"devDependencies": {},
"keywords": [
"Medly",
"prettier",
Expand Down
11 changes: 11 additions & 0 deletions packages/typescript-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-05-31)


### Features

* add basic configs for babel, rollup, semantic-release, eslint, prettier & typescript ([13ff062](https://github.com/medly/configs/commit/13ff0623177c58378914d01031328d71504653af))
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@medly/typescript-config",
"description": "Basic typescript config",
"version": "0.0.0",
"version": "0.1.0",
"sideEffects": false,
"main": "tsconfig.json",
"publishConfig": {
Expand Down

0 comments on commit 21e8ec7

Please sign in to comment.