Skip to content

Commit

Permalink
chore: Test Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Apr 27, 2020
1 parent 38c5492 commit b18759d
Show file tree
Hide file tree
Showing 578 changed files with 44,226 additions and 5,746 deletions.
99 changes: 99 additions & 0 deletions clients/client-accessanalyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,105 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-beta.5 (2020-04-27)



# 1.0.0-beta.4 (2020-04-25)


### Bug Fixes

* move endpoint resolution to the serializers ([#1106](https://github.com/trivikr/aws-sdk-js-v3/issues/1106)) ([08c9420](https://github.com/trivikr/aws-sdk-js-v3/commit/08c9420db1ba9c3faf3ed26aa1244646bacff1d1))
* request default endpoints from serde context being overwritten ([#1097](https://github.com/trivikr/aws-sdk-js-v3/issues/1097)) ([299d2a1](https://github.com/trivikr/aws-sdk-js-v3/commit/299d2a19bddfbab1b70552fd7a6b669ef7762288))


### Features

* add default destroy function to clients ([#1081](https://github.com/trivikr/aws-sdk-js-v3/issues/1081)) ([7eb0f0e](https://github.com/trivikr/aws-sdk-js-v3/commit/7eb0f0e5debfafe08c51dc4f99dcf29d79dea358))
* codegen for issue fixed in protocol test ([#1086](https://github.com/trivikr/aws-sdk-js-v3/issues/1086)) ([8e077c7](https://github.com/trivikr/aws-sdk-js-v3/commit/8e077c7f1c1363a3a1f8522e6ee793bd57546c0e))



# 1.0.0-beta.3 (2020-03-30)



# 1.0.0-beta.2 (2020-03-28)



# 1.0.0-beta.1 (2020-03-25)


### Features

* bump packages to beta ([#1050](https://github.com/trivikr/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/trivikr/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))



# 1.0.0-alpha.28 (2020-03-20)



# 1.0.0-alpha.27 (2020-03-13)


### Bug Fixes

* codegen for using pure JS hasher in RN ([#998](https://github.com/trivikr/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/trivikr/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144)



# 1.0.0-alpha.26 (2020-03-12)



# 1.0.0-alpha.25 (2020-03-09)


### Features

* codegen for fixing protocol tests([#968](https://github.com/trivikr/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/trivikr/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141)
* codegen for fixing streaming member shape([#968](https://github.com/trivikr/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/trivikr/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140)



# 1.0.0-alpha.24 (2020-02-19)



# 1.0.0-alpha.23 (2020-02-14)



# 1.0.0-alpha.22 (2020-02-11)



# 1.0.0-alpha.21 (2020-02-11)



# 1.0.0-alpha.20 (2020-02-09)



# 1.0.0-alpha.19 (2020-02-07)



# 1.0.0-alpha.18 (2020-02-06)


### Features

* add client-accessanalyzer ([#867](https://github.com/trivikr/aws-sdk-js-v3/issues/867)) ([0c95a91](https://github.com/trivikr/aws-sdk-js-v3/commit/0c95a919e9dac160550ac20c2d525a1ea79307c1))





# 1.0.0-beta.4 (2020-04-25)


Expand Down
50 changes: 25 additions & 25 deletions clients/client-accessanalyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-accessanalyzer",
"description": "@aws-sdk/client-accessanalyzer client",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"scripts": {
"clean": "npm run remove-definitions && npm run remove-dist && npm run remove-js && npm run remove-maps",
"build-documentation": "npm run clean && typedoc ./",
Expand Down Expand Up @@ -30,36 +30,36 @@
"dependencies": {
"@aws-crypto/sha256-browser": "^1.0.0-alpha.0",
"@aws-crypto/sha256-js": "^1.0.0-alpha.0",
"@aws-sdk/config-resolver": "1.0.0-beta.3",
"@aws-sdk/credential-provider-node": "1.0.0-beta.3",
"@aws-sdk/fetch-http-handler": "1.0.0-beta.3",
"@aws-sdk/hash-node": "1.0.0-beta.3",
"@aws-sdk/config-resolver": "1.0.0-beta.4",
"@aws-sdk/credential-provider-node": "1.0.0-beta.4",
"@aws-sdk/fetch-http-handler": "1.0.0-beta.4",
"@aws-sdk/hash-node": "1.0.0-beta.4",
"@aws-sdk/invalid-dependency": "1.0.0-beta.2",
"@aws-sdk/middleware-content-length": "1.0.0-beta.3",
"@aws-sdk/middleware-host-header": "1.0.0-beta.3",
"@aws-sdk/middleware-retry": "1.0.0-beta.3",
"@aws-sdk/middleware-serde": "1.0.0-beta.3",
"@aws-sdk/middleware-signing": "1.0.0-beta.3",
"@aws-sdk/middleware-stack": "1.0.0-beta.3",
"@aws-sdk/middleware-user-agent": "1.0.0-beta.3",
"@aws-sdk/node-http-handler": "1.0.0-beta.3",
"@aws-sdk/protocol-http": "1.0.0-beta.3",
"@aws-sdk/region-provider": "1.0.0-beta.3",
"@aws-sdk/smithy-client": "1.0.0-beta.4",
"@aws-sdk/stream-collector-browser": "1.0.0-beta.3",
"@aws-sdk/stream-collector-native": "1.0.0-beta.3",
"@aws-sdk/stream-collector-node": "1.0.0-beta.3",
"@aws-sdk/middleware-content-length": "1.0.0-beta.4",
"@aws-sdk/middleware-host-header": "1.0.0-beta.4",
"@aws-sdk/middleware-retry": "1.0.0-beta.4",
"@aws-sdk/middleware-serde": "1.0.0-beta.4",
"@aws-sdk/middleware-signing": "1.0.0-beta.4",
"@aws-sdk/middleware-stack": "1.0.0-beta.4",
"@aws-sdk/middleware-user-agent": "1.0.0-beta.4",
"@aws-sdk/node-http-handler": "1.0.0-beta.4",
"@aws-sdk/protocol-http": "1.0.0-beta.4",
"@aws-sdk/region-provider": "1.0.0-beta.4",
"@aws-sdk/smithy-client": "1.0.0-beta.5",
"@aws-sdk/stream-collector-browser": "1.0.0-beta.4",
"@aws-sdk/stream-collector-native": "1.0.0-beta.4",
"@aws-sdk/stream-collector-node": "1.0.0-beta.4",
"@aws-sdk/types": "1.0.0-beta.3",
"@aws-sdk/url-parser-browser": "1.0.0-beta.3",
"@aws-sdk/url-parser-node": "1.0.0-beta.3",
"@aws-sdk/url-parser-browser": "1.0.0-beta.4",
"@aws-sdk/url-parser-node": "1.0.0-beta.4",
"@aws-sdk/util-base64-browser": "1.0.0-beta.2",
"@aws-sdk/util-base64-node": "1.0.0-beta.2",
"@aws-sdk/util-base64-node": "1.0.0-beta.3",
"@aws-sdk/util-body-length-browser": "1.0.0-beta.2",
"@aws-sdk/util-body-length-node": "1.0.0-beta.2",
"@aws-sdk/util-user-agent-browser": "1.0.0-beta.3",
"@aws-sdk/util-user-agent-node": "1.0.0-beta.3",
"@aws-sdk/util-user-agent-browser": "1.0.0-beta.4",
"@aws-sdk/util-user-agent-node": "1.0.0-beta.4",
"@aws-sdk/util-utf8-browser": "1.0.0-beta.2",
"@aws-sdk/util-utf8-node": "1.0.0-beta.2",
"@aws-sdk/util-utf8-node": "1.0.0-beta.3",
"tslib": "^1.8.0",
"uuid": "^7.0.0"
},
Expand Down
159 changes: 159 additions & 0 deletions clients/client-acm-pca/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,165 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-beta.5 (2020-04-27)



# 1.0.0-beta.4 (2020-04-25)


### Bug Fixes

* move endpoint resolution to the serializers ([#1106](https://github.com/trivikr/aws-sdk-js-v3/issues/1106)) ([08c9420](https://github.com/trivikr/aws-sdk-js-v3/commit/08c9420db1ba9c3faf3ed26aa1244646bacff1d1))
* request default endpoints from serde context being overwritten ([#1097](https://github.com/trivikr/aws-sdk-js-v3/issues/1097)) ([299d2a1](https://github.com/trivikr/aws-sdk-js-v3/commit/299d2a19bddfbab1b70552fd7a6b669ef7762288))


### Features

* add default destroy function to clients ([#1081](https://github.com/trivikr/aws-sdk-js-v3/issues/1081)) ([7eb0f0e](https://github.com/trivikr/aws-sdk-js-v3/commit/7eb0f0e5debfafe08c51dc4f99dcf29d79dea358))



# 1.0.0-beta.3 (2020-03-30)



# 1.0.0-beta.2 (2020-03-28)



# 1.0.0-beta.1 (2020-03-25)


### Features

* bump packages to beta ([#1050](https://github.com/trivikr/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/trivikr/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))



# 1.0.0-alpha.28 (2020-03-20)



# 1.0.0-alpha.27 (2020-03-13)


### Bug Fixes

* codegen for using pure JS hasher in RN ([#998](https://github.com/trivikr/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/trivikr/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144)



# 1.0.0-alpha.26 (2020-03-12)



# 1.0.0-alpha.25 (2020-03-09)


### Features

* codegen for fixing protocol tests([#968](https://github.com/trivikr/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/trivikr/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141)
* codegen for fixing streaming member shape([#968](https://github.com/trivikr/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/trivikr/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140)



# 1.0.0-alpha.24 (2020-02-19)



# 1.0.0-alpha.23 (2020-02-14)



# 1.0.0-alpha.22 (2020-02-11)



# 1.0.0-alpha.21 (2020-02-11)



# 1.0.0-alpha.20 (2020-02-09)



# 1.0.0-alpha.19 (2020-02-07)



# 1.0.0-alpha.18 (2020-02-06)



# 1.0.0-alpha.17 (2020-02-05)



# 1.0.0-alpha.16 (2020-02-04)



# 1.0.0-alpha.15 (2020-01-30)



# 1.0.0-alpha.14 (2020-01-28)



# 1.0.0-alpha.13 (2020-01-24)



# 1.0.0-alpha.12 (2020-01-22)



# 1.0.0-alpha.11 (2020-01-17)



# 1.0.0-alpha.9 (2020-01-17)



# 1.0.0-alpha.8 (2020-01-16)



# 1.0.0-alpha.4 (2020-01-14)



# 1.0.0-alpha.3 (2020-01-14)



# 1.0.0-alpha.2 (2020-01-10)


### Features

* update clients ([#717](https://github.com/trivikr/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/trivikr/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/trivikr/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)



# 1.0.0-alpha.1 (2020-01-10)



# 0.9.0 (2020-01-09)


### Features

* add client-acm-pca ([#656](https://github.com/trivikr/aws-sdk-js-v3/issues/656)) ([21a226e](https://github.com/trivikr/aws-sdk-js-v3/commit/21a226e66b7d9d8396f034fbb58a5bf1d5dc7e28))





# 1.0.0-beta.4 (2020-04-25)


Expand Down
Loading

0 comments on commit b18759d

Please sign in to comment.