Skip to content

Commit

Permalink
chore: update changelog and publish packages [skip ci]
Browse files Browse the repository at this point in the history
 - @medly/typescript-config-react@0.0.6
 - @medly/typescript-config@0.3.1
  • Loading branch information
Release bot committed Oct 6, 2021
1 parent ffce8ae commit fbc253b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/typescript-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.0.6](https://github.com/medly/configs/compare/@medly/typescript-config-react@0.0.5...@medly/typescript-config-react@0.0.6) (2021-10-06)

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





## [0.0.5](https://github.com/medly/configs/compare/@medly/typescript-config-react@0.0.4...@medly/typescript-config-react@0.0.5) (2021-10-06)

**Note:** Version bump only for package @medly/typescript-config-react
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": "0.0.5",
"version": "0.0.6",
"sideEffects": false,
"main": "tsconfig.json",
"publishConfig": {
Expand All @@ -10,7 +10,7 @@
},
"license": "MIT",
"dependencies": {
"@medly/typescript-config": "0.3.0",
"@medly/typescript-config": "0.3.1",
"@testing-library/jest-dom": "^5.13.0",
"typescript": "4.3.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.

## [0.3.1](https://github.com/medly/configs/compare/@medly/typescript-config@0.3.0...@medly/typescript-config@0.3.1) (2021-10-06)


### Reverts

* Revert "feat: add strict null check in typescript config" (#71) ([ffce8ae](https://github.com/medly/configs/commit/ffce8ae9edfb0ce4552b21f4da419143421f4d1c)), closes [#71](https://github.com/medly/configs/issues/71)





# [0.3.0](https://github.com/medly/configs/compare/@medly/typescript-config@0.2.4...@medly/typescript-config@0.3.0) (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": "0.3.0",
"version": "0.3.1",
"sideEffects": false,
"main": "tsconfig.json",
"publishConfig": {
Expand Down

0 comments on commit fbc253b

Please sign in to comment.