Skip to content

Commit

Permalink
chore(release): v2.174.1 (#32773)
Browse files Browse the repository at this point in the history
See CHANGELOG
  • Loading branch information
mergify[bot] authored Jan 7, 2025
2 parents 9604329 + 41c1b9f commit f353fc7
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 17 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.v2.alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.174.1-alpha.0](https://github.com/aws/aws-cdk/compare/v2.174.0-alpha.0...v2.174.1-alpha.0) (2025-01-07)

## [2.174.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.173.4-alpha.0...v2.174.0-alpha.0) (2025-01-04)


Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.174.1](https://github.com/aws/aws-cdk/compare/v2.174.0...v2.174.1) (2025-01-07)


### Features

* update L1 CloudFormation resource definitions ([#32755](https://github.com/aws/aws-cdk/issues/32755)) ([0bc32c9](https://github.com/aws/aws-cdk/commit/0bc32c9acca6f8524ca0c8d925534ede79950213))
* update L1 CloudFormation resource definitions ([#32768](https://github.com/aws/aws-cdk/issues/32768)) ([20070a4](https://github.com/aws/aws-cdk/commit/20070a4cc77133e4fbdb556655cb3d0127620397))

## [2.174.0](https://github.com/aws/aws-cdk/compare/v2.173.4...v2.174.0) (2025-01-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/cloudformation-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/aws-service-spec": "^0.1.44",
"@aws-cdk/service-spec-types": "^0.0.110",
"@aws-cdk/aws-service-spec": "^0.1.46",
"@aws-cdk/service-spec-types": "^0.0.112",
"chalk": "^4",
"diff": "^5.2.0",
"fast-deep-equal": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/integ-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@aws-cdk/cloud-assembly-schema": "^39.0.0",
"@aws-cdk/cloudformation-diff": "0.0.0",
"@aws-cdk/cx-api": "0.0.0",
"@aws-cdk/aws-service-spec": "^0.1.44",
"@aws-cdk/aws-service-spec": "^0.1.46",
"cdk-assets": "3.0.0-rc.111",
"@aws-cdk/cdk-cli-wrapper": "0.0.0",
"aws-cdk": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"mime-types": "^2.1.35"
},
"devDependencies": {
"@aws-cdk/aws-service-spec": "^0.1.44",
"@aws-cdk/aws-service-spec": "^0.1.46",
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/custom-resource-handlers": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
Expand Down
4 changes: 2 additions & 2 deletions tools/@aws-cdk/spec2cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/aws-service-spec": "^0.1.44",
"@aws-cdk/aws-service-spec": "^0.1.46",
"@aws-cdk/service-spec-importers": "^0.0.62",
"@aws-cdk/service-spec-types": "^0.0.110",
"@aws-cdk/service-spec-types": "^0.0.112",
"@cdklabs/tskb": "^0.0.3",
"@cdklabs/typewriter": "^0.0.3",
"camelcase": "^6",
Expand Down
4 changes: 2 additions & 2 deletions version.v2.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.174.0",
"alphaVersion": "2.174.0-alpha.0"
"version": "2.174.1",
"alphaVersion": "2.174.1-alpha.0"
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
resolved "https://registry.npmjs.org/@aws-cdk/asset-node-proxy-agent-v6/-/asset-node-proxy-agent-v6-2.1.0.tgz#6d3c7860354d4856a7e75375f2f0ecab313b4989"
integrity sha512-7bY3J8GCVxLupn/kNmpPc5VJz8grx+4RKfnnJiO1LG+uxkZfANZG3RMHhE+qQxxwkyQ9/MfPtTpf748UhR425A==

"@aws-cdk/aws-service-spec@^0.1.44":
version "0.1.44"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.44.tgz#eb43f18346433a4d87871e98cbab4697b3b7f126"
integrity sha512-t21QOjnBwskftloYVzSi8g2Ls6u4sGG2eLY5WB9PMZ3Mhnv2V1L81sZ8I8Uoe9TSzjHlCvew5SYAFkXKdeqnaQ==
"@aws-cdk/aws-service-spec@^0.1.46":
version "0.1.46"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.46.tgz#297bf1ca9ef6ffac2aff5f89032ef98403e7ceb4"
integrity sha512-vsy0iDDj+xGI0frba4fIwbX+qL6ZHYeAkJYhl4tYC7SIwlcN1D97BOufHMZja6RisBOFx9TqIA+nHxM4dS/bvg==
dependencies:
"@aws-cdk/service-spec-types" "^0.0.110"
"@aws-cdk/service-spec-types" "^0.0.112"
"@cdklabs/tskb" "^0.0.3"

"@aws-cdk/cloud-assembly-schema@^39.0.0", "@aws-cdk/cloud-assembly-schema@^39.0.1", "@aws-cdk/cloud-assembly-schema@^39.1.34":
Expand Down Expand Up @@ -129,10 +129,10 @@
dependencies:
"@cdklabs/tskb" "^0.0.3"

"@aws-cdk/service-spec-types@^0.0.110":
version "0.0.110"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.110.tgz#8eb340306cb8de5038c9254fce97edb6036fc22f"
integrity sha512-ms9LK1lboCFh8FZrmR1X5VWUP6PnfYsm+RsvRDHRMRZ4ohJHwX7anOdWU2qduoAReaPDVP4G6HRjQC418UXCEg==
"@aws-cdk/service-spec-types@^0.0.112":
version "0.0.112"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.112.tgz#08b4a30269647b605186e43c35b6c3d01d99b4d9"
integrity sha512-RYRXtAnbck2efXJ8zSSt8ZNyVyFOT8H+6EZX4WTc+YfjwhcLW465vT88z+54iFvBNhRPIPUmszINcNIR/lbreA==
dependencies:
"@cdklabs/tskb" "^0.0.3"

Expand Down

0 comments on commit f353fc7

Please sign in to comment.