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 Oct 19, 2024
1 parent 91af3b6 commit c4af038
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-actors-compare.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/hot-worms-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-9bd2772.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strange-cameras-brake.md

This file was deleted.

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

## 9.1.0

### Minor Changes

- **deps:** Drop `strip-ansi` dependency in lieu of [`util.stripVTControlCharacters`](https://nodejs.org/api/util.html#utilstripvtcontrolcharactersstr) ([#1713](https://github.com/seek-oss/skuba/pull/1713))

- **lint, format, template:** Use pinned `pnpm` version in Dockerfiles ([#1714](https://github.com/seek-oss/skuba/pull/1714))

This fixes an issue where `pnpm` commands in Dockerfiles incorrectly use the latest pnpm version instead of the pinned version.

### Patch Changes

- **template/lambda-sqs-worker-cdk:** Align template with Serverless template ([#1577](https://github.com/seek-oss/skuba/pull/1577))

This adds the same boilerplate code available in `lambda-sqs-worker` along with Datadog integration.

- **deps:** libnpmsearch ^8.0.0 ([#1698](https://github.com/seek-oss/skuba/pull/1698))

## 9.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skuba",
"version": "9.0.1",
"version": "9.1.0",
"private": false,
"description": "SEEK development toolkit for backend applications and packages",
"homepage": "https://github.com/seek-oss/skuba#readme",
Expand Down Expand Up @@ -171,6 +171,6 @@
"entryPoint": "src/index.ts",
"template": null,
"type": "package",
"version": "9.0.0"
"version": "9.1.0"
}
}

0 comments on commit c4af038

Please sign in to comment.