Skip to content

Commit

Permalink
chore: publish release
Browse files Browse the repository at this point in the history
 - @loopback/benchmark@1.3.1
 - @loopback/docs@1.22.0
 - @loopback/example-context@1.2.1
 - @loopback/example-express-composition@1.4.1
 - @loopback/example-greeter-extension@1.3.1
 - @loopback/example-greeting-app@1.1.1
 - @loopback/example-hello-world@1.2.1
 - @loopback/example-lb3-application@1.1.1
 - @loopback/example-log-extension@1.2.1
 - @loopback/example-rpc-server@1.2.1
 - @loopback/example-soap-calculator@1.6.1
 - @loopback/example-todo-list@1.7.1
 - @loopback/example-todo@1.6.1
 - @loopback/authentication@2.1.1
 - @loopback/boot@1.4.0
 - @loopback/booter-lb3app@1.2.1
 - @loopback/build@1.7.1
 - @loopback/cli@1.16.0
 - @loopback/context@1.19.0
 - @loopback/core@1.8.1
 - @loopback/eslint-config@1.1.1
 - @loopback/http-caching-proxy@1.1.1
 - @loopback/http-server@1.4.0
 - @loopback/metadata@1.2.1
 - @loopback/openapi-spec-builder@1.2.1
 - @loopback/openapi-v3-types@1.1.1
 - @loopback/openapi-v3@1.6.1
 - @loopback/repository-json-schema@1.6.1
 - @loopback/repository@1.6.1
 - @loopback/rest-explorer@1.2.1
 - @loopback/rest@1.15.0
 - @loopback/service-proxy@1.2.1
 - @loopback/testlab@1.5.0
 - @loopback/tsdocs@1.1.1
  • Loading branch information
raymondfeng committed Jun 6, 2019
1 parent b291416 commit 84f2a09
Show file tree
Hide file tree
Showing 101 changed files with 596 additions and 299 deletions.
11 changes: 11 additions & 0 deletions benchmark/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.3.1](https://github.com/strongloop/loopback-next/compare/@loopback/benchmark@1.3.0...@loopback/benchmark@1.3.1) (2019-06-06)


### Bug Fixes

* **benchmark:** fix the tests to pass ([d2cbd1d](https://github.com/strongloop/loopback-next/commit/d2cbd1d))





# [1.3.0](https://github.com/strongloop/loopback-next/compare/@loopback/benchmark@1.2.8...@loopback/benchmark@1.3.0) (2019-06-03)


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.3.0",
"version": "1.3.1",
"private": true,
"description": "Benchmarks measuring performance of our framework.",
"keywords": [
Expand Down Expand Up @@ -35,9 +35,9 @@
"!*/__tests__"
],
"dependencies": {
"@loopback/example-todo": "^1.6.0",
"@loopback/openapi-spec-builder": "^1.2.0",
"@loopback/rest": "^1.14.0",
"@loopback/example-todo": "^1.6.1",
"@loopback/openapi-spec-builder": "^1.2.1",
"@loopback/rest": "^1.15.0",
"@types/byline": "^4.2.31",
"@types/debug": "^4.1.4",
"@types/request-promise-native": "^1.0.16",
Expand All @@ -49,8 +49,8 @@
"request-promise-native": "^1.0.5"
},
"devDependencies": {
"@loopback/build": "^1.7.0",
"@loopback/testlab": "^1.4.0",
"@loopback/build": "^1.7.1",
"@loopback/testlab": "^1.5.0",
"@types/mocha": "^5.2.7",
"@types/node": "^10.11.2",
"mocha": "^6.1.4",
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.22.0](https://github.com/strongloop/loopback-next/compare/@loopback/docs@1.21.1...@loopback/docs@1.22.0) (2019-06-06)


### Features

* **cli:** add lb4 interceptor command to generate interceptors ([58017b6](https://github.com/strongloop/loopback-next/commit/58017b6))





## [1.21.1](https://github.com/strongloop/loopback-next/compare/@loopback/docs@1.21.0...@loopback/docs@1.21.1) (2019-06-03)

**Note:** Version bump only for package @loopback/docs
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.21.1",
"version": "1.22.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 apidocs site/readmes site/apidocs"
},
"devDependencies": {
"@loopback/build": "^1.7.0"
"@loopback/build": "^1.7.1"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions examples/context/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.1](https://github.com/strongloop/loopback-next/compare/@loopback/example-context@1.2.0...@loopback/example-context@1.2.1) (2019-06-06)

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





# [1.2.0](https://github.com/strongloop/loopback-next/compare/@loopback/example-context@1.1.0...@loopback/example-context@1.2.0) (2019-06-03)


Expand Down
2 changes: 1 addition & 1 deletion examples/context/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/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/example-context",
"version": "1.2.0",
"version": "1.2.1",
"description": "Standalone examples for @loopback/context",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -37,12 +37,12 @@
},
"license": "MIT",
"dependencies": {
"@loopback/context": "^1.18.0"
"@loopback/context": "^1.19.0"
},
"devDependencies": {
"@loopback/build": "^1.7.0",
"@loopback/eslint-config": "^1.1.0",
"@loopback/testlab": "^1.4.0",
"@loopback/build": "^1.7.1",
"@loopback/eslint-config": "^1.1.1",
"@loopback/testlab": "^1.5.0",
"@types/node": "^10.11.2",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
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.4.1](https://github.com/strongloop/loopback-next/compare/@loopback/example-express-composition@1.4.0...@loopback/example-express-composition@1.4.1) (2019-06-06)

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





# [1.4.0](https://github.com/strongloop/loopback-next/compare/@loopback/example-express-composition@1.3.3...@loopback/example-express-composition@1.4.0) (2019-06-03)


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.

24 changes: 12 additions & 12 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.4.0",
"version": "1.4.1",
"description": "LoopBack 4 REST API on Express",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -43,21 +43,21 @@
"author": "IBM Corp.",
"license": "MIT",
"dependencies": {
"@loopback/boot": "^1.3.0",
"@loopback/context": "^1.18.0",
"@loopback/core": "^1.8.0",
"@loopback/openapi-v3": "^1.6.0",
"@loopback/repository": "^1.6.0",
"@loopback/rest": "^1.14.0",
"@loopback/rest-explorer": "^1.2.0",
"@loopback/service-proxy": "^1.2.0",
"@loopback/boot": "^1.4.0",
"@loopback/context": "^1.19.0",
"@loopback/core": "^1.8.1",
"@loopback/openapi-v3": "^1.6.1",
"@loopback/repository": "^1.6.1",
"@loopback/rest": "^1.15.0",
"@loopback/rest-explorer": "^1.2.1",
"@loopback/service-proxy": "^1.2.1",
"express": "^4.17.0",
"p-event": "^4.1.0"
},
"devDependencies": {
"@loopback/build": "^1.7.0",
"@loopback/eslint-config": "^1.1.0",
"@loopback/testlab": "^1.4.0",
"@loopback/build": "^1.7.1",
"@loopback/eslint-config": "^1.1.1",
"@loopback/testlab": "^1.5.0",
"@types/express": "^4.16.1",
"@types/node": "^10.11.2",
"@typescript-eslint/eslint-plugin": "^1.9.0",
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.3.1](https://github.com/strongloop/loopback-next/compare/@loopback/example-greeter-extension@1.3.0...@loopback/example-greeter-extension@1.3.1) (2019-06-06)

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





# [1.3.0](https://github.com/strongloop/loopback-next/compare/@loopback/example-greeter-extension@1.2.7...@loopback/example-greeter-extension@1.3.0) (2019-06-03)


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.3.0",
"version": "1.3.1",
"description": "An example extension point/extensions for LoopBack 4",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -43,9 +43,9 @@
},
"homepage": "https://github.com/strongloop/loopback-next/tree/master/examples/greeter-extension",
"devDependencies": {
"@loopback/build": "^1.7.0",
"@loopback/eslint-config": "^1.1.0",
"@loopback/testlab": "^1.4.0",
"@loopback/build": "^1.7.1",
"@loopback/eslint-config": "^1.1.1",
"@loopback/testlab": "^1.5.0",
"@types/debug": "4.1.4",
"@types/node": "^10.11.2",
"@typescript-eslint/eslint-plugin": "^1.9.0",
Expand All @@ -57,9 +57,9 @@
"typescript": "~3.5.1"
},
"dependencies": {
"@loopback/context": "^1.18.0",
"@loopback/core": "^1.8.0",
"@loopback/openapi-v3": "^1.6.0",
"@loopback/context": "^1.19.0",
"@loopback/core": "^1.8.1",
"@loopback/openapi-v3": "^1.6.1",
"chalk": "^2.4.2",
"debug": "^4.0.1"
}
Expand Down
8 changes: 8 additions & 0 deletions examples/greeting-app/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.1](https://github.com/strongloop/loopback-next/compare/@loopback/example-greeting-app@1.1.0...@loopback/example-greeting-app@1.1.1) (2019-06-06)

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





# [1.1.0](https://github.com/strongloop/loopback-next/compare/@loopback/example-greeting-app@1.0.0-3...@loopback/example-greeting-app@1.1.0) (2019-06-03)


Expand Down
2 changes: 1 addition & 1 deletion examples/greeting-app/package-lock.json

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

20 changes: 10 additions & 10 deletions examples/greeting-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/example-greeting-app",
"version": "1.1.0",
"version": "1.1.1",
"description": "An example greeting application for LoopBack 4",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -43,9 +43,9 @@
},
"homepage": "https://github.com/strongloop/loopback-next/tree/master/examples/greeter-extension",
"devDependencies": {
"@loopback/build": "^1.7.0",
"@loopback/eslint-config": "^1.1.0",
"@loopback/testlab": "^1.4.0",
"@loopback/build": "^1.7.1",
"@loopback/eslint-config": "^1.1.1",
"@loopback/testlab": "^1.5.0",
"@types/debug": "4.1.4",
"@types/node": "^10.11.2",
"@typescript-eslint/eslint-plugin": "^1.9.0",
Expand All @@ -57,12 +57,12 @@
"typescript": "~3.5.1"
},
"dependencies": {
"@loopback/boot": "^1.3.0",
"@loopback/context": "^1.18.0",
"@loopback/core": "^1.8.0",
"@loopback/example-greeter-extension": "^1.3.0",
"@loopback/openapi-v3": "^1.6.0",
"@loopback/rest": "^1.14.0",
"@loopback/boot": "^1.4.0",
"@loopback/context": "^1.19.0",
"@loopback/core": "^1.8.1",
"@loopback/example-greeter-extension": "^1.3.1",
"@loopback/openapi-v3": "^1.6.1",
"@loopback/rest": "^1.15.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.2.1](https://github.com/strongloop/loopback-next/compare/@loopback/example-hello-world@1.2.0...@loopback/example-hello-world@1.2.1) (2019-06-06)

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





# [1.2.0](https://github.com/strongloop/loopback-next/compare/@loopback/example-hello-world@1.1.20...@loopback/example-hello-world@1.2.0) (2019-06-03)


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.

12 changes: 6 additions & 6 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.2.0",
"version": "1.2.1",
"description": "A simple hello-world Application using LoopBack 4",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -37,13 +37,13 @@
},
"license": "MIT",
"dependencies": {
"@loopback/core": "^1.8.0",
"@loopback/rest": "^1.14.0"
"@loopback/core": "^1.8.1",
"@loopback/rest": "^1.15.0"
},
"devDependencies": {
"@loopback/build": "^1.7.0",
"@loopback/eslint-config": "^1.1.0",
"@loopback/testlab": "^1.4.0",
"@loopback/build": "^1.7.1",
"@loopback/eslint-config": "^1.1.1",
"@loopback/testlab": "^1.5.0",
"@types/node": "^10.11.2",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/lb3-application/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.1](https://github.com/strongloop/loopback-next/compare/@loopback/example-lb3-application@1.1.0...@loopback/example-lb3-application@1.1.1) (2019-06-06)

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





# [1.1.0](https://github.com/strongloop/loopback-next/compare/@loopback/example-lb3-application@1.0.3...@loopback/example-lb3-application@1.1.0) (2019-06-03)


Expand Down
Loading

0 comments on commit 84f2a09

Please sign in to comment.