Skip to content

Commit 45126ae

Browse files
committed
chore(release): publish
- @scaleway/[email protected] - @scaleway/[email protected] - @scaleway/[email protected] - @scaleway/[email protected] - @scaleway/[email protected]
1 parent 93af5af commit 45126ae

File tree

10 files changed

+32
-5
lines changed

10 files changed

+32
-5
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+
## [2.76.6](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2025-06-23)
7+
8+
**Note:** Version bump only for package @scaleway/sdk
9+
610
## [2.76.5](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2025-06-18)
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": "2.76.5",
3+
"version": "2.76.6",
44
"description": "Scaleway SDK TS.",
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+
# [1.2.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2025-06-23)
7+
8+
### Features
9+
10+
- **apple_silicon:** add batch create endpoints ([#2204](https://github.com/scaleway/scaleway-sdk-js/issues/2204)) ([ad6e84f](https://github.com/scaleway/scaleway-sdk-js/commit/ad6e84ff80254b7cb8e1a7ec1447d7e28172a5fb))
11+
612
# 1.1.0 (2025-06-18)
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": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Scaleway SDK applesilicon",
55
"license": "Apache-2.0",
66
"files": [

packages_generated/ipam/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+
## [1.2.1](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2025-06-23)
7+
8+
**Note:** Version bump only for package @scaleway/sdk-ipam
9+
610
# 1.2.0 (2025-06-18)
711

812
### Bug Fixes

packages_generated/ipam/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-ipam",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Scaleway SDK ipam",
55
"license": "Apache-2.0",
66
"files": [

packages_generated/product_catalog/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
# [1.6.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2025-06-23)
7+
8+
### Features
9+
10+
- **product_catalog:** add product type block storage ([#2203](https://github.com/scaleway/scaleway-sdk-js/issues/2203)) ([968cdbd](https://github.com/scaleway/scaleway-sdk-js/commit/968cdbdaabf50b6e6da4de949880f77e242b0e57))
11+
- **product_catalog:** filter by locality ([#2209](https://github.com/scaleway/scaleway-sdk-js/issues/2209)) ([93af5af](https://github.com/scaleway/scaleway-sdk-js/commit/93af5af9cff0c44cff58c065b5bc39decc2c2b24))
12+
613
## 1.5.1 (2025-06-18)
714

815
**Note:** Version bump only for package @scaleway/sdk-product-catalog

packages_generated/product_catalog/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-product-catalog",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"description": "Scaleway SDK product-catalog",
55
"license": "Apache-2.0",
66
"files": [

packages_generated/rdb/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+
# [1.1.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2025-06-23)
7+
8+
### Features
9+
10+
- **rdb:** add has_maintenances filter to ListInstances endpoint and... ([#2207](https://github.com/scaleway/scaleway-sdk-js/issues/2207)) ([7bb67d2](https://github.com/scaleway/scaleway-sdk-js/commit/7bb67d231f9138468977c62fc1727a93b978e6b0))
11+
612
## 1.0.5 (2025-06-18)
713

814
### Bug Fixes

packages_generated/rdb/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-rdb",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"description": "Scaleway SDK rdb",
55
"license": "Apache-2.0",
66
"files": [

0 commit comments

Comments
 (0)