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]
 - @loopback/[email protected]
  • Loading branch information
biniam committed Dec 13, 2018
1 parent fcc76df commit 1def521
Show file tree
Hide file tree
Showing 52 changed files with 444 additions and 176 deletions.
8 changes: 8 additions & 0 deletions benchmark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





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

**Note:** Version bump only for package @loopback/benchmark
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.1.4",
"version": "1.1.5",
"private": true,
"description": "Benchmarks measuring performance of our framework.",
"keywords": [
Expand Down Expand Up @@ -35,9 +35,9 @@
"src"
],
"dependencies": {
"@loopback/example-todo": "^1.2.2",
"@loopback/openapi-spec-builder": "^1.0.1",
"@loopback/rest": "^1.4.0",
"@loopback/example-todo": "^1.3.0",
"@loopback/openapi-spec-builder": "^1.0.2",
"@loopback/rest": "^1.5.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.1",
"@loopback/testlab": "^1.0.1",
"@loopback/build": "^1.0.2",
"@loopback/testlab": "^1.0.2",
"@types/mocha": "^5.0.0",
"@types/node": "^10.11.2",
"mocha": "^5.1.1",
Expand Down
19 changes: 19 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* add model/entity descriptions ([8156f9d](https://github.com/strongloop/loopback-next/commit/8156f9d))


### Features

* scaffold DB migration script for new app projects ([f783f07](https://github.com/strongloop/loopback-next/commit/f783f07))
* **cli:** allow annonymous schemas in openapi to be mapped to models ([eedec1e](https://github.com/strongloop/loopback-next/commit/eedec1e))
* **repository:** migrateSchema APIs ([ad0229b](https://github.com/strongloop/loopback-next/commit/ad0229b))
* **rest:** allow basePath for rest servers ([1016a09](https://github.com/strongloop/loopback-next/commit/1016a09))





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


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.4.0",
"version": "1.5.0",
"description": "Documentation for LoopBack 4",
"homepage": "https://github.com/strongloop/loopback-next/tree/master/docs",
"author": {
Expand All @@ -22,7 +22,7 @@
"clean": "lb-clean loopback-docs*.tgz package api-docs site/readmes"
},
"devDependencies": {
"@loopback/build": "^1.0.1"
"@loopback/build": "^1.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions examples/hello-world/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





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

**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.6",
"version": "1.0.7",
"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.1.1",
"@loopback/rest": "^1.4.0"
"@loopback/core": "^1.1.2",
"@loopback/rest": "^1.5.0"
},
"devDependencies": {
"@loopback/build": "^1.0.1",
"@loopback/testlab": "^1.0.1",
"@loopback/build": "^1.0.2",
"@loopback/testlab": "^1.0.2",
"@types/node": "^10.11.2"
},
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions examples/log-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





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

**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.6",
"version": "1.0.7",
"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.1",
"@loopback/testlab": "^1.0.1",
"@loopback/build": "^1.0.2",
"@loopback/testlab": "^1.0.2",
"@types/debug": "0.0.30",
"@types/node": "^10.11.2"
},
"dependencies": {
"@loopback/context": "^1.2.0",
"@loopback/core": "^1.1.1",
"@loopback/openapi-v3": "^1.1.3",
"@loopback/rest": "^1.4.0",
"@loopback/context": "^1.3.0",
"@loopback/core": "^1.1.2",
"@loopback/openapi-v3": "^1.1.4",
"@loopback/rest": "^1.5.0",
"chalk": "^2.3.2",
"debug": "^4.0.1"
}
Expand Down
8 changes: 8 additions & 0 deletions examples/rpc-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





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

**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.4",
"version": "1.0.5",
"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.2.0",
"@loopback/core": "^1.1.1",
"@loopback/context": "^1.3.0",
"@loopback/core": "^1.1.2",
"express": "^4.16.3",
"p-event": "^2.1.0"
},
"devDependencies": {
"@loopback/build": "^1.0.1",
"@loopback/testlab": "^1.0.1",
"@loopback/build": "^1.0.2",
"@loopback/testlab": "^1.0.2",
"@types/express": "^4.11.1",
"@types/node": "^10.11.2",
"@types/p-event": "^1.3.0"
Expand Down
8 changes: 8 additions & 0 deletions examples/soap-calculator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





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

**Note:** Version bump only for package @loopback/example-soap-calculator
Expand Down
22 changes: 11 additions & 11 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.2.2",
"version": "1.2.3",
"description": "Integrate a SOAP webservice with LoopBack 4",
"keywords": [
"loopback",
Expand Down Expand Up @@ -40,19 +40,19 @@
},
"license": "MIT",
"dependencies": {
"@loopback/boot": "^1.0.6",
"@loopback/context": "^1.2.0",
"@loopback/core": "^1.1.1",
"@loopback/openapi-v3": "^1.1.3",
"@loopback/repository": "^1.0.6",
"@loopback/rest": "^1.4.0",
"@loopback/rest-explorer": "^1.1.2",
"@loopback/service-proxy": "^1.0.3",
"@loopback/boot": "^1.0.7",
"@loopback/context": "^1.3.0",
"@loopback/core": "^1.1.2",
"@loopback/openapi-v3": "^1.1.4",
"@loopback/repository": "^1.1.0",
"@loopback/rest": "^1.5.0",
"@loopback/rest-explorer": "^1.1.3",
"@loopback/service-proxy": "^1.0.4",
"loopback-connector-soap": "^5.0.0"
},
"devDependencies": {
"@loopback/build": "^1.0.1",
"@loopback/testlab": "^1.0.1",
"@loopback/build": "^1.0.2",
"@loopback/testlab": "^1.0.2",
"@types/mocha": "^5.0.0",
"@types/node": "^10.11.2",
"mocha": "^5.1.1",
Expand Down
17 changes: 17 additions & 0 deletions examples/todo-list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **repository:** revert hasOne target FK as PK implementation ([fcc76df](https://github.com/strongloop/loopback-next/commit/fcc76df))


### Features

* scaffold DB migration script for new app projects ([f783f07](https://github.com/strongloop/loopback-next/commit/f783f07))
* **repository:** add belongsToUniquely sugar syntax method ([1b5b66a](https://github.com/strongloop/loopback-next/commit/1b5b66a))





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

**Note:** Version bump only for package @loopback/example-todo-list
Expand Down
26 changes: 13 additions & 13 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.2.2",
"version": "1.3.0",
"description": "Continuation of the todo example using relations in LoopBack 4.",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -35,21 +35,21 @@
},
"license": "MIT",
"dependencies": {
"@loopback/boot": "^1.0.6",
"@loopback/context": "^1.2.0",
"@loopback/core": "^1.1.1",
"@loopback/openapi-v3": "^1.1.3",
"@loopback/openapi-v3-types": "^1.0.1",
"@loopback/repository": "^1.0.6",
"@loopback/rest": "^1.4.0",
"@loopback/rest-explorer": "^1.1.2",
"@loopback/service-proxy": "^1.0.3",
"@loopback/boot": "^1.0.7",
"@loopback/context": "^1.3.0",
"@loopback/core": "^1.1.2",
"@loopback/openapi-v3": "^1.1.4",
"@loopback/openapi-v3-types": "^1.0.2",
"@loopback/repository": "^1.1.0",
"@loopback/rest": "^1.5.0",
"@loopback/rest-explorer": "^1.1.3",
"@loopback/service-proxy": "^1.0.4",
"loopback-connector-rest": "^3.1.1"
},
"devDependencies": {
"@loopback/build": "^1.0.1",
"@loopback/http-caching-proxy": "^1.0.1",
"@loopback/testlab": "^1.0.1",
"@loopback/build": "^1.0.2",
"@loopback/http-caching-proxy": "^1.0.2",
"@loopback/testlab": "^1.0.2",
"@types/lodash": "^4.14.109",
"@types/node": "^10.11.2",
"lodash": "^4.17.10"
Expand Down
12 changes: 12 additions & 0 deletions examples/todo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **repository:** migrateSchema APIs ([ad0229b](https://github.com/strongloop/loopback-next/commit/ad0229b))
* scaffold DB migration script for new app projects ([f783f07](https://github.com/strongloop/loopback-next/commit/f783f07))





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

**Note:** Version bump only for package @loopback/example-todo
Expand Down
26 changes: 13 additions & 13 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.2.2",
"version": "1.3.0",
"description": "Tutorial example on how to build an application with LoopBack 4.",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -35,21 +35,21 @@
},
"license": "MIT",
"dependencies": {
"@loopback/boot": "^1.0.6",
"@loopback/context": "^1.2.0",
"@loopback/core": "^1.1.1",
"@loopback/openapi-v3": "^1.1.3",
"@loopback/openapi-v3-types": "^1.0.1",
"@loopback/repository": "^1.0.6",
"@loopback/rest": "^1.4.0",
"@loopback/rest-explorer": "^1.1.2",
"@loopback/service-proxy": "^1.0.3",
"@loopback/boot": "^1.0.7",
"@loopback/context": "^1.3.0",
"@loopback/core": "^1.1.2",
"@loopback/openapi-v3": "^1.1.4",
"@loopback/openapi-v3-types": "^1.0.2",
"@loopback/repository": "^1.1.0",
"@loopback/rest": "^1.5.0",
"@loopback/rest-explorer": "^1.1.3",
"@loopback/service-proxy": "^1.0.4",
"loopback-connector-rest": "^3.1.1"
},
"devDependencies": {
"@loopback/build": "^1.0.1",
"@loopback/http-caching-proxy": "^1.0.1",
"@loopback/testlab": "^1.0.1",
"@loopback/build": "^1.0.2",
"@loopback/http-caching-proxy": "^1.0.2",
"@loopback/testlab": "^1.0.2",
"@types/lodash": "^4.14.109",
"@types/node": "^10.11.2",
"lodash": "^4.17.10"
Expand Down
Loading

0 comments on commit 1def521

Please sign in to comment.