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]
 - @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
biniam committed Nov 8, 2018
1 parent bd9f864 commit fa69b6c
Show file tree
Hide file tree
Showing 50 changed files with 275 additions and 241 deletions.
8 changes: 6 additions & 2 deletions benchmark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-10-26)
<a name="1.1.0"></a>
# [1.1.0](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-11-08)

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

### Features

* allow rest routing benchmarking to take multiple numbers ([3d561bc](https://github.com/strongloop/loopback-next/commit/3d561bc))



Expand Down
12 changes: 6 additions & 6 deletions benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/benchmark",
"version": "1.0.2",
"version": "1.1.0",
"private": true,
"description": "Benchmarks measuring performance of our framework.",
"keywords": [
Expand Down Expand Up @@ -35,9 +35,9 @@
"src"
],
"dependencies": {
"@loopback/example-todo": "^1.0.2",
"@loopback/openapi-spec-builder": "^1.0.0",
"@loopback/rest": "^1.1.0",
"@loopback/example-todo": "^1.1.0",
"@loopback/openapi-spec-builder": "^1.0.1",
"@loopback/rest": "^1.2.0",
"@types/byline": "^4.2.31",
"@types/debug": "0.0.31",
"@types/p-event": "^1.3.0",
Expand All @@ -50,8 +50,8 @@
"request-promise-native": "^1.0.5"
},
"devDependencies": {
"@loopback/build": "^1.0.0",
"@loopback/testlab": "^1.0.0",
"@loopback/build": "^1.0.1",
"@loopback/testlab": "^1.0.1",
"@types/mocha": "^5.0.0",
"@types/node": "^10.11.2",
"mocha": "^5.1.1",
Expand Down
11 changes: 10 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-10-26)
<a name="1.1.0"></a>
# [1.1.0](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-11-08)


### Bug Fixes

* change invalid reference link to valid link ([b27cc2d](https://github.com/strongloop/loopback-next/commit/b27cc2d))
* **docs:** use correct params and imports ([2e099eb](https://github.com/strongloop/loopback-next/commit/2e099eb))
* **openapi-v3:** generate schemas for x-ts-type ([07f0d6c](https://github.com/strongloop/loopback-next/commit/07f0d6c))
* update usage of `x-ts-type` for schemas ([57c694e](https://github.com/strongloop/loopback-next/commit/57c694e))
* **repository:** build relations based on their names ([2046701](https://github.com/strongloop/loopback-next/commit/2046701))


### Features

* **rest:** add support for form request body ([2d9e0a8](https://github.com/strongloop/loopback-next/commit/2d9e0a8))



Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/docs",
"version": "1.0.2",
"version": "1.1.0",
"description": "Documentation for LoopBack 4",
"homepage": "https://github.com/strongloop/loopback-next/tree/master/docs",
"author": {
Expand All @@ -21,7 +21,7 @@
"clean": "lb-clean loopback-docs*.tgz package api-docs"
},
"devDependencies": {
"@loopback/build": "^1.0.0"
"@loopback/build": "^1.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion examples/hello-world/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-10-26)
<a name="1.0.3"></a>
## [1.0.3](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-11-08)

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

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": "1.0.2",
"version": "1.0.3",
"description": "A simple hello-world Application using LoopBack 4",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -36,12 +36,12 @@
},
"license": "MIT",
"dependencies": {
"@loopback/core": "^1.0.0",
"@loopback/rest": "^1.1.0"
"@loopback/core": "^1.0.1",
"@loopback/rest": "^1.2.0"
},
"devDependencies": {
"@loopback/build": "^1.0.0",
"@loopback/testlab": "^1.0.0",
"@loopback/build": "^1.0.1",
"@loopback/testlab": "^1.0.1",
"@types/node": "^10.11.2"
},
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion examples/log-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-10-26)
<a name="1.0.3"></a>
## [1.0.3](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-11-08)

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

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": "1.0.2",
"version": "1.0.3",
"description": "An example extension project for LoopBack 4",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -41,16 +41,16 @@
},
"homepage": "https://github.com/strongloop/loopback-next/tree/master/examples/log-extension",
"devDependencies": {
"@loopback/build": "^1.0.0",
"@loopback/testlab": "^1.0.0",
"@loopback/build": "^1.0.1",
"@loopback/testlab": "^1.0.1",
"@types/debug": "0.0.30",
"@types/node": "^10.11.2"
},
"dependencies": {
"@loopback/context": "^1.0.0",
"@loopback/core": "^1.0.0",
"@loopback/openapi-v3": "^1.0.2",
"@loopback/rest": "^1.1.0",
"@loopback/context": "^1.0.1",
"@loopback/core": "^1.0.1",
"@loopback/openapi-v3": "^1.1.0",
"@loopback/rest": "^1.2.0",
"chalk": "^2.3.2",
"debug": "^4.0.1"
}
Expand Down
19 changes: 2 additions & 17 deletions examples/rpc-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,8 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-10-26)

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





# [1.0.0](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-10-10)

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





## [0.11.15](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-10-09)
<a name="1.0.2"></a>
## [1.0.2](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-11-08)

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

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": "1.0.1",
"version": "1.0.2",
"description": "A basic RPC server using a made-up protocol.",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -38,14 +38,14 @@
"author": "",
"license": "MIT",
"dependencies": {
"@loopback/context": "^1.0.0",
"@loopback/core": "^1.0.0",
"@loopback/context": "^1.0.1",
"@loopback/core": "^1.0.1",
"express": "^4.16.3",
"p-event": "^2.1.0"
},
"devDependencies": {
"@loopback/build": "^1.0.0",
"@loopback/testlab": "^1.0.0",
"@loopback/build": "^1.0.1",
"@loopback/testlab": "^1.0.1",
"@types/express": "^4.11.1",
"@types/node": "^10.11.2",
"@types/p-event": "^1.3.0"
Expand Down
8 changes: 7 additions & 1 deletion examples/soap-calculator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-10-26)
<a name="1.1.0"></a>
# [1.1.0](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-11-08)


### Bug Fixes

* change unmatched html tags, remove redundant 'px' from 0 ([46d08f6](https://github.com/strongloop/loopback-next/commit/46d08f6))


### Features

* **cli:** use app.static for default home page ([1dcf169](https://github.com/strongloop/loopback-next/commit/1dcf169))





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": "1.0.2",
"version": "1.1.0",
"description": "Integrate a SOAP webservice with LoopBack 4",
"keywords": [
"loopback",
Expand Down Expand Up @@ -40,18 +40,18 @@
},
"license": "MIT",
"dependencies": {
"@loopback/boot": "^1.0.2",
"@loopback/context": "^1.0.0",
"@loopback/core": "^1.0.0",
"@loopback/openapi-v3": "^1.0.2",
"@loopback/repository": "^1.0.2",
"@loopback/rest": "^1.1.0",
"@loopback/service-proxy": "^1.0.0",
"@loopback/boot": "^1.0.3",
"@loopback/context": "^1.0.1",
"@loopback/core": "^1.0.1",
"@loopback/openapi-v3": "^1.1.0",
"@loopback/repository": "^1.0.3",
"@loopback/rest": "^1.2.0",
"@loopback/service-proxy": "^1.0.1",
"loopback-connector-soap": "^5.0.0"
},
"devDependencies": {
"@loopback/build": "^1.0.0",
"@loopback/testlab": "^1.0.0",
"@loopback/build": "^1.0.1",
"@loopback/testlab": "^1.0.1",
"@types/mocha": "^5.0.0",
"@types/node": "^10.11.2",
"mocha": "^5.1.1",
Expand Down
10 changes: 9 additions & 1 deletion examples/todo-list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-10-26)
<a name="1.1.0"></a>
# [1.1.0](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-11-08)


### Bug Fixes

* change unmatched html tags, remove redundant 'px' from 0 ([46d08f6](https://github.com/strongloop/loopback-next/commit/46d08f6))
* update usage of `x-ts-type` for schemas ([57c694e](https://github.com/strongloop/loopback-next/commit/57c694e))
* **repository:** build relations based on their names ([2046701](https://github.com/strongloop/loopback-next/commit/2046701))


### Features

* **cli:** use app.static for default home page ([1dcf169](https://github.com/strongloop/loopback-next/commit/1dcf169))



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": "1.0.2",
"version": "1.1.0",
"description": "Continuation of the todo example using relations in LoopBack 4.",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -34,20 +34,20 @@
},
"license": "MIT",
"dependencies": {
"@loopback/boot": "^1.0.2",
"@loopback/context": "^1.0.0",
"@loopback/core": "^1.0.0",
"@loopback/openapi-v3": "^1.0.2",
"@loopback/openapi-v3-types": "^1.0.0",
"@loopback/repository": "^1.0.2",
"@loopback/rest": "^1.1.0",
"@loopback/service-proxy": "^1.0.0",
"@loopback/boot": "^1.0.3",
"@loopback/context": "^1.0.1",
"@loopback/core": "^1.0.1",
"@loopback/openapi-v3": "^1.1.0",
"@loopback/openapi-v3-types": "^1.0.1",
"@loopback/repository": "^1.0.3",
"@loopback/rest": "^1.2.0",
"@loopback/service-proxy": "^1.0.1",
"loopback-connector-rest": "^3.1.1"
},
"devDependencies": {
"@loopback/build": "^1.0.0",
"@loopback/http-caching-proxy": "^1.0.0",
"@loopback/testlab": "^1.0.0",
"@loopback/build": "^1.0.1",
"@loopback/http-caching-proxy": "^1.0.1",
"@loopback/testlab": "^1.0.1",
"@types/lodash": "^4.14.109",
"@types/node": "^10.11.2",
"lodash": "^4.17.10"
Expand Down
9 changes: 8 additions & 1 deletion examples/todo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-10-26)
<a name="1.1.0"></a>
# [1.1.0](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-11-08)


### Bug Fixes

* change unmatched html tags, remove redundant 'px' from 0 ([46d08f6](https://github.com/strongloop/loopback-next/commit/46d08f6))
* update usage of `x-ts-type` for schemas ([57c694e](https://github.com/strongloop/loopback-next/commit/57c694e))


### Features

* **cli:** use app.static for default home page ([1dcf169](https://github.com/strongloop/loopback-next/commit/1dcf169))



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": "1.0.2",
"version": "1.1.0",
"description": "Tutorial example on how to build an application with LoopBack 4.",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -34,20 +34,20 @@
},
"license": "MIT",
"dependencies": {
"@loopback/boot": "^1.0.2",
"@loopback/context": "^1.0.0",
"@loopback/core": "^1.0.0",
"@loopback/openapi-v3": "^1.0.2",
"@loopback/openapi-v3-types": "^1.0.0",
"@loopback/repository": "^1.0.2",
"@loopback/rest": "^1.1.0",
"@loopback/service-proxy": "^1.0.0",
"@loopback/boot": "^1.0.3",
"@loopback/context": "^1.0.1",
"@loopback/core": "^1.0.1",
"@loopback/openapi-v3": "^1.1.0",
"@loopback/openapi-v3-types": "^1.0.1",
"@loopback/repository": "^1.0.3",
"@loopback/rest": "^1.2.0",
"@loopback/service-proxy": "^1.0.1",
"loopback-connector-rest": "^3.1.1"
},
"devDependencies": {
"@loopback/build": "^1.0.0",
"@loopback/http-caching-proxy": "^1.0.0",
"@loopback/testlab": "^1.0.0",
"@loopback/build": "^1.0.1",
"@loopback/http-caching-proxy": "^1.0.1",
"@loopback/testlab": "^1.0.1",
"@types/lodash": "^4.14.109",
"@types/node": "^10.11.2",
"lodash": "^4.17.10"
Expand Down
Loading

0 comments on commit fa69b6c

Please sign in to comment.