Skip to content

Commit 71110a3

Browse files
committed
Publish
- @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected]
1 parent a062acd commit 71110a3

File tree

12 files changed

+67
-10
lines changed

12 files changed

+67
-10
lines changed

modules/client-browser/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-06-22)
7+
8+
9+
### Bug Fixes
10+
11+
* package.json issues (#124) a062acd, closes #124
12+
13+
14+
15+
16+
617
# [0.1.0-preview.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-06-21)
718

819

modules/client-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/client-browser",
3-
"version": "0.1.0-preview.1",
3+
"version": "0.1.0-preview.2",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "standard src/*.ts test/**/*.ts"

modules/client-node/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-06-22)
7+
8+
9+
### Bug Fixes
10+
11+
* package.json issues (#124) a062acd, closes #124
12+
13+
14+
15+
16+
617
# [0.1.0-preview.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-06-21)
718

819

modules/client-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/client-node",
3-
"version": "0.1.0-preview.1",
3+
"version": "0.1.0-preview.2",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "standard src/*.ts test/**/*.ts"

modules/example-browser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-06-22)
7+
8+
**Note:** Version bump only for package @aws-crypto/example-browser
9+
10+
11+
12+
13+
614
# [0.1.0-preview.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-06-21)
715

816
**Note:** Version bump only for package @aws-crypto/example-browser

modules/example-browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/example-browser",
3-
"version": "0.1.0-preview.1",
3+
"version": "0.1.0-preview.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -17,7 +17,7 @@
1717
},
1818
"license": "Apache-2.0",
1919
"dependencies": {
20-
"@aws-crypto/client-browser": "^0.1.0-preview.1",
20+
"@aws-crypto/client-browser": "^0.1.0-preview.2",
2121
"@aws-sdk/util-base64-browser": "0.1.0-preview.1",
2222
"tslib": "^1.9.3"
2323
},

modules/example-node/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.2.0-preview.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-06-22)
7+
8+
**Note:** Version bump only for package @aws-crypto/example-node
9+
10+
11+
12+
13+
614
# [0.2.0-preview.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-06-21)
715

816

modules/example-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/example-node",
3-
"version": "0.2.0-preview.1",
3+
"version": "0.2.0-preview.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -16,7 +16,7 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@aws-crypto/client-node": "^0.1.0-preview.1",
19+
"@aws-crypto/client-node": "^0.1.0-preview.2",
2020
"tslib": "^1.9.3"
2121
},
2222
"devDependencies": {

modules/integration-browser/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.2.0-preview.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-06-22)
7+
8+
9+
### Bug Fixes
10+
11+
* package.json issues (#124) a062acd, closes #124
12+
13+
14+
15+
16+
617
# [0.2.0-preview.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-06-21)
718

819

modules/integration-browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/integration-browser",
3-
"version": "0.2.0-preview.1",
3+
"version": "0.2.0-preview.2",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "standard src/*.ts test/**/*.ts",
@@ -15,7 +15,7 @@
1515
},
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@aws-crypto/client-browser": "^0.1.0-preview.1",
18+
"@aws-crypto/client-browser": "^0.1.0-preview.2",
1919
"@aws-sdk/karma-credential-loader": "0.1.0-preview.2",
2020
"@aws-sdk/util-base64-browser": "0.1.0-preview.1",
2121
"@trust/keyto": "^0.3.7",

modules/integration-node/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.2.0-preview.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-06-22)
7+
8+
**Note:** Version bump only for package @aws-crypto/integration-node
9+
10+
11+
12+
13+
614
# [0.2.0-preview.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-06-21)
715

816

modules/integration-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/integration-node",
3-
"version": "0.2.0-preview.1",
3+
"version": "0.2.0-preview.2",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "standard src/*.ts test/**/*.ts",
@@ -14,7 +14,7 @@
1414
},
1515
"license": "Apache-2.0",
1616
"dependencies": {
17-
"@aws-crypto/client-node": "^0.1.0-preview.1",
17+
"@aws-crypto/client-node": "^0.1.0-preview.2",
1818
"@types/unzipper": "^0.9.1",
1919
"@types/yargs": "^13.0.0",
2020
"tslib": "^1.9.3",

0 commit comments

Comments
 (0)