Skip to content

Commit 3877bee

Browse files
committed
chore(release): publish
- @scaleway/sdk-account@2.2.0 - @scaleway/sdk-applesilicon@2.2.0 - @scaleway/sdk-audit-trail@2.2.0 - @scaleway/sdk-autoscaling@2.2.0 - @scaleway/sdk-baremetal@2.2.0 - @scaleway/sdk-billing@2.2.0 - @scaleway/sdk-block@2.2.0 - @scaleway/sdk-cockpit@2.2.0 - @scaleway/sdk-container@2.2.0 - @scaleway/sdk-datawarehouse@2.2.0 - @scaleway/sdk-dedibox@2.2.0 - @scaleway/sdk-domain@2.2.0 - @scaleway/sdk-edge-services@2.2.0 - @scaleway/sdk-environmental-footprint@2.3.0 - @scaleway/sdk-file@2.2.0 - @scaleway/sdk-flexibleip@2.2.0 - @scaleway/sdk-function@2.2.0 - @scaleway/sdk-iam@2.2.0 - @scaleway/sdk-inference@2.2.0 - @scaleway/sdk-instance@2.2.0 - @scaleway/sdk-interlink@2.2.0 - @scaleway/sdk-iot@2.2.0 - @scaleway/sdk-ipam@2.2.0 - @scaleway/sdk-jobs@2.2.0 - @scaleway/sdk-k8s@2.3.0 - @scaleway/sdk-kafka@2.2.0 - @scaleway/sdk-key-manager@2.2.0 - @scaleway/sdk-lb@2.2.0 - @scaleway/sdk-marketplace@2.2.0 - @scaleway/sdk-mnq@2.2.0 - @scaleway/sdk-mongodb@2.2.0 - @scaleway/sdk-product-catalog@2.2.0 - @scaleway/sdk-qaas@2.2.0 - @scaleway/sdk-rdb@2.2.0 - @scaleway/sdk-redis@2.2.0 - @scaleway/sdk-registry@2.2.0 - @scaleway/sdk-s2s-vpn@2.2.0 - @scaleway/sdk-secret@2.2.0 - @scaleway/sdk-serverless-sqldb@2.2.0 - @scaleway/sdk-tem@2.2.0 - @scaleway/sdk-test@2.2.0 - @scaleway/sdk-vpc@2.2.0 - @scaleway/sdk-vpcgw@2.2.0 - @scaleway/sdk-webhosting@2.2.0 - @scaleway/sdk@3.1.2
1 parent 22bd858 commit 3877bee

File tree

90 files changed

+313
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+313
-45
lines changed

packages/sdk/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.2](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@3.1.1...@scaleway/sdk@3.1.2) (2025-12-22)
7+
8+
**Note:** Version bump only for package @scaleway/sdk
9+
610
## [3.1.1](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@3.1.0...@scaleway/sdk@3.1.1) (2025-12-22)
711

812
**Note:** Version bump only for package @scaleway/sdk

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/sdk",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Scaleway SDK TS.",
55
"license": "Apache-2.0",
66
"files": [

packages_generated/account/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.2.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk-account@2.1.1...@scaleway/sdk-account@2.2.0) (2025-12-22)
7+
8+
### Features
9+
10+
- enable formatting for generated files ([#2690](https://github.com/scaleway/scaleway-sdk-js/issues/2690)) ([22bd858](https://github.com/scaleway/scaleway-sdk-js/commit/22bd8586604b732deb22c135e88690c2026b5a3d))
11+
612
## [2.1.1](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk-account@2.1.0...@scaleway/sdk-account@2.1.1) (2025-12-22)
713

814
### Bug Fixes

packages_generated/account/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/sdk-account",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Scaleway SDK account",
55
"license": "Apache-2.0",
66
"files": [

packages_generated/applesilicon/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.2.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk-applesilicon@2.1.1...@scaleway/sdk-applesilicon@2.2.0) (2025-12-22)
7+
8+
### Features
9+
10+
- enable formatting for generated files ([#2690](https://github.com/scaleway/scaleway-sdk-js/issues/2690)) ([22bd858](https://github.com/scaleway/scaleway-sdk-js/commit/22bd8586604b732deb22c135e88690c2026b5a3d))
11+
612
## [2.1.1](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk-applesilicon@2.1.0...@scaleway/sdk-applesilicon@2.1.1) (2025-12-22)
713

814
### Bug Fixes

packages_generated/applesilicon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/sdk-applesilicon",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Scaleway SDK applesilicon",
55
"license": "Apache-2.0",
66
"files": [

packages_generated/audit_trail/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.2.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk-audit-trail@2.1.1...@scaleway/sdk-audit-trail@2.2.0) (2025-12-22)
7+
8+
### Features
9+
10+
- enable formatting for generated files ([#2690](https://github.com/scaleway/scaleway-sdk-js/issues/2690)) ([22bd858](https://github.com/scaleway/scaleway-sdk-js/commit/22bd8586604b732deb22c135e88690c2026b5a3d))
11+
612
## [2.1.1](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk-audit-trail@2.1.0...@scaleway/sdk-audit-trail@2.1.1) (2025-12-22)
713

814
### Bug Fixes

packages_generated/audit_trail/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/sdk-audit-trail",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Scaleway SDK audit-trail",
55
"license": "Apache-2.0",
66
"files": [

packages_generated/autoscaling/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.2.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk-autoscaling@2.1.1...@scaleway/sdk-autoscaling@2.2.0) (2025-12-22)
7+
8+
### Features
9+
10+
- enable formatting for generated files ([#2690](https://github.com/scaleway/scaleway-sdk-js/issues/2690)) ([22bd858](https://github.com/scaleway/scaleway-sdk-js/commit/22bd8586604b732deb22c135e88690c2026b5a3d))
11+
612
## [2.1.1](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk-autoscaling@2.1.0...@scaleway/sdk-autoscaling@2.1.1) (2025-12-22)
713

814
### Bug Fixes

packages_generated/autoscaling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/sdk-autoscaling",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Scaleway SDK autoscaling",
55
"license": "Apache-2.0",
66
"files": [

0 commit comments

Comments
 (0)