Skip to content

Commit 4549914

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

File tree

6 files changed

+4904
-1754
lines changed

6 files changed

+4904
-1754
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.27.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-05-06)
7+
8+
### Features
9+
10+
- **block:** publish endpoint ImportSnapshotFromS3 ([#1256](https://github.com/scaleway/scaleway-sdk-js/issues/1256)) ([23abe58](https://github.com/scaleway/scaleway-sdk-js/commit/23abe58f1ae3dcac7ba15b9623ddb3fd762c162a))
11+
- **lb:** publish flexible ip tags feature ([#1257](https://github.com/scaleway/scaleway-sdk-js/issues/1257)) ([62bdf3b](https://github.com/scaleway/scaleway-sdk-js/commit/62bdf3bd206e7cf6b657f7c4e126a9e89608c59e))
12+
613
## [2.26.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-04-29)
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.26.0",
3+
"version": "2.27.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.26.0'
1+
export const version = 'v2.27.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.4 (2024-05-06)
7+
8+
**Note:** Version bump only for package @scaleway/configuration-loader
9+
610
## [1.0.3](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-02-19)
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.3",
3+
"version": "1.0.4",
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)