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 Oct 20, 2021
1 parent 21c2f6e commit 96a7f40
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 7 deletions.
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.2.3](https://github.com/medly/configs/compare/@medly/[email protected]...@medly/[email protected]) (2021-10-20)

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





## [0.2.2](https://github.com/medly/configs/compare/@medly/[email protected]...@medly/[email protected]) (2021-10-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.2.2",
"version": "0.2.3",
"sideEffects": false,
"main": "index.json",
"publishConfig": {
Expand All @@ -26,7 +26,7 @@
"jest": true
},
"dependencies": {
"@medly/eslint-config": "0.4.0",
"@medly/eslint-config": "0.4.1",
"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.4.1](https://github.com/medly/configs/compare/@medly/[email protected]...@medly/[email protected]) (2021-10-20)


### Bug Fixes

* downgrading typescript version ([#81](https://github.com/medly/configs/issues/81)) ([21c2f6e](https://github.com/medly/configs/commit/21c2f6e646032a46b1c8546cf10156c836cea5f6))





# [0.4.0](https://github.com/medly/configs/compare/@medly/[email protected]...@medly/[email protected]) (2021-10-16)


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.4.0",
"version": "0.4.1",
"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.7.4](https://github.com/medly/configs/compare/@medly/[email protected]...@medly/[email protected]) (2021-10-20)


### Bug Fixes

* downgrading typescript version ([#81](https://github.com/medly/configs/issues/81)) ([21c2f6e](https://github.com/medly/configs/commit/21c2f6e646032a46b1c8546cf10156c836cea5f6))





## [0.7.3](https://github.com/medly/configs/compare/@medly/[email protected]...@medly/[email protected]) (2021-09-23)

**Note:** Version bump only for package @medly/rollup-config
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.7.3",
"version": "0.7.4",
"sideEffects": false,
"main": "index.js",
"types": "index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/typescript-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/medly/configs/compare/@medly/[email protected]...@medly/[email protected]) (2021-10-20)


### Bug Fixes

* downgrading typescript version ([#81](https://github.com/medly/configs/issues/81)) ([21c2f6e](https://github.com/medly/configs/commit/21c2f6e646032a46b1c8546cf10156c836cea5f6))


### Features

* add crypto in jest config to generate random numbers ([#79](https://github.com/medly/configs/issues/79)) ([4292ef9](https://github.com/medly/configs/commit/4292ef9bd5d30a14bfec6c371deb8a9283f09f51))





# [1.2.0](https://github.com/medly/configs/compare/@medly/[email protected]...@medly/[email protected]) (2021-10-06)


Expand Down
4 changes: 2 additions & 2 deletions 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.2.0",
"version": "1.3.0",
"sideEffects": false,
"main": "tsconfig.json",
"publishConfig": {
Expand All @@ -10,7 +10,7 @@
},
"license": "MIT",
"dependencies": {
"@medly/typescript-config": "^1.1.0",
"@medly/typescript-config": "1.1.1",
"@testing-library/jest-dom": "^5.13.0",
"typescript": "4.2.4"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/typescript-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.

## [1.1.1](https://github.com/medly/configs/compare/@medly/[email protected]...@medly/[email protected]) (2021-10-20)


### Bug Fixes

* downgrading typescript version ([#81](https://github.com/medly/configs/issues/81)) ([21c2f6e](https://github.com/medly/configs/commit/21c2f6e646032a46b1c8546cf10156c836cea5f6))





# [1.1.0](https://github.com/medly/configs/compare/@medly/[email protected]...@medly/[email protected]) (2021-10-06)


Expand Down
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": "1.1.0",
"version": "1.1.1",
"sideEffects": false,
"main": "tsconfig.json",
"publishConfig": {
Expand Down

0 comments on commit 96a7f40

Please sign in to comment.