From 65cd5e9217cc9bccad23144834cb57b3f2277fd3 Mon Sep 17 00:00:00 2001 From: Nathanael DEMACON Date: Tue, 7 Nov 2023 11:07:20 +0100 Subject: [PATCH] chore(release): publish - @scaleway/sdk@2.0.0-alpha.18 --- packages/clients/CHANGELOG.md | 12 ++++++++++++ packages/clients/package.json | 2 +- packages/clients/src/scw/constants.ts | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/packages/clients/CHANGELOG.md b/packages/clients/CHANGELOG.md index 876958008..7f1fa2664 100644 --- a/packages/clients/CHANGELOG.md +++ b/packages/clients/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.0-alpha.18](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@1.42.0...@scaleway/sdk@2.0.0-alpha.18) (2023-11-07) + +### Features + +- generation ([d32b6ee](https://github.com/scaleway/scaleway-sdk-js/commit/d32b6eeca6300e03b4a5bb762f8ded40adcbf176)) +- update ([4eb5584](https://github.com/scaleway/scaleway-sdk-js/commit/4eb55849aa737cfadb92693edfe06e3e2ff28513)) +- v2 ([0d7ed77](https://github.com/scaleway/scaleway-sdk-js/commit/0d7ed7771ac79057ddd4ade63126582d38438851)) + +### Bug Fixes + +- avoid default values for nested properties ([b619281](https://github.com/scaleway/scaleway-sdk-js/commit/b61928183a409e9c221d50a0f4f8b30b145cda64)) + ## [1.42.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@1.41.0...@scaleway/sdk@1.42.0) (2023-11-06) ### Features diff --git a/packages/clients/package.json b/packages/clients/package.json index 99a115182..6ae85fe83 100644 --- a/packages/clients/package.json +++ b/packages/clients/package.json @@ -1,6 +1,6 @@ { "name": "@scaleway/sdk", - "version": "2.0.0-alpha.17", + "version": "2.0.0-alpha.18", "license": "Apache-2.0", "description": "Scaleway SDK.", "keywords": [ diff --git a/packages/clients/src/scw/constants.ts b/packages/clients/src/scw/constants.ts index 955619ef2..709da46dd 100644 --- a/packages/clients/src/scw/constants.ts +++ b/packages/clients/src/scw/constants.ts @@ -1,3 +1,3 @@ -export const version = 'v2.0.0-alpha.17' +export const version = 'v2.0.0-alpha.18' export const userAgent = `scaleway-sdk-js/${version}`