Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mscharley committed Oct 7, 2024
1 parent d680c72 commit b54e1e9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/mighty-birds-do.md

This file was deleted.

2 changes: 1 addition & 1 deletion commands/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@babel/core": "7.25.7",
"@babel/preset-env": "7.25.7",
"@babel/preset-typescript": "7.25.7",
"@mscharley/eslint-config": "4.0.0",
"@mscharley/eslint-config": "4.0.1",
"@mscharley/prettier-config": "3.0.6",
"@types/jest": "29.5.13",
"@types/node": "20.16.10",
Expand Down
6 changes: 6 additions & 0 deletions presets/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - @mscharley/eslint-config

## 4.0.1

### Patch Changes

- d680c72: Fix an issue with detecting typescript projects

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion presets/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mscharley/eslint-config",
"version": "4.0.0",
"version": "4.0.1",
"type": "module",
"module": "./rules/index.js",
"exports": {
Expand Down

0 comments on commit b54e1e9

Please sign in to comment.