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 Apr 3, 2024
1 parent 03fff42 commit 590ffc1
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/dependencies-GH-187.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-gifts-speak.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.16

### Patch Changes

- ada7204: fix(deps): update dependency eslint-plugin-n to v16

## 1.0.15

### 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.15",
"version": "1.0.16",
"publishConfig": {
"provenance": true
},
Expand Down Expand Up @@ -36,7 +36,7 @@
"@babel/core": "7.24.3",
"@babel/preset-env": "7.24.3",
"@babel/preset-typescript": "7.24.1",
"@mscharley/eslint-config": "3.1.1",
"@mscharley/eslint-config": "3.1.2",
"@mscharley/prettier-config": "3.0.5",
"@types/jest": "29.5.12",
"@types/node": "20.11.30",
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.1.2

### Patch Changes

- ada7204: fix(deps): update dependency eslint-plugin-n to v16
- 3f7617a: Don't use prettier for ts/js

## 3.1.1

### Patch 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.1.1",
"version": "3.1.2",
"publishConfig": {
"provenance": true
},
Expand Down

0 comments on commit 590ffc1

Please sign in to comment.