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 8, 2023
1 parent 3196eb1 commit 743f8c1
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 42 deletions.
17 changes: 0 additions & 17 deletions .changeset/dry-suns-relate.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/red-adults-exercise.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/thin-flies-laugh.md

This file was deleted.

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

## 6.1.1

### Patch Changes

- **template:** Include manifest files in CODEOWNERS ([#1162](https://github.com/seek-oss/skuba/pull/1162))

Our templates previously excluded `package.json` and `yarn.lock` from CODEOWNERS. This was intended to support advanced workflows such as auto-merging PRs and augmenting GitHub push notifications with custom tooling. However, we are reverting this configuration as it is more common for SEEKers to prefer a simpler CODEOWNERS-based workflow.

This will not affect existing projects. If you create a new project and wish to restore the previous behaviour, you can manually extend `.github/CODEOWNERS`:

```diff
* @<%- ownerName %>

+ # Configured by Renovate
+ package.json
+ yarn.lock
```

- **deps:** ts-jest ^29.1.0 ([#1166](https://github.com/seek-oss/skuba/pull/1166))

This resolves the following `skuba test` warning:

```console
Version 5.0.2 of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=4.3.0 <5.0.0-0). Please do not report issues in ts-jest if you are using unsupported versions.
```

- **template/\*-rest-api:** Remove Gantry `ignoreAlarms` override ([#1160](https://github.com/seek-oss/skuba/pull/1160))

This issue has been resolved in Gantry v2.2.0; see its [release notes](https://github.com/SEEK-Jobs/gantry/releases/tag/v2.2.0) for more information.

```diff
deployment:
- # SEEK-Jobs/gantry#488
- ignoreAlarms: true
```

## 6.1.0

### Minor 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": "6.1.0",
"version": "6.1.1",
"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 743f8c1

Please sign in to comment.