Skip to content

Commit

Permalink
[skip ci] chore: Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Sep 20, 2023
1 parent 1d76eae commit 85da578
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [3.1.5](https://github.com/typescripttv/tsconfigs/compare/@tstv/[email protected]...@tstv/[email protected]) (2023-09-20)

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

## [3.1.4](https://github.com/typescripttv/tsconfigs/compare/@tstv/[email protected]...@tstv/[email protected]) (2023-09-16)

**Note:** Version bump only for package @tstv/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
Expand Up @@ -39,5 +39,5 @@
"fix": "npm run test -- --fix",
"test": "eslint -c ./.eslintrc.json --parser-options project:../tsconfig-common/tsconfig.json ../tsconfig-common/index.ts"
},
"version": "3.1.4"
"version": "3.1.5"
}
4 changes: 4 additions & 0 deletions packages/tsconfig-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [3.3.1](https://github.com/typescripttv/tsconfigs/compare/@tstv/[email protected]...@tstv/[email protected]) (2023-09-20)

**Note:** Version bump only for package @tstv/tsconfig-common

## [3.3.0](https://github.com/typescripttv/tsconfigs/compare/@tstv/[email protected]...@tstv/[email protected]) (2023-09-16)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"test:types": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig-react.json --noEmit"
},
"type": "module",
"version": "3.3.0"
"version": "3.3.1"
}

0 comments on commit 85da578

Please sign in to comment.