Skip to content

Commit a1535f4

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

File tree

6 files changed

+5401
-1933
lines changed

6 files changed

+5401
-1933
lines changed

packages/clients/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+
## [2.17.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-02-15)
7+
8+
### Features
9+
10+
- **block:** remove SnapshotSummary ([#1146](https://github.com/scaleway/scaleway-sdk-js/issues/1146)) ([41f5fef](https://github.com/scaleway/scaleway-sdk-js/commit/41f5fefa5e96a3020cc089a60e9044a8e108f40f))
11+
- **serverless_jobs:** add local storage limit ([#1145](https://github.com/scaleway/scaleway-sdk-js/issues/1145)) ([dc885f0](https://github.com/scaleway/scaleway-sdk-js/commit/dc885f09afda4a11a812b0c1ace22d44c5e8e476))
12+
613
## [2.16.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-02-12)
714

815
### 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.16.0",
3+
"version": "2.17.0",
44
"license": "Apache-2.0",
55
"description": "Scaleway SDK.",
66
"keywords": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const version = 'v2.16.0'
1+
export const version = 'v2.17.0'
22

33
export const userAgent = `scaleway-sdk-js/${version}`

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.2 (2024-02-15)
7+
8+
**Note:** Version bump only for package @scaleway/configuration-loader
9+
610
## 1.0.1 (2024-02-05)
711

812
**Note:** Version bump only for package @scaleway/configuration-loader

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.1",
3+
"version": "1.0.2",
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)