Skip to content

Commit

Permalink
chore(release): bump version and deploy packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mheob-bot committed Jan 19, 2024
1 parent 250df54 commit 359ee26
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-pans-poke.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/commitlint-config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"declaration": true,
"outDir": "dist",
"rootDir": "src"
"rootDir": "src",
},
"include": ["src/**/*"]
"include": ["src/**/*"],
}
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mheob/eslint-config

## 5.2.1

### Patch Changes

- [#150](https://github.com/mheob/config/pull/150) ([@mheob](https://github.com/mheob)): update dependencies

## 5.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mheob/eslint-config",
"version": "5.2.0",
"version": "5.2.1",
"description": "My personal configuration for eslint.",
"keywords": [
"eslint",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"declaration": true,
"outDir": "dist",
"rootDir": "src"
"rootDir": "src",
},
"include": ["src/**/*"]
"include": ["src/**/*"],
}
4 changes: 2 additions & 2 deletions packages/prettier-config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"declaration": true,
"outDir": "dist",
"rootDir": "src"
"rootDir": "src",
},
"include": ["src/**/*"]
"include": ["src/**/*"],
}
2 changes: 1 addition & 1 deletion scripts/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "../packages/tsconfig/commonjs.json"
"extends": "../packages/tsconfig/commonjs.json",
}

0 comments on commit 359ee26

Please sign in to comment.