Skip to content

Commit 0533514

Browse files
committed
Publish
- @aws-sdk/[email protected] - @aws-sdk/[email protected] - @aws-sdk/[email protected] - @aws-sdk/[email protected]
1 parent 46d6dd6 commit 0533514

File tree

8 files changed

+48
-7
lines changed

8 files changed

+48
-7
lines changed

Diff for: packages/client-kms-browser/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0-preview.2 (2019-03-27)
7+
8+
9+
### Features
10+
11+
* **kms:** generate node & browser clients ([#211](https://github.com/aws/aws-sdk-js-v3/issues/211)) ([46d6dd6](https://github.com/aws/aws-sdk-js-v3/commit/46d6dd6))

Diff for: packages/client-kms-browser/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-kms-browser",
33
"description": "Browser SDK for AWS Key Management Service",
4-
"version": "0.1.0-preview.1",
4+
"version": "0.1.0-preview.2",
55
"scripts": {
66
"clean": "npm run remove-definitions && npm run remove-maps && npm run remove-js",
77
"build-documentation": "npm run clean && typedoc ./",
@@ -63,4 +63,4 @@
6363
"typedoc": "^0.10.0",
6464
"typescript": "^3.0.0"
6565
}
66-
}
66+
}

Diff for: packages/client-kms-node/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0-preview.2 (2019-03-27)
7+
8+
9+
### Features
10+
11+
* **kms:** generate node & browser clients ([#211](https://github.com/aws/aws-sdk-js-v3/issues/211)) ([46d6dd6](https://github.com/aws/aws-sdk-js-v3/commit/46d6dd6))

Diff for: packages/client-kms-node/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-kms-node",
33
"description": "Node SDK for AWS Key Management Service",
4-
"version": "0.1.0-preview.1",
4+
"version": "0.1.0-preview.2",
55
"scripts": {
66
"clean": "npm run remove-definitions && npm run remove-maps && npm run remove-js",
77
"build-documentation": "npm run clean && typedoc ./",
@@ -58,4 +58,4 @@
5858
"typedoc": "^0.10.0",
5959
"typescript": "^3.0.0"
6060
}
61-
}
61+
}

Diff for: packages/package-generator/CHANGELOG.md

+8
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+
# [0.1.0-preview.5](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-03-27)
7+
8+
**Note:** Version bump only for package @aws-sdk/package-generator
9+
10+
11+
12+
13+
614
# [0.1.0-preview.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-03-27)
715

816

Diff for: packages/package-generator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/package-generator",
3-
"version": "0.1.0-preview.4",
3+
"version": "0.1.0-preview.5",
44
"description": "Provides a command-line tool for generating the various types of packages that constitute the AWS SDK for JavaScript",
55
"scripts": {
66
"prepublishOnly": "tsc",
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@aws-sdk/build-types": "^0.1.0-preview.2",
2626
"@aws-sdk/service-model": "^0.1.0-preview.4",
27-
"@aws-sdk/service-types-generator": "^0.1.0-preview.4",
27+
"@aws-sdk/service-types-generator": "^0.1.0-preview.5",
2828
"@aws-sdk/types": "^0.1.0-preview.2",
2929
"glob": "^7.1.2",
3030
"rimraf": "^2.6.2",

Diff for: packages/service-types-generator/CHANGELOG.md

+11
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+
# [0.1.0-preview.5](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-03-27)
7+
8+
9+
### Features
10+
11+
* **kms:** generate node & browser clients ([#211](https://github.com/aws/aws-sdk-js-v3/issues/211)) ([46d6dd6](https://github.com/aws/aws-sdk-js-v3/commit/46d6dd6))
12+
13+
14+
15+
16+
617
# [0.1.0-preview.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-03-27)
718

819

Diff for: packages/service-types-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/service-types-generator",
3-
"version": "0.1.0-preview.4",
3+
"version": "0.1.0-preview.5",
44
"description": "Code generator for the AWS SDK",
55
"dependencies": {
66
"@aws-sdk/build-types": "^0.1.0-preview.2",

0 commit comments

Comments
 (0)