Skip to content

Commit

Permalink
chore: publish release
Browse files Browse the repository at this point in the history
 - @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]
  • Loading branch information
raymondfeng committed Sep 14, 2018
1 parent 33124db commit edb48be
Show file tree
Hide file tree
Showing 28 changed files with 182 additions and 53 deletions.
9 changes: 9 additions & 0 deletions benchmark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.2.10"></a>
## [0.2.10](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-09-14)

**Note:** Version bump only for package @loopback/benchmark





<a name="0.2.9"></a>
## [0.2.9](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-09-14)

Expand Down
4 changes: 2 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/benchmark",
"version": "0.2.9",
"version": "0.2.10",
"private": true,
"description": "Benchmarks measuring performance of our framework.",
"keywords": [
Expand Down Expand Up @@ -38,7 +38,7 @@
],
"dependencies": {
"@loopback/dist-util": "^0.3.7",
"@loopback/example-todo": "^0.17.4",
"@loopback/example-todo": "^0.17.5",
"@types/byline": "^4.2.31",
"@types/debug": "0.0.30",
"@types/p-event": "^1.3.0",
Expand Down
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.18.8"></a>
## [0.18.8](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-09-14)

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





<a name="0.18.7"></a>
## [0.18.7](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-09-14)

Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/docs",
"version": "0.18.7",
"version": "0.18.8",
"description": "Documentation for LoopBack 4",
"homepage": "https://github.com/strongloop/loopback-next/tree/master/docs",
"author": {
Expand Down
9 changes: 9 additions & 0 deletions examples/hello-world/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.9.13"></a>
## [0.9.13](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-09-14)

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





<a name="0.9.12"></a>
## [0.9.12](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-09-14)

Expand Down
4 changes: 2 additions & 2 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/example-hello-world",
"version": "0.9.12",
"version": "0.9.13",
"description": "A simple hello-world Application using LoopBack 4",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@loopback/core": "^0.11.9",
"@loopback/dist-util": "^0.3.7",
"@loopback/rest": "^0.22.1"
"@loopback/rest": "^0.22.2"
},
"devDependencies": {
"@loopback/build": "^0.7.3",
Expand Down
9 changes: 9 additions & 0 deletions examples/log-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.11.12"></a>
## [0.11.12](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-09-14)

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





<a name="0.11.11"></a>
## [0.11.11](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-09-14)

Expand Down
6 changes: 3 additions & 3 deletions examples/log-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/example-log-extension",
"version": "0.11.11",
"version": "0.11.12",
"description": "An example extension project for LoopBack 4",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -53,8 +53,8 @@
"@loopback/context": "^0.12.8",
"@loopback/core": "^0.11.9",
"@loopback/dist-util": "^0.3.7",
"@loopback/openapi-v3": "^0.14.1",
"@loopback/rest": "^0.22.1",
"@loopback/openapi-v3": "^0.14.2",
"@loopback/rest": "^0.22.2",
"chalk": "^2.3.2",
"debug": "^3.1.0"
}
Expand Down
9 changes: 9 additions & 0 deletions examples/soap-calculator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.3.6"></a>
## [0.3.6](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-09-14)

**Note:** Version bump only for package @loopback/example-soap-calculator





<a name="0.3.5"></a>
## [0.3.5](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-09-14)

Expand Down
10 changes: 5 additions & 5 deletions examples/soap-calculator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/example-soap-calculator",
"version": "0.3.5",
"version": "0.3.6",
"description": "Integrate a SOAP webservice with LoopBack 4",
"keywords": [
"loopback",
Expand Down Expand Up @@ -43,13 +43,13 @@
},
"license": "MIT",
"dependencies": {
"@loopback/boot": "^0.13.4",
"@loopback/boot": "^0.13.5",
"@loopback/context": "^0.12.8",
"@loopback/core": "^0.11.9",
"@loopback/dist-util": "^0.3.7",
"@loopback/openapi-v3": "^0.14.1",
"@loopback/repository": "^0.16.4",
"@loopback/rest": "^0.22.1",
"@loopback/openapi-v3": "^0.14.2",
"@loopback/repository": "^0.16.5",
"@loopback/rest": "^0.22.2",
"@loopback/service-proxy": "^0.8.3",
"loopback-connector-soap": "^4.2.0"
},
Expand Down
9 changes: 9 additions & 0 deletions examples/todo-list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.3.9"></a>
## [0.3.9](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-09-14)

**Note:** Version bump only for package @loopback/example-todo-list





<a name="0.3.8"></a>
## [0.3.8](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-09-14)

Expand Down
10 changes: 5 additions & 5 deletions examples/todo-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/example-todo-list",
"version": "0.3.8",
"version": "0.3.9",
"description": "Continuation of the todo example using relations in LoopBack 4.",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -37,14 +37,14 @@
},
"license": "MIT",
"dependencies": {
"@loopback/boot": "^0.13.4",
"@loopback/boot": "^0.13.5",
"@loopback/context": "^0.12.8",
"@loopback/core": "^0.11.9",
"@loopback/dist-util": "^0.3.7",
"@loopback/openapi-v3": "^0.14.1",
"@loopback/openapi-v3": "^0.14.2",
"@loopback/openapi-v3-types": "^0.9.2",
"@loopback/repository": "^0.16.4",
"@loopback/rest": "^0.22.1",
"@loopback/repository": "^0.16.5",
"@loopback/rest": "^0.22.2",
"@loopback/service-proxy": "^0.8.3",
"loopback-connector-rest": "^3.1.1"
},
Expand Down
9 changes: 9 additions & 0 deletions examples/todo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.17.5"></a>
## [0.17.5](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-09-14)

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





<a name="0.17.4"></a>
## [0.17.4](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-09-14)

Expand Down
10 changes: 5 additions & 5 deletions examples/todo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/example-todo",
"version": "0.17.4",
"version": "0.17.5",
"description": "Tutorial example on how to build an application with LoopBack 4.",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -37,14 +37,14 @@
},
"license": "MIT",
"dependencies": {
"@loopback/boot": "^0.13.4",
"@loopback/boot": "^0.13.5",
"@loopback/context": "^0.12.8",
"@loopback/core": "^0.11.9",
"@loopback/dist-util": "^0.3.7",
"@loopback/openapi-v3": "^0.14.1",
"@loopback/openapi-v3": "^0.14.2",
"@loopback/openapi-v3-types": "^0.9.2",
"@loopback/repository": "^0.16.4",
"@loopback/rest": "^0.22.1",
"@loopback/repository": "^0.16.5",
"@loopback/rest": "^0.22.2",
"@loopback/service-proxy": "^0.8.3",
"loopback-connector-rest": "^3.1.1"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.11.12"></a>
## [0.11.12](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-09-14)

**Note:** Version bump only for package @loopback/authentication





<a name="0.11.11"></a>
## [0.11.11](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-09-14)

Expand Down
6 changes: 3 additions & 3 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/authentication",
"version": "0.11.11",
"version": "0.11.12",
"description": "A LoopBack component for authentication support.",
"engines": {
"node": ">=8.9"
Expand All @@ -27,8 +27,8 @@
"@loopback/core": "^0.11.9",
"@loopback/dist-util": "^0.3.7",
"@loopback/metadata": "^0.9.8",
"@loopback/openapi-v3": "^0.14.1",
"@loopback/rest": "^0.22.1",
"@loopback/openapi-v3": "^0.14.2",
"@loopback/rest": "^0.22.2",
"passport": "^0.4.0",
"passport-strategy": "^1.0.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/boot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.13.5"></a>
## [0.13.5](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-09-14)

**Note:** Version bump only for package @loopback/boot





<a name="0.13.4"></a>
## [0.13.4](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-09-14)

Expand Down
8 changes: 4 additions & 4 deletions packages/boot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/boot",
"version": "0.13.4",
"version": "0.13.5",
"description": "A collection of Booters for LoopBack 4 Applications",
"engines": {
"node": ">=8.9"
Expand Down Expand Up @@ -29,7 +29,7 @@
"@loopback/context": "^0.12.8",
"@loopback/core": "^0.11.9",
"@loopback/dist-util": "^0.3.7",
"@loopback/repository": "^0.16.4",
"@loopback/repository": "^0.16.5",
"@loopback/service-proxy": "^0.8.3",
"@types/debug": "0.0.30",
"@types/glob": "^5.0.35",
Expand All @@ -38,8 +38,8 @@
},
"devDependencies": {
"@loopback/build": "^0.7.3",
"@loopback/openapi-v3": "^0.14.1",
"@loopback/rest": "^0.22.1",
"@loopback/openapi-v3": "^0.14.2",
"@loopback/rest": "^0.22.2",
"@loopback/testlab": "^0.12.2",
"@types/node": "^10.1.1"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.22.10"></a>
## [0.22.10](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-09-14)

**Note:** Version bump only for package @loopback/cli





<a name="0.22.9"></a>
## [0.22.9](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-09-14)

Expand Down
Loading

0 comments on commit edb48be

Please sign in to comment.