Skip to content

Commit ec3673d

Browse files
committed
chore(release): publish
- @scaleway/[email protected] - @scaleway/[email protected]
1 parent 05635ce commit ec3673d

File tree

5 files changed

+5593
-2023
lines changed

5 files changed

+5593
-2023
lines changed

packages/client/CHANGELOG.md

+7
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.2.0 (2025-04-24)
7+
8+
### Features
9+
10+
- **client:** add pl-waw-3 zone, add headers, add sessionheader ([#2016](https://github.com/scaleway/scaleway-sdk-js/issues/2016)) ([332b58f](https://github.com/scaleway/scaleway-sdk-js/commit/332b58ff08798c661b323d32ac425c8e3ae0f203))
11+
- **marshalling:** add any marshalling ([#2054](https://github.com/scaleway/scaleway-sdk-js/issues/2054)) ([5cbcf99](https://github.com/scaleway/scaleway-sdk-js/commit/5cbcf99834dcb6293825ae96fc34cd2c4e012183))
12+
613
## [1.1.1](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2025-03-31)
714

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

packages/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/sdk-client",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"license": "Apache-2.0",
55
"description": "Scaleway SDK Client",
66
"keywords": [

packages/sdk/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1+
# Change Log
12

3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [2.75.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2025-04-24)
7+
8+
### Features
9+
10+
- **chore:** export alias for bc ([#2048](https://github.com/scaleway/scaleway-sdk-js/issues/2048)) ([a627c5e](https://github.com/scaleway/scaleway-sdk-js/commit/a627c5e5b6bae1a81c53ba01bbf9370f995613c9))
11+
- **sdk:** generated packages ([#2029](https://github.com/scaleway/scaleway-sdk-js/issues/2029)) ([27e8daa](https://github.com/scaleway/scaleway-sdk-js/commit/27e8daacea2203f9e41b2920ef03963ed4a7ec09))
12+
13+
### Bug Fixes
14+
15+
- sdk deps ([#2055](https://github.com/scaleway/scaleway-sdk-js/issues/2055)) ([05635ce](https://github.com/scaleway/scaleway-sdk-js/commit/05635cee73c61727a19a79d69fb0bd0bda3034b2))

packages/sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/sdk",
3-
"version": "2.74.0",
3+
"version": "2.75.0",
44
"description": "Scaleway SDK TS.",
55
"types": "dist/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)