Skip to content

Commit 41f452f

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] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @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 4818074 commit 41f452f

File tree

40 files changed

+216
-50
lines changed

40 files changed

+216
-50
lines changed

modules/caching-materials-manager-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+
## [1.0.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-browser
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-15)
715

816
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-browser

modules/caching-materials-manager-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/caching-materials-manager-browser",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -17,7 +17,7 @@
1717
"license": "Apache-2.0",
1818
"dependencies": {
1919
"@aws-crypto/cache-material": "^1.0.1",
20-
"@aws-crypto/material-management-browser": "^1.0.1",
20+
"@aws-crypto/material-management-browser": "^1.0.2",
2121
"@aws-crypto/serialize": "^1.0.1",
2222
"@aws-crypto/web-crypto-backend": "^1.0.1",
2323
"@aws-sdk/util-base64-browser": "0.1.0-preview.1",

modules/caching-materials-manager-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+
## [1.0.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-node
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-15)
715

816
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-node

modules/caching-materials-manager-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/caching-materials-manager-node",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -17,7 +17,7 @@
1717
"license": "Apache-2.0",
1818
"dependencies": {
1919
"@aws-crypto/cache-material": "^1.0.1",
20-
"@aws-crypto/material-management-node": "^1.0.1",
20+
"@aws-crypto/material-management-node": "^1.0.2",
2121
"tslib": "^1.9.3"
2222
},
2323
"devDependencies": {

modules/client-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+
## [1.0.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/client-browser
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-15)
715

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

modules/client-browser/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"CSE",
1010
"aws"
1111
],
12-
"version": "1.0.1",
12+
"version": "1.0.2",
1313
"scripts": {
1414
"build": "tsc -b tsconfig.json",
1515
"lint": "standard src/*.ts test/**/*.ts"
@@ -21,13 +21,13 @@
2121
},
2222
"license": "Apache-2.0",
2323
"dependencies": {
24-
"@aws-crypto/caching-materials-manager-browser": "^1.0.1",
25-
"@aws-crypto/decrypt-browser": "^1.0.1",
26-
"@aws-crypto/encrypt-browser": "^1.0.1",
27-
"@aws-crypto/kms-keyring-browser": "^1.0.1",
28-
"@aws-crypto/material-management-browser": "^1.0.1",
29-
"@aws-crypto/raw-aes-keyring-browser": "^1.0.1",
30-
"@aws-crypto/raw-rsa-keyring-browser": "^1.0.1",
24+
"@aws-crypto/caching-materials-manager-browser": "^1.0.2",
25+
"@aws-crypto/decrypt-browser": "^1.0.2",
26+
"@aws-crypto/encrypt-browser": "^1.0.2",
27+
"@aws-crypto/kms-keyring-browser": "^1.0.2",
28+
"@aws-crypto/material-management-browser": "^1.0.2",
29+
"@aws-crypto/raw-aes-keyring-browser": "^1.0.2",
30+
"@aws-crypto/raw-rsa-keyring-browser": "^1.0.2",
3131
"@aws-crypto/web-crypto-backend": "^1.0.1",
3232
"tslib": "^1.9.3"
3333
},

modules/client-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+
## [1.0.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/client-node
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-15)
715

816
**Note:** Version bump only for package @aws-crypto/client-node

modules/client-node/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"CSE",
1010
"aws"
1111
],
12-
"version": "1.0.1",
12+
"version": "1.0.2",
1313
"scripts": {
1414
"build": "tsc -b tsconfig.json",
1515
"lint": "standard src/*.ts test/**/*.ts"
@@ -21,13 +21,13 @@
2121
},
2222
"license": "Apache-2.0",
2323
"dependencies": {
24-
"@aws-crypto/caching-materials-manager-node": "^1.0.1",
25-
"@aws-crypto/decrypt-node": "^1.0.1",
26-
"@aws-crypto/encrypt-node": "^1.0.1",
27-
"@aws-crypto/kms-keyring-node": "^1.0.1",
28-
"@aws-crypto/material-management-node": "^1.0.1",
29-
"@aws-crypto/raw-aes-keyring-node": "^1.0.1",
30-
"@aws-crypto/raw-rsa-keyring-node": "^1.0.1",
24+
"@aws-crypto/caching-materials-manager-node": "^1.0.2",
25+
"@aws-crypto/decrypt-node": "^1.0.2",
26+
"@aws-crypto/encrypt-node": "^1.0.2",
27+
"@aws-crypto/kms-keyring-node": "^1.0.2",
28+
"@aws-crypto/material-management-node": "^1.0.2",
29+
"@aws-crypto/raw-aes-keyring-node": "^1.0.2",
30+
"@aws-crypto/raw-rsa-keyring-node": "^1.0.2",
3131
"tslib": "^1.9.3"
3232
},
3333
"devDependencies": {

modules/decrypt-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+
## [1.0.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/decrypt-browser
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-15)
715

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

modules/decrypt-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/decrypt-browser",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "standard src/*.ts test/**/*.ts",
@@ -15,7 +15,7 @@
1515
},
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@aws-crypto/material-management-browser": "^1.0.1",
18+
"@aws-crypto/material-management-browser": "^1.0.2",
1919
"@aws-crypto/serialize": "^1.0.1",
2020
"@aws-sdk/util-utf8-browser": "0.1.0-preview.1",
2121
"tslib": "^1.9.3"

0 commit comments

Comments
 (0)