Skip to content

Commit a7d80e9

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.28.0 - @scaleway/configuration-loader@1.0.5
1 parent 2c13c19 commit a7d80e9

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-3
lines changed

packages/clients/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.28.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.27.0...@scaleway/sdk@2.28.0) (2024-05-15)
7+
8+
### Features
9+
10+
- **ipam:** allow filtering on pn, subnet or vpc id ([#1260](https://github.com/scaleway/scaleway-sdk-js/issues/1260)) ([c71af8b](https://github.com/scaleway/scaleway-sdk-js/commit/c71af8b7e8b4f1a7b1e2a7208baeea39b57afc27))
11+
12+
### Bug Fixes
13+
14+
- **build:** export all types ([#1261](https://github.com/scaleway/scaleway-sdk-js/issues/1261)) ([2c13c19](https://github.com/scaleway/scaleway-sdk-js/commit/2c13c19d1699d2138d0ae9c4cf2a8a29b50d93ff))
15+
616
## [2.27.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.26.0...@scaleway/sdk@2.27.0) (2024-05-06)
717

818
### 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.27.0",
3+
"version": "2.28.0",
44
"license": "Apache-2.0",
55
"description": "Scaleway SDK.",
66
"keywords": [

packages/clients/src/scw/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const version = 'v2.27.0'
1+
export const version = 'v2.28.0'
22

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

packages/configuration-loader/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.0.5](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/configuration-loader@1.0.4...@scaleway/configuration-loader@1.0.5) (2024-05-15)
7+
8+
### Bug Fixes
9+
10+
- **build:** export all types ([#1261](https://github.com/scaleway/scaleway-sdk-js/issues/1261)) ([2c13c19](https://github.com/scaleway/scaleway-sdk-js/commit/2c13c19d1699d2138d0ae9c4cf2a8a29b50d93ff))
11+
612
## 1.0.4 (2024-05-06)
713

814
**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.4",
3+
"version": "1.0.5",
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)