Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @scaleway/[email protected]
 - @scaleway/[email protected]
  • Loading branch information
scaleway-bot committed May 15, 2024
1 parent 2c13c19 commit a7d80e9
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
10 changes: 10 additions & 0 deletions packages/clients/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.28.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-05-15)

### Features

- **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))

### Bug Fixes

- **build:** export all types ([#1261](https://github.com/scaleway/scaleway-sdk-js/issues/1261)) ([2c13c19](https://github.com/scaleway/scaleway-sdk-js/commit/2c13c19d1699d2138d0ae9c4cf2a8a29b50d93ff))

## [2.27.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-05-06)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/sdk",
"version": "2.27.0",
"version": "2.28.0",
"license": "Apache-2.0",
"description": "Scaleway SDK.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/src/scw/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const version = 'v2.27.0'
export const version = 'v2.28.0'

export const userAgent = `scaleway-sdk-js/${version}`
6 changes: 6 additions & 0 deletions packages/configuration-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-05-15)

### Bug Fixes

- **build:** export all types ([#1261](https://github.com/scaleway/scaleway-sdk-js/issues/1261)) ([2c13c19](https://github.com/scaleway/scaleway-sdk-js/commit/2c13c19d1699d2138d0ae9c4cf2a8a29b50d93ff))

## 1.0.4 (2024-05-06)

**Note:** Version bump only for package @scaleway/configuration-loader
Expand Down
2 changes: 1 addition & 1 deletion packages/configuration-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/configuration-loader",
"version": "1.0.4",
"version": "1.0.5",
"license": "Apache-2.0",
"description": "Load configuration via file or environment for NodeJS.",
"main": "dist/index.cjs",
Expand Down

0 comments on commit a7d80e9

Please sign in to comment.