Skip to content

Commit

Permalink
chore: publish release
Browse files Browse the repository at this point in the history
 - @loopback/benchmark@0.2.7
 - @loopback/docs@0.18.5
 - @loopback/example-hello-world@0.9.10
 - @loopback/example-log-extension@0.11.9
 - @loopback/example-rpc-server@0.11.5
 - @loopback/example-soap-calculator@0.3.3
 - @loopback/example-todo-list@0.3.6
 - @loopback/example-todo@0.17.2
 - @loopback/authentication@0.11.9
 - @loopback/boot@0.13.2
 - @loopback/build@0.7.3
 - @loopback/cli@0.22.7
 - @loopback/context@0.12.8
 - @loopback/core@0.11.8
 - @loopback/http-caching-proxy@0.3.8
 - @loopback/http-server@0.3.8
 - @loopback/metadata@0.9.8
 - @loopback/openapi-spec-builder@0.8.8
 - @loopback/openapi-v3-types@0.9.2
 - @loopback/openapi-v3@0.13.2
 - @loopback/repository-json-schema@0.10.9
 - @loopback/repository@0.16.2
 - @loopback/rest@0.21.1
 - @loopback/service-proxy@0.8.2
 - @loopback/testlab@0.12.2
  • Loading branch information
virkt25 committed Sep 12, 2018
1 parent 2ec4d2f commit cef3fc2
Show file tree
Hide file tree
Showing 50 changed files with 393 additions and 162 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.7"></a>
## [0.2.7](https://github.com/strongloop/loopback-next/compare/@loopback/benchmark@0.2.6...@loopback/benchmark@0.2.7) (2018-09-12)

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





<a name="0.2.6"></a>
## [0.2.6](https://github.com/strongloop/loopback-next/compare/@loopback/benchmark@0.2.5...@loopback/benchmark@0.2.6) (2018-09-10)

Expand Down
8 changes: 4 additions & 4 deletions benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/benchmark",
"version": "0.2.6",
"version": "0.2.7",
"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.1",
"@loopback/example-todo": "^0.17.2",
"@types/byline": "^4.2.31",
"@types/debug": "0.0.30",
"@types/p-event": "^1.3.0",
Expand All @@ -50,8 +50,8 @@
"request-promise-native": "^1.0.5"
},
"devDependencies": {
"@loopback/build": "^0.7.2",
"@loopback/testlab": "^0.12.1",
"@loopback/build": "^0.7.3",
"@loopback/testlab": "^0.12.2",
"@types/mocha": "^5.0.0",
"@types/node": "^10.1.1",
"mocha": "^5.1.1",
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.5"></a>
## [0.18.5](https://github.com/strongloop/loopback-next/compare/@loopback/docs@0.18.4...@loopback/docs@0.18.5) (2018-09-12)

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





<a name="0.18.4"></a>
## [0.18.4](https://github.com/strongloop/loopback-next/compare/@loopback/docs@0.18.3...@loopback/docs@0.18.4) (2018-09-10)

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.4",
"version": "0.18.5",
"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.10"></a>
## [0.9.10](https://github.com/strongloop/loopback-next/compare/@loopback/example-hello-world@0.9.9...@loopback/example-hello-world@0.9.10) (2018-09-12)

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





<a name="0.9.9"></a>
## [0.9.9](https://github.com/strongloop/loopback-next/compare/@loopback/example-hello-world@0.9.8...@loopback/example-hello-world@0.9.9) (2018-09-10)

Expand Down
10 changes: 5 additions & 5 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.9",
"version": "0.9.10",
"description": "A simple hello-world Application using LoopBack 4",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -39,13 +39,13 @@
},
"license": "MIT",
"dependencies": {
"@loopback/core": "^0.11.7",
"@loopback/core": "^0.11.8",
"@loopback/dist-util": "^0.3.7",
"@loopback/rest": "^0.21.0"
"@loopback/rest": "^0.21.1"
},
"devDependencies": {
"@loopback/build": "^0.7.2",
"@loopback/testlab": "^0.12.1",
"@loopback/build": "^0.7.3",
"@loopback/testlab": "^0.12.2",
"@types/node": "^10.1.1"
},
"keywords": [
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.9"></a>
## [0.11.9](https://github.com/strongloop/loopback-next/compare/@loopback/example-log-extension@0.11.8...@loopback/example-log-extension@0.11.9) (2018-09-12)

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





<a name="0.11.8"></a>
## [0.11.8](https://github.com/strongloop/loopback-next/compare/@loopback/example-log-extension@0.11.7...@loopback/example-log-extension@0.11.8) (2018-09-10)

Expand Down
14 changes: 7 additions & 7 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.8",
"version": "0.11.9",
"description": "An example extension project for LoopBack 4",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -44,17 +44,17 @@
},
"homepage": "https://github.com/strongloop/loopback-next/tree/master/examples/log-extension",
"devDependencies": {
"@loopback/build": "^0.7.2",
"@loopback/testlab": "^0.12.1",
"@loopback/build": "^0.7.3",
"@loopback/testlab": "^0.12.2",
"@types/debug": "0.0.30",
"@types/node": "^10.1.1"
},
"dependencies": {
"@loopback/context": "^0.12.7",
"@loopback/core": "^0.11.7",
"@loopback/context": "^0.12.8",
"@loopback/core": "^0.11.8",
"@loopback/dist-util": "^0.3.7",
"@loopback/openapi-v3": "^0.13.1",
"@loopback/rest": "^0.21.0",
"@loopback/openapi-v3": "^0.13.2",
"@loopback/rest": "^0.21.1",
"chalk": "^2.3.2",
"debug": "^3.1.0"
}
Expand Down
9 changes: 9 additions & 0 deletions examples/rpc-server/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.5"></a>
## [0.11.5](https://github.com/strongloop/loopback-next/compare/@loopback/example-rpc-server@0.11.4...@loopback/example-rpc-server@0.11.5) (2018-09-12)

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





<a name="0.11.4"></a>
## [0.11.4](https://github.com/strongloop/loopback-next/compare/@loopback/example-rpc-server@0.11.3...@loopback/example-rpc-server@0.11.4) (2018-09-10)

Expand Down
10 changes: 5 additions & 5 deletions examples/rpc-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/example-rpc-server",
"version": "0.11.4",
"version": "0.11.5",
"description": "A basic RPC server using a made-up protocol.",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -41,15 +41,15 @@
"author": "",
"license": "MIT",
"dependencies": {
"@loopback/context": "^0.12.7",
"@loopback/core": "^0.11.7",
"@loopback/context": "^0.12.8",
"@loopback/core": "^0.11.8",
"@loopback/dist-util": "^0.3.7",
"express": "^4.16.3",
"p-event": "^1.3.0"
},
"devDependencies": {
"@loopback/build": "^0.7.2",
"@loopback/testlab": "^0.12.1",
"@loopback/build": "^0.7.3",
"@loopback/testlab": "^0.12.2",
"@types/express": "^4.11.1",
"@types/node": "^10.1.1",
"@types/p-event": "^1.3.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.3"></a>
## [0.3.3](https://github.com/strongloop/loopback-next/compare/@loopback/example-soap-calculator@0.3.2...@loopback/example-soap-calculator@0.3.3) (2018-09-12)

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





<a name="0.3.2"></a>
## [0.3.2](https://github.com/strongloop/loopback-next/compare/@loopback/example-soap-calculator@0.3.1...@loopback/example-soap-calculator@0.3.2) (2018-09-10)

Expand Down
20 changes: 10 additions & 10 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.2",
"version": "0.3.3",
"description": "Integrate a SOAP webservice with LoopBack 4",
"keywords": [
"loopback",
Expand Down Expand Up @@ -43,19 +43,19 @@
},
"license": "MIT",
"dependencies": {
"@loopback/boot": "^0.13.1",
"@loopback/context": "^0.12.7",
"@loopback/core": "^0.11.7",
"@loopback/boot": "^0.13.2",
"@loopback/context": "^0.12.8",
"@loopback/core": "^0.11.8",
"@loopback/dist-util": "^0.3.7",
"@loopback/openapi-v3": "^0.13.1",
"@loopback/repository": "^0.16.1",
"@loopback/rest": "^0.21.0",
"@loopback/service-proxy": "^0.8.1",
"@loopback/openapi-v3": "^0.13.2",
"@loopback/repository": "^0.16.2",
"@loopback/rest": "^0.21.1",
"@loopback/service-proxy": "^0.8.2",
"loopback-connector-soap": "^4.2.0"
},
"devDependencies": {
"@loopback/build": "^0.7.2",
"@loopback/testlab": "^0.12.1",
"@loopback/build": "^0.7.3",
"@loopback/testlab": "^0.12.2",
"@types/mocha": "^5.0.0",
"@types/node": "^10.1.1",
"mocha": "^5.1.1",
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.6"></a>
## [0.3.6](https://github.com/strongloop/loopback-next/compare/@loopback/example-todo-list@0.3.5...@loopback/example-todo-list@0.3.6) (2018-09-12)

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





<a name="0.3.5"></a>
## [0.3.5](https://github.com/strongloop/loopback-next/compare/@loopback/example-todo-list@0.3.4...@loopback/example-todo-list@0.3.5) (2018-09-10)

Expand Down
24 changes: 12 additions & 12 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.5",
"version": "0.3.6",
"description": "Continuation of the todo example using relations in LoopBack 4.",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -37,21 +37,21 @@
},
"license": "MIT",
"dependencies": {
"@loopback/boot": "^0.13.1",
"@loopback/context": "^0.12.7",
"@loopback/core": "^0.11.7",
"@loopback/boot": "^0.13.2",
"@loopback/context": "^0.12.8",
"@loopback/core": "^0.11.8",
"@loopback/dist-util": "^0.3.7",
"@loopback/openapi-v3": "^0.13.1",
"@loopback/openapi-v3-types": "^0.9.1",
"@loopback/repository": "^0.16.1",
"@loopback/rest": "^0.21.0",
"@loopback/service-proxy": "^0.8.1",
"@loopback/openapi-v3": "^0.13.2",
"@loopback/openapi-v3-types": "^0.9.2",
"@loopback/repository": "^0.16.2",
"@loopback/rest": "^0.21.1",
"@loopback/service-proxy": "^0.8.2",
"loopback-connector-rest": "^3.1.1"
},
"devDependencies": {
"@loopback/build": "^0.7.2",
"@loopback/http-caching-proxy": "^0.3.7",
"@loopback/testlab": "^0.12.1",
"@loopback/build": "^0.7.3",
"@loopback/http-caching-proxy": "^0.3.8",
"@loopback/testlab": "^0.12.2",
"@types/lodash": "^4.14.109",
"@types/node": "^10.1.1",
"lodash": "^4.17.10"
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.2"></a>
## [0.17.2](https://github.com/strongloop/loopback-next/compare/@loopback/example-todo@0.17.1...@loopback/example-todo@0.17.2) (2018-09-12)

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





<a name="0.17.1"></a>
## [0.17.1](https://github.com/strongloop/loopback-next/compare/@loopback/example-todo@0.17.0...@loopback/example-todo@0.17.1) (2018-09-10)

Expand Down
24 changes: 12 additions & 12 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.1",
"version": "0.17.2",
"description": "Tutorial example on how to build an application with LoopBack 4.",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -37,21 +37,21 @@
},
"license": "MIT",
"dependencies": {
"@loopback/boot": "^0.13.1",
"@loopback/context": "^0.12.7",
"@loopback/core": "^0.11.7",
"@loopback/boot": "^0.13.2",
"@loopback/context": "^0.12.8",
"@loopback/core": "^0.11.8",
"@loopback/dist-util": "^0.3.7",
"@loopback/openapi-v3": "^0.13.1",
"@loopback/openapi-v3-types": "^0.9.1",
"@loopback/repository": "^0.16.1",
"@loopback/rest": "^0.21.0",
"@loopback/service-proxy": "^0.8.1",
"@loopback/openapi-v3": "^0.13.2",
"@loopback/openapi-v3-types": "^0.9.2",
"@loopback/repository": "^0.16.2",
"@loopback/rest": "^0.21.1",
"@loopback/service-proxy": "^0.8.2",
"loopback-connector-rest": "^3.1.1"
},
"devDependencies": {
"@loopback/build": "^0.7.2",
"@loopback/http-caching-proxy": "^0.3.7",
"@loopback/testlab": "^0.12.1",
"@loopback/build": "^0.7.3",
"@loopback/http-caching-proxy": "^0.3.8",
"@loopback/testlab": "^0.12.2",
"@types/lodash": "^4.14.109",
"@types/node": "^10.1.1",
"lodash": "^4.17.10"
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.9"></a>
## [0.11.9](https://github.com/strongloop/loopback-next/compare/@loopback/authentication@0.11.8...@loopback/authentication@0.11.9) (2018-09-12)

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





<a name="0.11.8"></a>
## [0.11.8](https://github.com/strongloop/loopback-next/compare/@loopback/authentication@0.11.7...@loopback/authentication@0.11.8) (2018-09-10)

Expand Down
Loading

0 comments on commit cef3fc2

Please sign in to comment.