Skip to content

Commit 3436da6

Browse files
committed
chore(release): publish
- @scaleway/[email protected] - @scaleway/[email protected] - @scaleway/[email protected]
1 parent 636afdd commit 3436da6

File tree

6 files changed

+24
-3
lines changed

6 files changed

+24
-3
lines changed

packages/client/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 1.1.0 (2025-03-26)
7+
8+
### Features
9+
10+
- **sdk:** add client package ([#1943](https://github.com/scaleway/scaleway-sdk-js/issues/1943)) ([cd3b131](https://github.com/scaleway/scaleway-sdk-js/commit/cd3b1312289a491dd7a2d2b7e9a5e7b675012e2b))
11+
12+
### Bug Fixes
13+
14+
- **release:** versioning client ([#1948](https://github.com/scaleway/scaleway-sdk-js/issues/1948)) ([813347a](https://github.com/scaleway/scaleway-sdk-js/commit/813347a8182b7e80fb72d9d73d284cf6e5c20e10))
15+
- **release:** versioning client ([#1949](https://github.com/scaleway/scaleway-sdk-js/issues/1949)) ([636afdd](https://github.com/scaleway/scaleway-sdk-js/commit/636afdd166da8443a91fe71b6bf60507955f8991))

packages/client/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-client",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"license": "Apache-2.0",
55
"description": "Scaleway SDK Client",
66
"keywords": [

packages/clients/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.71.1](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2025-03-26)
7+
8+
### Bug Fixes
9+
10+
- **release:** versioning client ([#1948](https://github.com/scaleway/scaleway-sdk-js/issues/1948)) ([813347a](https://github.com/scaleway/scaleway-sdk-js/commit/813347a8182b7e80fb72d9d73d284cf6e5c20e10))
11+
612
## [2.71.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2025-03-24)
713

814
### Features

packages/clients/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.71.0",
3+
"version": "2.71.1",
44
"license": "Apache-2.0",
55
"description": "Scaleway SDK.",
66
"keywords": [

packages/configuration-loader/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.0.6 (2025-03-26)
7+
8+
**Note:** Version bump only for package @scaleway/configuration-loader
9+
610
## [1.0.5](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-05-15)
711

812
### Bug Fixes

packages/configuration-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/configuration-loader",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"license": "Apache-2.0",
55
"description": "Load configuration via file or environment for NodeJS.",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)