From eb9a35ca58b8132e3f71a60cd83b1023a2b79a26 Mon Sep 17 00:00:00 2001 From: seek-oss-ci <34733141+seek-oss-ci@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:16:55 +1100 Subject: [PATCH] Version Packages (#1315) Co-authored-by: github-actions[bot] --- .changeset/big-snails-accept.md | 7 ------- .changeset/old-berries-train.md | 7 ------- .changeset/spotty-nails-jam.md | 15 --------------- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 5 files changed, 25 insertions(+), 30 deletions(-) delete mode 100644 .changeset/big-snails-accept.md delete mode 100644 .changeset/old-berries-train.md delete mode 100644 .changeset/spotty-nails-jam.md diff --git a/.changeset/big-snails-accept.md b/.changeset/big-snails-accept.md deleted file mode 100644 index e7bcad576..000000000 --- a/.changeset/big-snails-accept.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'skuba': patch ---- - -deps: Prettier 3.1 - -See the [release notes](https://prettier.io/blog/2023/11/13/3.1.0.html) for more information. diff --git a/.changeset/old-berries-train.md b/.changeset/old-berries-train.md deleted file mode 100644 index a4d3b8362..000000000 --- a/.changeset/old-berries-train.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'skuba': patch ---- - -init: Fix `skuba.template.js` validation - -This resolves an "Invalid function return type" error on `skuba init`. diff --git a/.changeset/spotty-nails-jam.md b/.changeset/spotty-nails-jam.md deleted file mode 100644 index 2dbec4d47..000000000 --- a/.changeset/spotty-nails-jam.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'skuba': patch ---- - -template: Update to Node 20 - -Consider upgrading the Node.js version for your project across: - -- `.nvmrc` -- `package.json#/engines/node` -- `serverless.yml` -- `@types/node` package version -- CI/CD configuration (`.buildkite/pipeline.yml`, `Dockerfile`, etc.) - -If you are updating your AWS Lambda runtime to `nodejs20.x`, consider reading the [release announcement](https://aws.amazon.com/blogs/compute/node-js-20-x-runtime-now-available-in-aws-lambda/) as there are some breaking changes with this upgrade. diff --git a/CHANGELOG.md b/CHANGELOG.md index 566bb90d9..d5be79ac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # skuba +## 7.3.1 + +### Patch Changes + +- **deps:** Prettier 3.1 ([#1314](https://github.com/seek-oss/skuba/pull/1314)) + + See the [release notes](https://prettier.io/blog/2023/11/13/3.1.0.html) for more information. + +- **init:** Fix `skuba.template.js` validation ([#1325](https://github.com/seek-oss/skuba/pull/1325)) + + This resolves an "Invalid function return type" error on `skuba init`. + +- **template:** Update to Node 20 ([#1317](https://github.com/seek-oss/skuba/pull/1317)) + + Consider upgrading the Node.js version for your project across: + + - `.nvmrc` + - `package.json#/engines/node` + - `serverless.yml` + - `@types/node` package version + - CI/CD configuration (`.buildkite/pipeline.yml`, `Dockerfile`, etc.) + + If you are updating your AWS Lambda runtime to `nodejs20.x`, consider reading the [release announcement](https://aws.amazon.com/blogs/compute/node-js-20-x-runtime-now-available-in-aws-lambda/) as there are some breaking changes with this upgrade. + ## 7.3.0 ### Minor Changes diff --git a/package.json b/package.json index 77c521e78..af51a3ed8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skuba", - "version": "7.3.0", + "version": "7.3.1", "private": false, "description": "SEEK development toolkit for backend applications and packages", "homepage": "https://github.com/seek-oss/skuba#readme",