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 Jan 8, 2025
1 parent dc103e6 commit 3129493
Show file tree
Hide file tree
Showing 4 changed files with 12 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.2.4](https://github.com/typescripttv/tsconfigs/compare/@tstv/[email protected]...@tstv/[email protected]) (2025-01-08)

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

## [3.2.3](https://github.com/typescripttv/tsconfigs/compare/@tstv/[email protected]...@tstv/[email protected]) (2024-12-03)

### Bug Fixes
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 @@ -38,5 +38,5 @@
"fix": "npm run test -- --fix",
"test": "eslint -c ./.eslintrc.json --parser-options project:../tsconfig-common/tsconfig.json ../tsconfig-common/index.ts"
},
"version": "3.2.3"
"version": "3.2.4"
}
6 changes: 6 additions & 0 deletions packages/tsconfig-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [3.7.0](https://github.com/typescripttv/tsconfigs/compare/@tstv/[email protected]...@tstv/[email protected]) (2025-01-08)

### Features

- Make sure that an overridden method exists in the base class ([dc103e6](https://github.com/typescripttv/tsconfigs/commit/dc103e6a62466d96623f834ce1a4ba0ebcdba225))

## [3.6.0](https://github.com/typescripttv/tsconfigs/compare/@tstv/[email protected]...@tstv/[email protected]) (2024-06-27)

### 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.6.0"
"version": "3.7.0"
}

0 comments on commit 3129493

Please sign in to comment.