Skip to content

Commit 8426a48

Browse files
committed
Deleting change files and updating change logs for package updates.
1 parent 4a1913f commit 8426a48

File tree

48 files changed

+326
-274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+326
-274
lines changed

common/changes/@lambda-middleware/class-validator/fix_type_bug_in_cors_2020-10-23-14-18.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/class-validator/master_2020-08-13-21-55.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/compose/fix_type_bug_in_cors_2020-10-23-14-18.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/compose/master_2020-08-13-21-55.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/cors/add_cors_middleware_2020-08-16-21-08.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/cors/fix_type_bug_in_cors_2020-10-23-14-18.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/do-not-wait/fix_type_bug_in_cors_2020-10-23-14-18.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/do-not-wait/master_2020-08-13-21-55.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/http-error-handler/fix_type_bug_in_cors_2020-10-23-14-18.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/http-error-handler/master_2020-08-13-21-55.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/http-header-normalizer/fix_type_bug_in_cors_2020-10-23-14-18.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/http-header-normalizer/master_2020-08-13-21-55.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/ie-no-open/fix_type_bug_in_cors_2020-10-23-14-18.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/ie-no-open/master_2020-08-13-21-55.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/json-serializer/fix_type_bug_in_cors_2020-10-23-14-18.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/json-serializer/master_2020-08-13-21-55.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/jwt-auth/fix_type_bug_in_cors_2020-10-23-14-18.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/jwt-auth/master_2020-08-13-21-55.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/middy-adaptor/fix_type_bug_in_cors_2020-10-23-14-18.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/middy-adaptor/master_2020-08-13-21-55.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/no-sniff/fix_type_bug_in_cors_2020-10-23-14-18.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/no-sniff/master_2020-08-13-21-55.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/utils/fix_type_bug_in_cors_2020-10-23-14-18.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@lambda-middleware/utils/master_2020-08-13-21-55.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/class-validator/CHANGELOG.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
{
22
"name": "@lambda-middleware/class-validator",
33
"entries": [
4+
{
5+
"version": "2.0.0",
6+
"tag": "@lambda-middleware/class-validator_v2.0.0",
7+
"date": "Fri, 23 Oct 2020 15:23:13 GMT",
8+
"comments": {
9+
"major": [
10+
{
11+
"comment": "ast"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@lambda-middleware/utils\" from `^1.0.1` to `^1.0.2`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@lambda-middleware/compose\" from `^1.0.1` to `^1.1.0`"
20+
},
21+
{
22+
"comment": "Updating dependency \"@lambda-middleware/http-error-handler\" from `^1.0.1` to `^2.0.0`"
23+
}
24+
]
25+
}
26+
},
427
{
528
"version": "1.0.1",
629
"tag": "@lambda-middleware/class-validator_v1.0.1",

packages/class-validator/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @lambda-middleware/class-validator
22

3-
This log was last generated on Thu, 13 Aug 2020 19:32:50 GMT and should not be manually modified.
3+
This log was last generated on Fri, 23 Oct 2020 15:23:13 GMT and should not be manually modified.
4+
5+
## 2.0.0
6+
Fri, 23 Oct 2020 15:23:13 GMT
7+
8+
### Breaking changes
9+
10+
- ast
411

512
## 1.0.1
613
Thu, 13 Aug 2020 19:32:50 GMT

packages/compose/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "@lambda-middleware/compose",
33
"entries": [
4+
{
5+
"version": "1.1.0",
6+
"tag": "@lambda-middleware/compose_v1.1.0",
7+
"date": "Fri, 23 Oct 2020 15:23:13 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "ast"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@lambda-middleware/utils\" from `^1.0.1` to `^1.0.2`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "1.0.1",
623
"tag": "@lambda-middleware/compose_v1.0.1",

packages/compose/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @lambda-middleware/compose
22

3-
This log was last generated on Thu, 13 Aug 2020 19:32:50 GMT and should not be manually modified.
3+
This log was last generated on Fri, 23 Oct 2020 15:23:13 GMT and should not be manually modified.
4+
5+
## 1.1.0
6+
Fri, 23 Oct 2020 15:23:13 GMT
7+
8+
### Minor changes
9+
10+
- ast
411

512
## 1.0.1
613
Thu, 13 Aug 2020 19:32:50 GMT

0 commit comments

Comments
 (0)