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 Aug 29, 2023
1 parent 9bde50c commit 5b932fe
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
11 changes: 10 additions & 1 deletion packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log

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

## [3.1.3](https://github.com/typescripttv/tsconfigs/compare/@tstv/[email protected]...@tstv/[email protected]) (2023-08-29)

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





## [3.1.2](https://github.com/typescripttv/tsconfigs/compare/@tstv/[email protected]...@tstv/[email protected]) (2023-08-27)

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.2"
"version": "3.1.3"
}
13 changes: 12 additions & 1 deletion packages/tsconfig-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log

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

## [3.2.1](https://github.com/typescripttv/tsconfigs/compare/@tstv/[email protected]...@tstv/[email protected]) (2023-08-29)


### Bug Fixes

* **tsconfig-common:** Distinguish between Node and Browser modules ([9bde50c](https://github.com/typescripttv/tsconfigs/commit/9bde50c79396d5809eefb4dd5ba792d64b154cd1))
* **tsconfig-common:** Distinguish between Node and Browser modules ([e70026a](https://github.com/typescripttv/tsconfigs/commit/e70026a465088696cf6ad106450f57de33caa1e8))



## [3.2.0](https://github.com/typescripttv/tsconfigs/compare/@tstv/[email protected]...@tstv/[email protected]) (2023-08-27)

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.2.0"
"version": "3.2.1"
}

0 comments on commit 5b932fe

Please sign in to comment.