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 28, 2023
1 parent fea35d8 commit e5801ff
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-68.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dependencies-GH-69.md

This file was deleted.

6 changes: 6 additions & 0 deletions commands/bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - @mscharley/bootstrap-node

## 1.0.6

### Patch Changes

- fea35d8: fix(deps): update typescript-eslint monorepo to ^6.9.0

## 1.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions commands/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mscharley/bootstrap-node",
"version": "1.0.5",
"version": "1.0.6",
"publishConfig": {
"provenance": true
},
Expand Down Expand Up @@ -36,7 +36,7 @@
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/preset-typescript": "7.23.2",
"@mscharley/eslint-config": "3.0.0",
"@mscharley/eslint-config": "3.0.1",
"@mscharley/prettier-config": "3.0.0",
"@types/jest": "29.5.6",
"@types/node": "18.18.6",
Expand Down
7 changes: 7 additions & 0 deletions presets/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - @mscharley/eslint-config

## 3.0.1

### Patch Changes

- 5043068: fix(deps): update dependency eslint-plugin-import to ^2.29.0
- fea35d8: fix(deps): update typescript-eslint monorepo to ^6.9.0

## 3.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": "3.0.0",
"version": "3.0.1",
"publishConfig": {
"provenance": true
},
Expand Down

0 comments on commit e5801ff

Please sign in to comment.