Skip to content

Commit

Permalink
Publish v3.539.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 21, 2024
1 parent 364630f commit 23fb32e
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.539.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.538.0...v3.539.0) (2024-03-21)


### Features

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





# [3.538.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.537.0...v3.538.0) (2024-03-20)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-codeartifact/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.539.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.538.0...v3.539.0) (2024-03-21)


### Features

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





# [3.535.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.534.0...v3.535.0) (2024-03-15)

**Note:** Version bump only for package @aws-sdk/client-codeartifact
Expand Down
2 changes: 1 addition & 1 deletion clients/client-codeartifact/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-codeartifact",
"description": "AWS SDK for JavaScript Codeartifact Client for Node.js, Browser and React Native",
"version": "3.535.0",
"version": "3.539.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-codeartifact",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.538.0",
"version": "3.539.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ec2-metadata-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.539.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.538.0...v3.539.0) (2024-03-21)

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





# [3.538.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.537.0...v3.538.0) (2024-03-20)

**Note:** Version bump only for package @aws-sdk/ec2-metadata-service
Expand Down
2 changes: 1 addition & 1 deletion packages/ec2-metadata-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/ec2-metadata-service",
"version": "3.538.0",
"version": "3.539.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline ec2-metadata-service",
Expand Down

0 comments on commit 23fb32e

Please sign in to comment.