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]
 - @loopback/[email protected]
 - @loopback/[email protected]
 - @loopback/[email protected]
  • Loading branch information
raymondfeng committed May 9, 2019
1 parent 293188d commit 3a1000d
Show file tree
Hide file tree
Showing 87 changed files with 484 additions and 235 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.2.3](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-05-09)

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





## [1.2.2](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-05-06)

**Note:** Version bump only for package @loopback/benchmark
Expand Down
2 changes: 1 addition & 1 deletion benchmark/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.2",
"version": "1.2.3",
"private": true,
"description": "Benchmarks measuring performance of our framework.",
"keywords": [
Expand Down Expand Up @@ -35,9 +35,9 @@
"!*/__tests__"
],
"dependencies": {
"@loopback/example-todo": "^1.5.9",
"@loopback/openapi-spec-builder": "^1.1.7",
"@loopback/rest": "^1.10.5",
"@loopback/example-todo": "^1.5.10",
"@loopback/openapi-spec-builder": "^1.1.8",
"@loopback/rest": "^1.11.0",
"@types/byline": "^4.2.31",
"@types/debug": "^4.1.0",
"@types/request-promise-native": "^1.0.15",
Expand All @@ -49,8 +49,8 @@
"request-promise-native": "^1.0.5"
},
"devDependencies": {
"@loopback/build": "^1.5.1",
"@loopback/testlab": "^1.2.6",
"@loopback/build": "^1.5.2",
"@loopback/testlab": "^1.2.7",
"@types/mocha": "^5.0.0",
"@types/node": "^10.11.2",
"mocha": "^6.1.3",
Expand Down
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.17.0](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-05-09)


### Features

* **context:** add support for method interceptors ([293188d](https://github.com/strongloop/loopback-next/commit/293188d))





## [1.16.1](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-05-06)


Expand Down
2 changes: 1 addition & 1 deletion docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.16.1",
"version": "1.17.0",
"description": "Documentation for LoopBack 4",
"homepage": "https://github.com/strongloop/loopback-next/tree/master/docs",
"author": "IBM Corp.",
Expand All @@ -20,7 +20,7 @@
"clean": "lb-clean loopback-docs*.tgz package api-docs site/readmes"
},
"devDependencies": {
"@loopback/build": "^1.5.1"
"@loopback/build": "^1.5.2"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions examples/express-composition/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.10](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-05-09)

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





## [1.2.9](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-05-06)

**Note:** Version bump only for package @loopback/example-express-composition
Expand Down
2 changes: 1 addition & 1 deletion examples/express-composition/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions examples/express-composition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/example-express-composition",
"version": "1.2.9",
"version": "1.2.10",
"description": "LoopBack 4 REST API on Express",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -43,20 +43,20 @@
"author": "IBM Corp.",
"license": "MIT",
"dependencies": {
"@loopback/boot": "^1.2.4",
"@loopback/context": "^1.12.1",
"@loopback/core": "^1.6.1",
"@loopback/openapi-v3": "^1.3.8",
"@loopback/repository": "^1.5.2",
"@loopback/rest": "^1.10.5",
"@loopback/rest-explorer": "^1.1.19",
"@loopback/service-proxy": "^1.1.7",
"@loopback/boot": "^1.2.5",
"@loopback/context": "^1.13.0",
"@loopback/core": "^1.6.2",
"@loopback/openapi-v3": "^1.3.9",
"@loopback/repository": "^1.5.3",
"@loopback/rest": "^1.11.0",
"@loopback/rest-explorer": "^1.1.20",
"@loopback/service-proxy": "^1.1.8",
"express": "^4.16.4",
"p-event": "^4.1.0"
},
"devDependencies": {
"@loopback/build": "^1.5.1",
"@loopback/testlab": "^1.2.6",
"@loopback/build": "^1.5.2",
"@loopback/testlab": "^1.2.7",
"@loopback/tslint-config": "^2.0.4",
"@types/express": "^4.16.1",
"@types/node": "^10.11.2",
Expand Down
8 changes: 8 additions & 0 deletions examples/greeter-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.2.2](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-05-09)

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





## [1.2.1](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-05-06)

**Note:** Version bump only for package @loopback/example-greeter-extension
Expand Down
2 changes: 1 addition & 1 deletion examples/greeter-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions examples/greeter-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/example-greeter-extension",
"version": "1.2.1",
"version": "1.2.2",
"description": "An example extension point/extensions for LoopBack 4",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -43,19 +43,19 @@
},
"homepage": "https://github.com/strongloop/loopback-next/tree/master/examples/greeter-extension",
"devDependencies": {
"@loopback/build": "^1.5.1",
"@loopback/testlab": "^1.2.6",
"@loopback/build": "^1.5.2",
"@loopback/testlab": "^1.2.7",
"@loopback/tslint-config": "^2.0.4",
"@types/debug": "4.1.4",
"@types/node": "^10.11.2",
"tslint": "^5.15.0",
"typescript": "^3.4.3"
},
"dependencies": {
"@loopback/context": "^1.12.1",
"@loopback/core": "^1.6.1",
"@loopback/openapi-v3": "^1.3.8",
"@loopback/rest": "^1.10.5",
"@loopback/context": "^1.13.0",
"@loopback/core": "^1.6.2",
"@loopback/openapi-v3": "^1.3.9",
"@loopback/rest": "^1.11.0",
"chalk": "^2.4.2",
"debug": "^4.0.1"
}
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.1.15](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-05-09)

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





## [1.1.14](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-05-06)

**Note:** Version bump only for package @loopback/example-hello-world
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.14",
"version": "1.1.15",
"description": "A simple hello-world Application using LoopBack 4",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -37,12 +37,12 @@
},
"license": "MIT",
"dependencies": {
"@loopback/core": "^1.6.1",
"@loopback/rest": "^1.10.5"
"@loopback/core": "^1.6.2",
"@loopback/rest": "^1.11.0"
},
"devDependencies": {
"@loopback/build": "^1.5.1",
"@loopback/testlab": "^1.2.6",
"@loopback/build": "^1.5.2",
"@loopback/testlab": "^1.2.7",
"@loopback/tslint-config": "^2.0.4",
"@types/node": "^10.11.2",
"tslint": "^5.15.0",
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.1.15](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-05-09)

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





## [1.1.14](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-05-06)

**Note:** Version bump only for package @loopback/example-log-extension
Expand Down
2 changes: 1 addition & 1 deletion examples/log-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.14",
"version": "1.1.15",
"description": "An example extension project for LoopBack 4",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -42,19 +42,19 @@
},
"homepage": "https://github.com/strongloop/loopback-next/tree/master/examples/log-extension",
"devDependencies": {
"@loopback/build": "^1.5.1",
"@loopback/testlab": "^1.2.6",
"@loopback/build": "^1.5.2",
"@loopback/testlab": "^1.2.7",
"@loopback/tslint-config": "^2.0.4",
"@types/debug": "^4.1.4",
"@types/node": "^10.11.2",
"tslint": "^5.15.0",
"typescript": "^3.4.3"
},
"dependencies": {
"@loopback/context": "^1.12.1",
"@loopback/core": "^1.6.1",
"@loopback/openapi-v3": "^1.3.8",
"@loopback/rest": "^1.10.5",
"@loopback/context": "^1.13.0",
"@loopback/core": "^1.6.2",
"@loopback/openapi-v3": "^1.3.9",
"@loopback/rest": "^1.11.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.1.14](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-05-09)

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





## [1.1.13](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-05-06)

**Note:** Version bump only for package @loopback/example-rpc-server
Expand Down
2 changes: 1 addition & 1 deletion examples/rpc-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.13",
"version": "1.1.14",
"description": "A basic RPC server using a made-up protocol.",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -38,14 +38,14 @@
"author": "IBM Corp.",
"license": "MIT",
"dependencies": {
"@loopback/context": "^1.12.1",
"@loopback/core": "^1.6.1",
"@loopback/context": "^1.13.0",
"@loopback/core": "^1.6.2",
"express": "^4.16.3",
"p-event": "^4.1.0"
},
"devDependencies": {
"@loopback/build": "^1.5.1",
"@loopback/testlab": "^1.2.6",
"@loopback/build": "^1.5.2",
"@loopback/testlab": "^1.2.7",
"@loopback/tslint-config": "^2.0.4",
"@types/express": "^4.11.1",
"@types/node": "^10.11.2",
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.4.10](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-05-09)

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





## [1.4.9](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2019-05-06)

**Note:** Version bump only for package @loopback/example-soap-calculator
Expand Down
2 changes: 1 addition & 1 deletion examples/soap-calculator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3a1000d

Please sign in to comment.