Skip to content

Commit 23fb32e

Browse files
author
awstools
committed
Publish v3.539.0
1 parent 364630f commit 23fb32e

File tree

6 files changed

+33
-3
lines changed

6 files changed

+33
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [3.539.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.538.0...v3.539.0) (2024-03-21)
7+
8+
9+
### Features
10+
11+
* **client-codeartifact:** This release adds Package groups to CodeArtifact so you can more conveniently configure package origin controls for multiple packages. ([364630f](https://github.com/aws/aws-sdk-js-v3/commit/364630f4a5eca4bf4dbde2b2fdc6a98c59ec1295))
12+
13+
14+
15+
16+
617
# [3.538.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.537.0...v3.538.0) (2024-03-20)
718

819

clients/client-codeartifact/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [3.539.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.538.0...v3.539.0) (2024-03-21)
7+
8+
9+
### Features
10+
11+
* **client-codeartifact:** This release adds Package groups to CodeArtifact so you can more conveniently configure package origin controls for multiple packages. ([364630f](https://github.com/aws/aws-sdk-js-v3/commit/364630f4a5eca4bf4dbde2b2fdc6a98c59ec1295))
12+
13+
14+
15+
16+
617
# [3.535.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.534.0...v3.535.0) (2024-03-15)
718

819
**Note:** Version bump only for package @aws-sdk/client-codeartifact

clients/client-codeartifact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-codeartifact",
33
"description": "AWS SDK for JavaScript Codeartifact Client for Node.js, Browser and React Native",
4-
"version": "3.535.0",
4+
"version": "3.539.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-codeartifact",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.538.0",
2+
"version": "3.539.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/ec2-metadata-service/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [3.539.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.538.0...v3.539.0) (2024-03-21)
7+
8+
**Note:** Version bump only for package @aws-sdk/ec2-metadata-service
9+
10+
11+
12+
13+
614
# [3.538.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.537.0...v3.538.0) (2024-03-20)
715

816
**Note:** Version bump only for package @aws-sdk/ec2-metadata-service

packages/ec2-metadata-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/ec2-metadata-service",
3-
"version": "3.538.0",
3+
"version": "3.539.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline ec2-metadata-service",

0 commit comments

Comments
 (0)