Skip to content

Commit abda918

Browse files
committed
chore: publish release
- @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected] - @loopback/[email protected]
1 parent 0ee9f7a commit abda918

File tree

103 files changed

+717
-309
lines changed

Some content is hidden

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

103 files changed

+717
-309
lines changed

benchmark/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.3.2](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-06-17)
7+
8+
**Note:** Version bump only for package @loopback/benchmark
9+
10+
11+
12+
13+
614
## [1.3.1](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-06-06)
715

816

benchmark/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benchmark/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loopback/benchmark",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"private": true,
55
"description": "Benchmarks measuring performance of our framework.",
66
"keywords": [
@@ -35,9 +35,9 @@
3535
"!*/__tests__"
3636
],
3737
"dependencies": {
38-
"@loopback/example-todo": "^1.6.1",
39-
"@loopback/openapi-spec-builder": "^1.2.1",
40-
"@loopback/rest": "^1.15.0",
38+
"@loopback/example-todo": "^1.6.2",
39+
"@loopback/openapi-spec-builder": "^1.2.2",
40+
"@loopback/rest": "^1.16.0",
4141
"@types/byline": "^4.2.31",
4242
"@types/debug": "^4.1.4",
4343
"@types/request-promise-native": "^1.0.16",
@@ -49,8 +49,8 @@
4949
"request-promise-native": "^1.0.7"
5050
},
5151
"devDependencies": {
52-
"@loopback/build": "^1.7.1",
53-
"@loopback/testlab": "^1.5.0",
52+
"@loopback/build": "^2.0.0",
53+
"@loopback/testlab": "^1.6.0",
5454
"@types/mocha": "^5.2.7",
5555
"@types/node": "^10.14.8",
5656
"mocha": "^6.1.4",

docs/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.23.0](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-06-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **docs:** fix soap calculator controller parameters ([d549c44](https://github.com/strongloop/loopback-next/commit/d549c44))
12+
* **docs:** update soap calculator controller ([71d9d64](https://github.com/strongloop/loopback-next/commit/71d9d64))
13+
14+
15+
### Features
16+
17+
* **rest:** expose request body validation options to be configurable ([00ec6df](https://github.com/strongloop/loopback-next/commit/00ec6df))
18+
19+
20+
21+
22+
623
## [1.22.1](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-06-06)
724

825
**Note:** Version bump only for package @loopback/docs

docs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loopback/docs",
3-
"version": "1.22.1",
3+
"version": "1.23.0",
44
"description": "Documentation for LoopBack 4",
55
"homepage": "https://github.com/strongloop/loopback-next/tree/master/docs",
66
"author": "IBM Corp.",
@@ -19,7 +19,7 @@
1919
"clean": "lb-clean loopback-docs*.tgz package apidocs site/readmes site/apidocs"
2020
},
2121
"devDependencies": {
22-
"@loopback/build": "^1.7.1"
22+
"@loopback/build": "^2.0.0"
2323
},
2424
"publishConfig": {
2525
"access": "public"

examples/context/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+
## [1.2.2](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-06-17)
7+
8+
9+
### Bug Fixes
10+
11+
* remove forgotten references to tslint ([faa0a92](https://github.com/strongloop/loopback-next/commit/faa0a92))
12+
13+
14+
15+
16+
617
## [1.2.1](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-06-06)
718

819
**Note:** Version bump only for package @loopback/example-context

examples/context/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/context/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loopback/example-context",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Standalone examples for @loopback/context",
55
"main": "index.js",
66
"engines": {
@@ -36,12 +36,12 @@
3636
},
3737
"license": "MIT",
3838
"dependencies": {
39-
"@loopback/context": "^1.19.0"
39+
"@loopback/context": "^1.19.1"
4040
},
4141
"devDependencies": {
42-
"@loopback/build": "^1.7.1",
43-
"@loopback/eslint-config": "^1.1.1",
44-
"@loopback/testlab": "^1.5.0",
42+
"@loopback/build": "^2.0.0",
43+
"@loopback/eslint-config": "^1.1.2",
44+
"@loopback/testlab": "^1.6.0",
4545
"@types/node": "^10.14.8",
4646
"@typescript-eslint/eslint-plugin": "^1.10.2",
4747
"@typescript-eslint/parser": "^1.10.2",

examples/express-composition/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+
## [1.4.2](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-06-17)
7+
8+
9+
### Bug Fixes
10+
11+
* remove forgotten references to tslint ([faa0a92](https://github.com/strongloop/loopback-next/commit/faa0a92))
12+
13+
14+
15+
16+
617
## [1.4.1](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-06-06)
718

819
**Note:** Version bump only for package @loopback/example-express-composition

examples/express-composition/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/express-composition/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loopback/example-express-composition",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "LoopBack 4 REST API on Express",
55
"keywords": [
66
"loopback-application",
@@ -42,21 +42,21 @@
4242
"author": "IBM Corp.",
4343
"license": "MIT",
4444
"dependencies": {
45-
"@loopback/boot": "^1.4.0",
46-
"@loopback/context": "^1.19.0",
47-
"@loopback/core": "^1.8.1",
48-
"@loopback/openapi-v3": "^1.6.1",
49-
"@loopback/repository": "^1.6.1",
50-
"@loopback/rest": "^1.15.0",
51-
"@loopback/rest-explorer": "^1.2.1",
52-
"@loopback/service-proxy": "^1.2.1",
45+
"@loopback/boot": "^1.4.1",
46+
"@loopback/context": "^1.19.1",
47+
"@loopback/core": "^1.8.2",
48+
"@loopback/openapi-v3": "^1.6.2",
49+
"@loopback/repository": "^1.7.0",
50+
"@loopback/rest": "^1.16.0",
51+
"@loopback/rest-explorer": "^1.2.2",
52+
"@loopback/service-proxy": "^1.2.2",
5353
"express": "^4.17.1",
5454
"p-event": "^4.1.0"
5555
},
5656
"devDependencies": {
57-
"@loopback/build": "^1.7.1",
58-
"@loopback/eslint-config": "^1.1.1",
59-
"@loopback/testlab": "^1.5.0",
57+
"@loopback/build": "^2.0.0",
58+
"@loopback/eslint-config": "^1.1.2",
59+
"@loopback/testlab": "^1.6.0",
6060
"@types/express": "^4.17.0",
6161
"@types/node": "^10.14.8",
6262
"@typescript-eslint/eslint-plugin": "^1.10.2",

examples/greeter-extension/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+
## [1.3.2](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-06-17)
7+
8+
9+
### Bug Fixes
10+
11+
* remove forgotten references to tslint ([faa0a92](https://github.com/strongloop/loopback-next/commit/faa0a92))
12+
13+
14+
15+
16+
617
## [1.3.1](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-06-06)
718

819
**Note:** Version bump only for package @loopback/example-greeter-extension

examples/greeter-extension/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/greeter-extension/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loopback/example-greeter-extension",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "An example extension point/extensions for LoopBack 4",
55
"main": "index.js",
66
"engines": {
@@ -42,9 +42,9 @@
4242
},
4343
"homepage": "https://github.com/strongloop/loopback-next/tree/master/examples/greeter-extension",
4444
"devDependencies": {
45-
"@loopback/build": "^1.7.1",
46-
"@loopback/eslint-config": "^1.1.1",
47-
"@loopback/testlab": "^1.5.0",
45+
"@loopback/build": "^2.0.0",
46+
"@loopback/eslint-config": "^1.1.2",
47+
"@loopback/testlab": "^1.6.0",
4848
"@types/debug": "4.1.4",
4949
"@types/node": "^10.14.8",
5050
"@typescript-eslint/eslint-plugin": "^1.10.2",
@@ -56,9 +56,9 @@
5656
"typescript": "~3.5.2"
5757
},
5858
"dependencies": {
59-
"@loopback/context": "^1.19.0",
60-
"@loopback/core": "^1.8.1",
61-
"@loopback/openapi-v3": "^1.6.1",
59+
"@loopback/context": "^1.19.1",
60+
"@loopback/core": "^1.8.2",
61+
"@loopback/openapi-v3": "^1.6.2",
6262
"chalk": "^2.4.2",
6363
"debug": "^4.1.1"
6464
}

examples/greeting-app/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.1.2](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-06-17)
7+
8+
**Note:** Version bump only for package @loopback/example-greeting-app
9+
10+
11+
12+
13+
614
## [1.1.1](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-06-06)
715

816
**Note:** Version bump only for package @loopback/example-greeting-app

examples/greeting-app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/greeting-app/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loopback/example-greeting-app",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "An example greeting application for LoopBack 4",
55
"main": "index.js",
66
"engines": {
@@ -42,9 +42,9 @@
4242
},
4343
"homepage": "https://github.com/strongloop/loopback-next/tree/master/examples/greeter-extension",
4444
"devDependencies": {
45-
"@loopback/build": "^1.7.1",
46-
"@loopback/eslint-config": "^1.1.1",
47-
"@loopback/testlab": "^1.5.0",
45+
"@loopback/build": "^2.0.0",
46+
"@loopback/eslint-config": "^1.1.2",
47+
"@loopback/testlab": "^1.6.0",
4848
"@types/debug": "4.1.4",
4949
"@types/node": "^10.14.8",
5050
"@typescript-eslint/eslint-plugin": "^1.10.2",
@@ -56,12 +56,12 @@
5656
"typescript": "~3.5.2"
5757
},
5858
"dependencies": {
59-
"@loopback/boot": "^1.4.0",
60-
"@loopback/context": "^1.19.0",
61-
"@loopback/core": "^1.8.1",
62-
"@loopback/example-greeter-extension": "^1.3.1",
63-
"@loopback/openapi-v3": "^1.6.1",
64-
"@loopback/rest": "^1.15.0",
59+
"@loopback/boot": "^1.4.1",
60+
"@loopback/context": "^1.19.1",
61+
"@loopback/core": "^1.8.2",
62+
"@loopback/example-greeter-extension": "^1.3.2",
63+
"@loopback/openapi-v3": "^1.6.2",
64+
"@loopback/rest": "^1.16.0",
6565
"chalk": "^2.4.2",
6666
"debug": "^4.1.1"
6767
}

examples/hello-world/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+
## [1.2.2](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-06-17)
7+
8+
9+
### Bug Fixes
10+
11+
* remove forgotten references to tslint ([faa0a92](https://github.com/strongloop/loopback-next/commit/faa0a92))
12+
13+
14+
15+
16+
617
## [1.2.1](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-06-06)
718

819
**Note:** Version bump only for package @loopback/example-hello-world

examples/hello-world/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/hello-world/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loopback/example-hello-world",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "A simple hello-world Application using LoopBack 4",
55
"main": "index.js",
66
"engines": {
@@ -36,13 +36,13 @@
3636
},
3737
"license": "MIT",
3838
"dependencies": {
39-
"@loopback/core": "^1.8.1",
40-
"@loopback/rest": "^1.15.0"
39+
"@loopback/core": "^1.8.2",
40+
"@loopback/rest": "^1.16.0"
4141
},
4242
"devDependencies": {
43-
"@loopback/build": "^1.7.1",
44-
"@loopback/eslint-config": "^1.1.1",
45-
"@loopback/testlab": "^1.5.0",
43+
"@loopback/build": "^2.0.0",
44+
"@loopback/eslint-config": "^1.1.2",
45+
"@loopback/testlab": "^1.6.0",
4646
"@types/node": "^10.14.8",
4747
"@typescript-eslint/eslint-plugin": "^1.10.2",
4848
"@typescript-eslint/parser": "^1.10.2",

0 commit comments

Comments
 (0)