Skip to content

Commit

Permalink
chore: publish release
Browse files Browse the repository at this point in the history
 - @loopback/test-repository-mongodb@0.4.3
 - @loopback/test-repository-mysql@0.4.3
 - @loopback/benchmark@1.3.12
 - @loopback/docs@1.30.0
 - @loopback/example-context@1.2.12
 - @loopback/example-express-composition@1.5.5
 - @loopback/example-greeter-extension@1.3.12
 - @loopback/example-greeting-app@1.1.12
 - @loopback/example-hello-world@1.2.12
 - @loopback/example-lb3-application@1.1.12
 - @loopback/example-log-extension@1.2.12
 - @loopback/example-rpc-server@1.2.12
 - @loopback/example-soap-calculator@1.6.13
 - @loopback/example-todo-list@1.9.5
 - @loopback/example-todo@1.7.5
 - @loopback/extension-health@0.2.4
 - @loopback/authentication@2.2.0
 - @loopback/authorization@0.2.1
 - @loopback/boot@1.5.4
 - @loopback/booter-lb3app@1.2.12
 - @loopback/build@2.0.9
 - @loopback/cli@1.21.5
 - @loopback/context@1.22.0
 - @loopback/core@1.10.0
 - @loopback/eslint-config@4.0.2
 - @loopback/http-caching-proxy@1.1.11
 - @loopback/http-server@1.4.11
 - @loopback/metadata@1.3.0
 - @loopback/openapi-spec-builder@1.2.11
 - @loopback/openapi-v3@1.9.5
 - @loopback/repository-json-schema@1.9.6
 - @loopback/repository-tests@0.4.3
 - @loopback/repository@1.13.0
 - @loopback/rest-crud@0.1.0
 - @loopback/rest-explorer@1.3.5
 - @loopback/rest@1.18.0
 - @loopback/security@0.1.0
 - @loopback/service-proxy@1.3.4
 - @loopback/testlab@1.7.5
 - @loopback/tsdocs@1.2.9
  • Loading branch information
raymondfeng committed Sep 3, 2019
1 parent 5e9faa7 commit 2cc8fa9
Show file tree
Hide file tree
Showing 80 changed files with 681 additions and 301 deletions.
8 changes: 8 additions & 0 deletions acceptance/repository-mongodb/CHANGELOG.md
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.

## [0.4.3](https://github.com/strongloop/loopback-next/compare/@loopback/test-repository-mongodb@0.4.2...@loopback/test-repository-mongodb@0.4.3) (2019-09-03)

**Note:** Version bump only for package @loopback/test-repository-mongodb





## [0.4.2](https://github.com/strongloop/loopback-next/compare/@loopback/test-repository-mongodb@0.4.1...@loopback/test-repository-mongodb@0.4.2) (2019-08-19)

**Note:** Version bump only for package @loopback/test-repository-mongodb
Expand Down
8 changes: 4 additions & 4 deletions acceptance/repository-mongodb/package.json
@@ -1,6 +1,6 @@
{
"name": "@loopback/test-repository-mongodb",
"version": "0.4.2",
"version": "0.4.3",
"description": "",
"private": "true",
"engines": {
Expand All @@ -19,9 +19,9 @@
"license": "MIT",
"devDependencies": {
"@loopback/build": "^1.7.1",
"@loopback/eslint-config": "^4.0.1",
"@loopback/repository": "^1.12.0",
"@loopback/repository-tests": "^0.4.2",
"@loopback/eslint-config": "^4.0.2",
"@loopback/repository": "^1.13.0",
"@loopback/repository-tests": "^0.4.3",
"@types/node": "^10.14.17",
"loopback-connector-mongodb": "^5.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions acceptance/repository-mysql/CHANGELOG.md
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.

## [0.4.3](https://github.com/strongloop/loopback-next/compare/@loopback/test-repository-mysql@0.4.2...@loopback/test-repository-mysql@0.4.3) (2019-09-03)

**Note:** Version bump only for package @loopback/test-repository-mysql





## [0.4.2](https://github.com/strongloop/loopback-next/compare/@loopback/test-repository-mysql@0.4.1...@loopback/test-repository-mysql@0.4.2) (2019-08-19)

**Note:** Version bump only for package @loopback/test-repository-mysql
Expand Down
8 changes: 4 additions & 4 deletions acceptance/repository-mysql/package.json
@@ -1,6 +1,6 @@
{
"name": "@loopback/test-repository-mysql",
"version": "0.4.2",
"version": "0.4.3",
"description": "",
"private": "true",
"engines": {
Expand All @@ -19,9 +19,9 @@
"license": "MIT",
"devDependencies": {
"@loopback/build": "^1.7.1",
"@loopback/eslint-config": "^4.0.1",
"@loopback/repository": "^1.12.0",
"@loopback/repository-tests": "^0.4.2",
"@loopback/eslint-config": "^4.0.2",
"@loopback/repository": "^1.13.0",
"@loopback/repository-tests": "^0.4.3",
"@types/node": "^10.14.17",
"loopback-connector-mysql": "^5.4.2"
},
Expand Down
8 changes: 8 additions & 0 deletions benchmark/CHANGELOG.md
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.12](https://github.com/strongloop/loopback-next/compare/@loopback/benchmark@1.3.11...@loopback/benchmark@1.3.12) (2019-09-03)

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





## [1.3.11](https://github.com/strongloop/loopback-next/compare/@loopback/benchmark@1.3.10...@loopback/benchmark@1.3.11) (2019-08-19)

**Note:** Version bump only for package @loopback/benchmark
Expand Down
12 changes: 6 additions & 6 deletions benchmark/package.json
@@ -1,6 +1,6 @@
{
"name": "@loopback/benchmark",
"version": "1.3.11",
"version": "1.3.12",
"private": true,
"description": "Benchmarks measuring performance of our framework.",
"keywords": [
Expand Down Expand Up @@ -32,9 +32,9 @@
"!*/__tests__"
],
"dependencies": {
"@loopback/example-todo": "^1.7.4",
"@loopback/openapi-spec-builder": "^1.2.10",
"@loopback/rest": "^1.17.0",
"@loopback/example-todo": "^1.7.5",
"@loopback/openapi-spec-builder": "^1.2.11",
"@loopback/rest": "^1.18.0",
"@types/byline": "^4.2.31",
"@types/debug": "^4.1.5",
"@types/request-promise-native": "^1.0.16",
Expand All @@ -46,8 +46,8 @@
"request-promise-native": "^1.0.7"
},
"devDependencies": {
"@loopback/build": "^2.0.8",
"@loopback/testlab": "^1.7.4",
"@loopback/build": "^2.0.9",
"@loopback/testlab": "^1.7.5",
"@types/mocha": "^5.2.7",
"@types/node": "^10.14.17",
"mocha": "^6.2.0",
Expand Down
18 changes: 18 additions & 0 deletions docs/CHANGELOG.md
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.30.0](https://github.com/strongloop/loopback-next/compare/@loopback/docs@1.29.3...@loopback/docs@1.30.0) (2019-09-03)


### Bug Fixes

* **docs:** add contributing guide to LB4 docs ([d88e9e2](https://github.com/strongloop/loopback-next/commit/d88e9e2))
* **docs:** add diagrams to concepts ([5d90653](https://github.com/strongloop/loopback-next/commit/5d90653))


### Features

* **docs:** add diagrams for context/binding/component ([22fce21](https://github.com/strongloop/loopback-next/commit/22fce21))
* **rest-crud:** initial implementation ([4374160](https://github.com/strongloop/loopback-next/commit/4374160))





## [1.29.3](https://github.com/strongloop/loopback-next/compare/@loopback/docs@1.29.2...@loopback/docs@1.29.3) (2019-08-19)

**Note:** Version bump only for package @loopback/docs
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@loopback/docs",
"version": "1.29.3",
"version": "1.30.0",
"description": "Documentation for LoopBack 4",
"homepage": "https://github.com/strongloop/loopback-next/tree/master/docs",
"author": "IBM Corp.",
Expand All @@ -19,7 +19,7 @@
"clean": "lb-clean loopback-docs*.tgz package apidocs site/readmes site/apidocs"
},
"devDependencies": {
"@loopback/build": "^2.0.8"
"@loopback/build": "^2.0.9"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions examples/context/CHANGELOG.md
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.12](https://github.com/strongloop/loopback-next/compare/@loopback/example-context@1.2.11...@loopback/example-context@1.2.12) (2019-09-03)

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





## [1.2.11](https://github.com/strongloop/loopback-next/compare/@loopback/example-context@1.2.10...@loopback/example-context@1.2.11) (2019-08-19)

**Note:** Version bump only for package @loopback/example-context
Expand Down
10 changes: 5 additions & 5 deletions examples/context/package.json
@@ -1,6 +1,6 @@
{
"name": "@loopback/example-context",
"version": "1.2.11",
"version": "1.2.12",
"description": "Standalone examples for @loopback/context",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -37,12 +37,12 @@
},
"license": "MIT",
"dependencies": {
"@loopback/context": "^1.21.4"
"@loopback/context": "^1.22.0"
},
"devDependencies": {
"@loopback/build": "^2.0.8",
"@loopback/eslint-config": "^4.0.1",
"@loopback/testlab": "^1.7.4",
"@loopback/build": "^2.0.9",
"@loopback/eslint-config": "^4.0.2",
"@loopback/testlab": "^1.7.5",
"@types/node": "^10.14.17",
"@typescript-eslint/eslint-plugin": "^2.1.0",
"@typescript-eslint/parser": "^2.1.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/express-composition/CHANGELOG.md
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.5.5](https://github.com/strongloop/loopback-next/compare/@loopback/example-express-composition@1.5.4...@loopback/example-express-composition@1.5.5) (2019-09-03)

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





## [1.5.4](https://github.com/strongloop/loopback-next/compare/@loopback/example-express-composition@1.5.3...@loopback/example-express-composition@1.5.4) (2019-08-19)

**Note:** Version bump only for package @loopback/example-express-composition
Expand Down
24 changes: 12 additions & 12 deletions examples/express-composition/package.json
@@ -1,6 +1,6 @@
{
"name": "@loopback/example-express-composition",
"version": "1.5.4",
"version": "1.5.5",
"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.5.3",
"@loopback/context": "^1.21.4",
"@loopback/core": "^1.9.3",
"@loopback/openapi-v3": "^1.9.4",
"@loopback/repository": "^1.12.0",
"@loopback/rest": "^1.17.0",
"@loopback/rest-explorer": "^1.3.4",
"@loopback/service-proxy": "^1.3.3",
"@loopback/boot": "^1.5.4",
"@loopback/context": "^1.22.0",
"@loopback/core": "^1.10.0",
"@loopback/openapi-v3": "^1.9.5",
"@loopback/repository": "^1.13.0",
"@loopback/rest": "^1.18.0",
"@loopback/rest-explorer": "^1.3.5",
"@loopback/service-proxy": "^1.3.4",
"express": "^4.17.1",
"p-event": "^4.1.0"
},
"devDependencies": {
"@loopback/build": "^2.0.8",
"@loopback/eslint-config": "^4.0.1",
"@loopback/testlab": "^1.7.4",
"@loopback/build": "^2.0.9",
"@loopback/eslint-config": "^4.0.2",
"@loopback/testlab": "^1.7.5",
"@types/express": "^4.17.1",
"@types/node": "^10.14.17",
"@typescript-eslint/eslint-plugin": "^2.1.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/greeter-extension/CHANGELOG.md
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.12](https://github.com/strongloop/loopback-next/compare/@loopback/example-greeter-extension@1.3.11...@loopback/example-greeter-extension@1.3.12) (2019-09-03)

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





## [1.3.11](https://github.com/strongloop/loopback-next/compare/@loopback/example-greeter-extension@1.3.10...@loopback/example-greeter-extension@1.3.11) (2019-08-19)

**Note:** Version bump only for package @loopback/example-greeter-extension
Expand Down
14 changes: 7 additions & 7 deletions examples/greeter-extension/package.json
@@ -1,6 +1,6 @@
{
"name": "@loopback/example-greeter-extension",
"version": "1.3.11",
"version": "1.3.12",
"description": "An example extension point/extensions for LoopBack 4",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -42,9 +42,9 @@
},
"homepage": "https://github.com/strongloop/loopback-next/tree/master/examples/greeter-extension",
"devDependencies": {
"@loopback/build": "^2.0.8",
"@loopback/eslint-config": "^4.0.1",
"@loopback/testlab": "^1.7.4",
"@loopback/build": "^2.0.9",
"@loopback/eslint-config": "^4.0.2",
"@loopback/testlab": "^1.7.5",
"@types/debug": "4.1.5",
"@types/node": "^10.14.17",
"@typescript-eslint/eslint-plugin": "^2.1.0",
Expand All @@ -56,9 +56,9 @@
"typescript": "~3.6.2"
},
"dependencies": {
"@loopback/context": "^1.21.4",
"@loopback/core": "^1.9.3",
"@loopback/openapi-v3": "^1.9.4",
"@loopback/context": "^1.22.0",
"@loopback/core": "^1.10.0",
"@loopback/openapi-v3": "^1.9.5",
"chalk": "^2.4.2",
"debug": "^4.1.1"
}
Expand Down
8 changes: 8 additions & 0 deletions examples/greeting-app/CHANGELOG.md
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.12](https://github.com/strongloop/loopback-next/compare/@loopback/example-greeting-app@1.1.11...@loopback/example-greeting-app@1.1.12) (2019-09-03)

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





## [1.1.11](https://github.com/strongloop/loopback-next/compare/@loopback/example-greeting-app@1.1.10...@loopback/example-greeting-app@1.1.11) (2019-08-19)

**Note:** Version bump only for package @loopback/example-greeting-app
Expand Down
20 changes: 10 additions & 10 deletions examples/greeting-app/package.json
@@ -1,6 +1,6 @@
{
"name": "@loopback/example-greeting-app",
"version": "1.1.11",
"version": "1.1.12",
"description": "An example greeting application for LoopBack 4",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -42,9 +42,9 @@
},
"homepage": "https://github.com/strongloop/loopback-next/tree/master/examples/greeter-extension",
"devDependencies": {
"@loopback/build": "^2.0.8",
"@loopback/eslint-config": "^4.0.1",
"@loopback/testlab": "^1.7.4",
"@loopback/build": "^2.0.9",
"@loopback/eslint-config": "^4.0.2",
"@loopback/testlab": "^1.7.5",
"@types/debug": "4.1.5",
"@types/node": "^10.14.17",
"@typescript-eslint/eslint-plugin": "^2.1.0",
Expand All @@ -56,12 +56,12 @@
"typescript": "~3.6.2"
},
"dependencies": {
"@loopback/boot": "^1.5.3",
"@loopback/context": "^1.21.4",
"@loopback/core": "^1.9.3",
"@loopback/example-greeter-extension": "^1.3.11",
"@loopback/openapi-v3": "^1.9.4",
"@loopback/rest": "^1.17.0",
"@loopback/boot": "^1.5.4",
"@loopback/context": "^1.22.0",
"@loopback/core": "^1.10.0",
"@loopback/example-greeter-extension": "^1.3.12",
"@loopback/openapi-v3": "^1.9.5",
"@loopback/rest": "^1.18.0",
"chalk": "^2.4.2",
"debug": "^4.1.1"
}
Expand Down
8 changes: 8 additions & 0 deletions examples/hello-world/CHANGELOG.md
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.12](https://github.com/strongloop/loopback-next/compare/@loopback/example-hello-world@1.2.11...@loopback/example-hello-world@1.2.12) (2019-09-03)

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





## [1.2.11](https://github.com/strongloop/loopback-next/compare/@loopback/example-hello-world@1.2.10...@loopback/example-hello-world@1.2.11) (2019-08-19)

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

0 comments on commit 2cc8fa9

Please sign in to comment.