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 6, 2021
1 parent 317aed6 commit 98edb26
Show file tree
Hide file tree
Showing 4 changed files with 27 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.5](https://github.com/medly/configs/compare/@medly/[email protected]...@medly/[email protected]) (2021-10-06)

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





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

**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.4",
"version": "0.0.5",
"sideEffects": false,
"main": "tsconfig.json",
"publishConfig": {
Expand All @@ -10,7 +10,7 @@
},
"license": "MIT",
"dependencies": {
"@medly/typescript-config": "0.2.4",
"@medly/typescript-config": "0.3.0",
"@testing-library/jest-dom": "^5.13.0",
"typescript": "4.3.4"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/typescript-config/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.

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


### Features

* add strict null check in typescript config ([317aed6](https://github.com/medly/configs/commit/317aed688f4e7e26b1706158a05d2ccaae1b685f))


### BREAKING CHANGES

* This will catch all the strict null check error and hence might break existing code





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

**Note:** Version bump only for package @medly/typescript-config
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.2.4",
"version": "0.3.0",
"sideEffects": false,
"main": "tsconfig.json",
"publishConfig": {
Expand Down

0 comments on commit 98edb26

Please sign in to comment.