Skip to content

Commit

Permalink
Publish v1.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 15, 2020
1 parent b5579c1 commit 5b7c738
Show file tree
Hide file tree
Showing 9 changed files with 74 additions and 13 deletions.
11 changes: 11 additions & 0 deletions clients/client-s3-control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* add client-s3-control ([#729](https://github.com/aws/aws-sdk-js-v3/issues/729)) ([43794db](https://github.com/aws/aws-sdk-js-v3/commit/43794db))
14 changes: 7 additions & 7 deletions clients/client-s3-control/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-s3-control",
"description": "@aws-sdk/client-s3-control client",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"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 All @@ -25,7 +25,6 @@
},
"sideEffects": false,
"dependencies": {
"tslib": "^1.8.0",
"@aws-crypto/sha256-browser": "^0.1.0-preview.1",
"@aws-sdk/config-resolver": "^1.0.0-alpha.1",
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.0",
Expand Down Expand Up @@ -57,15 +56,16 @@
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.1",
"@aws-sdk/util-utf8-node": "^1.0.0-alpha.1",
"@aws-sdk/xml-builder": "^1.0.0-alpha.0",
"pixl-xml": "^1.0.13"
"pixl-xml": "^1.0.13",
"tslib": "^1.8.0"
},
"devDependencies": {
"rimraf": "^3.0.0",
"typedoc": "^0.15.0",
"typescript": "^3.6.3",
"@types/node": "^12.7.5",
"@types/pixl-xml": "^1.0.1",
"tslib": "^1.8.0"
"rimraf": "^3.0.0",
"tslib": "^1.8.0",
"typedoc": "^0.15.0",
"typescript": "^3.6.3"
},
"engines": {
"node": ">=8.0.0"
Expand Down
15 changes: 15 additions & 0 deletions clients/client-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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



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


### Features

* add rest-xml clients ([#728](https://github.com/aws/aws-sdk-js-v3/issues/728)) ([8b4efe5](https://github.com/aws/aws-sdk-js-v3/commit/8b4efe5))





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


Expand Down
4 changes: 2 additions & 2 deletions clients/client-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-s3",
"description": "@aws-sdk/client-s3 client",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"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 @@ -41,7 +41,7 @@
"@aws-sdk/middleware-host-header": "^1.0.0-alpha.0",
"@aws-sdk/middleware-location-constraint": "^1.0.0-alpha.0",
"@aws-sdk/middleware-retry": "^1.0.0-alpha.1",
"@aws-sdk/middleware-sdk-s3": "^1.0.0-alpha.0",
"@aws-sdk/middleware-sdk-s3": "^1.0.0-alpha.3",
"@aws-sdk/middleware-serde": "^1.0.0-alpha.1",
"@aws-sdk/middleware-signing": "^1.0.0-alpha.0",
"@aws-sdk/middleware-ssec": "^1.0.0-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws-sdk-js-v3",
"private": true,
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"description": "AWS SDK for JavaScript from the future",
"main": "index.js",
"scripts": {
Expand Down
9 changes: 8 additions & 1 deletion packages/middleware-sdk-s3-control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* add s3 control middleware ([#723](https://github.com/aws/aws-sdk-js-v3/issues/723)) ([aca1bc0](https://github.com/aws/aws-sdk-js-v3/commit/aca1bc0))
2 changes: 1 addition & 1 deletion packages/middleware-sdk-s3-control/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/middleware-sdk-s3-control",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"scripts": {
"prepublishOnly": "tsc",
"pretest": "tsc -p tsconfig.test.json",
Expand Down
28 changes: 28 additions & 0 deletions packages/middleware-sdk-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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



# 0.9.0 (2020-01-09)


### Bug Fixes

* middleware name and tags ([#486](https://github.com/aws/aws-sdk-js-v3/issues/486)) ([8a3bcce](https://github.com/aws/aws-sdk-js-v3/commit/8a3bcce))



# 0.6.0 (2019-10-30)



# 0.3.0 (2019-09-09)


### Features

* **s3:** throw error when bucket name contains "/" ([#314](https://github.com/aws/aws-sdk-js-v3/issues/314)) ([a610e2c](https://github.com/aws/aws-sdk-js-v3/commit/a610e2c))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-sdk-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/middleware-sdk-s3",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"scripts": {
"prepublishOnly": "tsc",
"pretest": "tsc -p tsconfig.test.json",
Expand Down

0 comments on commit 5b7c738

Please sign in to comment.