Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 9, 2024
1 parent d0ebddd commit 17281c9
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 36 deletions.
7 changes: 0 additions & 7 deletions .changeset/brave-cars-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-ties-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-trainers-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-moose-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-suits-argue.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/ten-pets-hug.md

This file was deleted.

23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# skuba

## 8.1.0

### Minor Changes

- **lint:** Skip generation of config files when present in `.gitignore` ([#1554](https://github.com/seek-oss/skuba/pull/1554))

`skuba lint` and `skuba format` now skip the generation of config files, like `.dockerignore` and `.npmrc`, if they are ignored by `.gitignore` files.

- **api:** Add Git.isFileGitIgnored ([#1554](https://github.com/seek-oss/skuba/pull/1554))

- **lint:** Add coverage to .prettierignore ([#1552](https://github.com/seek-oss/skuba/pull/1552))

- **lint:** Swap out `detect-package-manager` for manual lockfile detection ([#1552](https://github.com/seek-oss/skuba/pull/1552))

`detect-package-manager` has been removed, in lieu of using `find-up` to detect the closest
`pnpm-lock.yaml` or `yarn.lock` to infer the package manager.

### Patch Changes

- **template:** Add extension recommendations to `.vscode/extensions.json` ([#1556](https://github.com/seek-oss/skuba/pull/1556))

- **lint:** Exclude `.vscode/extensions.json` from being ignored by `.gitignore` ([#1556](https://github.com/seek-oss/skuba/pull/1556))

## 8.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skuba",
"version": "8.0.1",
"version": "8.1.0",
"private": false,
"description": "SEEK development toolkit for backend applications and packages",
"homepage": "https://github.com/seek-oss/skuba#readme",
Expand Down

0 comments on commit 17281c9

Please sign in to comment.