Skip to content

Commit

Permalink
chore: publish release
Browse files Browse the repository at this point in the history
 - @loopback/test-extension-logging-fluentd@0.3.7
 - @loopback/test-repository-cloudant@2.2.3
 - @loopback/test-repository-mongodb@0.7.7
 - @loopback/test-repository-mysql@0.7.7
 - @loopback/test-repository-postgresql@2.1.7
 - @loopback/benchmark@2.1.3
 - @loopback/docs@3.9.0
 - @loopback/example-access-control-migration@2.0.0
 - @loopback/example-context@2.1.3
 - @loopback/example-express-composition@2.2.3
 - @loopback/example-file-transfer@1.3.3
 - @loopback/example-greeter-extension@2.1.3
 - @loopback/example-greeting-app@2.2.1
 - @loopback/example-hello-world@2.1.3
 - @loopback/example-lb3-application@2.2.1
 - @loopback/example-log-extension@2.1.3
 - @loopback/example-metrics-prometheus@0.3.3
 - @loopback/example-multi-tenancy@0.4.1
 - @loopback/example-passport-login@1.4.3
 - @loopback/example-rest-crud@1.4.1
 - @loopback/example-rpc-server@2.1.3
 - @loopback/example-soap-calculator@2.2.3
 - @loopback/example-todo-jwt@1.1.1
 - @loopback/example-todo-list@3.3.1
 - @loopback/example-todo@3.5.1
 - @loopback/example-validation-app@1.5.1
 - @loopback/apiconnect@0.3.5
 - @loopback/authentication-jwt@0.4.1
 - @loopback/authentication-passport@2.1.7
 - @loopback/context-explorer@0.1.7
 - @loopback/cron@0.2.7
 - @loopback/extension-health@0.4.7
 - @loopback/extension-logging@0.3.7
 - @loopback/extension-metrics@0.3.7
 - @loopback/mock-oauth2-provider@0.1.1
 - @loopback/authentication@4.2.7
 - @loopback/authorization@0.6.0
 - @loopback/boot@2.3.3
 - @loopback/booter-lb3app@2.2.3
 - @loopback/build@5.4.3
 - @loopback/cli@2.9.0
 - @loopback/context@3.9.0
 - @loopback/core@2.8.0
 - @loopback/eslint-config@8.0.1
 - @loopback/express@1.2.3
 - @loopback/http-caching-proxy@2.1.7
 - @loopback/http-server@2.1.7
 - @loopback/metadata@2.2.0
 - @loopback/model-api-builder@2.1.7
 - @loopback/openapi-spec-builder@2.1.7
 - @loopback/openapi-v3@3.4.3
 - @loopback/repository-json-schema@2.4.4
 - @loopback/repository-tests@0.12.7
 - @loopback/repository@2.7.0
 - @loopback/rest-crud@0.8.7
 - @loopback/rest-explorer@2.2.4
 - @loopback/rest@5.1.1
 - @loopback/security@0.2.12
 - @loopback/service-proxy@2.3.2
 - @loopback/testlab@3.1.7
 - @loopback/tsdocs@2.2.2
 - @loopback/sandbox-example@2.0.3
  • Loading branch information
raymondfeng committed Jun 11, 2020
1 parent 51d1759 commit f31b7e6
Show file tree
Hide file tree
Showing 185 changed files with 1,126 additions and 554 deletions.
8 changes: 8 additions & 0 deletions acceptance/extension-logging-fluentd/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.

## [0.3.7](https://github.com/strongloop/loopback-next/compare/@loopback/test-extension-logging-fluentd@0.3.6...@loopback/test-extension-logging-fluentd@0.3.7) (2020-06-11)

**Note:** Version bump only for package @loopback/test-extension-logging-fluentd





## [0.3.6](https://github.com/strongloop/loopback-next/compare/@loopback/test-extension-logging-fluentd@0.3.5...@loopback/test-extension-logging-fluentd@0.3.6) (2020-05-28)

**Note:** Version bump only for package @loopback/test-extension-logging-fluentd
Expand Down
2 changes: 1 addition & 1 deletion acceptance/extension-logging-fluentd/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 acceptance/extension-logging-fluentd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/test-extension-logging-fluentd",
"version": "0.3.6",
"version": "0.3.7",
"description": "Acceptance test for `@loopback/extension-logging` with fluentd",
"private": true,
"main": "dist/index.js",
Expand All @@ -21,10 +21,10 @@
"license": "MIT",
"devDependencies": {
"@loopback/build": "^2.0.16",
"@loopback/core": "^2.7.1",
"@loopback/eslint-config": "^8.0.0",
"@loopback/extension-logging": "^0.3.6",
"@loopback/testlab": "^3.1.6",
"@loopback/core": "^2.8.0",
"@loopback/eslint-config": "^8.0.1",
"@loopback/extension-logging": "^0.3.7",
"@loopback/testlab": "^3.1.7",
"@types/node": "^10.17.26",
"testcontainers": "^2.12.0",
"tslib": "^2.0.0"
Expand Down
8 changes: 8 additions & 0 deletions acceptance/repository-cloudant/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.

## [2.2.3](https://github.com/strongloop/loopback-next/compare/@loopback/test-repository-cloudant@2.2.2...@loopback/test-repository-cloudant@2.2.3) (2020-06-11)

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





## [2.2.2](https://github.com/strongloop/loopback-next/compare/@loopback/test-repository-cloudant@2.2.1...@loopback/test-repository-cloudant@2.2.2) (2020-05-28)

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

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

8 changes: 4 additions & 4 deletions acceptance/repository-cloudant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/test-repository-cloudant",
"version": "2.2.2",
"version": "2.2.3",
"description": "Acceptance tests for `@loopback/repository` + `loopback-connector-cloudant`",
"private": true,
"main": "dist/index.js",
Expand All @@ -22,9 +22,9 @@
"license": "MIT",
"devDependencies": {
"@loopback/build": "^1.7.1",
"@loopback/eslint-config": "^8.0.0",
"@loopback/repository": "^2.6.0",
"@loopback/repository-tests": "^0.12.6",
"@loopback/eslint-config": "^8.0.1",
"@loopback/repository": "^2.7.0",
"@loopback/repository-tests": "^0.12.7",
"@types/node": "^10.17.26",
"async": "^3.2.0",
"chalk": "^4.1.0",
Expand Down
8 changes: 8 additions & 0 deletions acceptance/repository-mongodb/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.

## [0.7.7](https://github.com/strongloop/loopback-next/compare/@loopback/test-repository-mongodb@0.7.6...@loopback/test-repository-mongodb@0.7.7) (2020-06-11)

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





## [0.7.6](https://github.com/strongloop/loopback-next/compare/@loopback/test-repository-mongodb@0.7.5...@loopback/test-repository-mongodb@0.7.6) (2020-05-28)

**Note:** Version bump only for package @loopback/test-repository-mongodb
Expand Down
2 changes: 1 addition & 1 deletion acceptance/repository-mongodb/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 acceptance/repository-mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/test-repository-mongodb",
"version": "0.7.6",
"version": "0.7.7",
"description": "Acceptance tests for `@loopback/repository` + `loopback-connector-mongodb`",
"private": true,
"main": "dist/index.js",
Expand All @@ -20,10 +20,10 @@
"copyright.owner": "IBM Corp.",
"license": "MIT",
"devDependencies": {
"@loopback/build": "^5.4.2",
"@loopback/eslint-config": "^8.0.0",
"@loopback/repository": "^2.6.0",
"@loopback/repository-tests": "^0.12.6",
"@loopback/build": "^5.4.3",
"@loopback/eslint-config": "^8.0.1",
"@loopback/repository": "^2.7.0",
"@loopback/repository-tests": "^0.12.7",
"@types/node": "^10.17.26",
"loopback-connector-mongodb": "^5.2.3",
"tslib": "^2.0.0"
Expand Down
8 changes: 8 additions & 0 deletions acceptance/repository-mysql/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.

## [0.7.7](https://github.com/strongloop/loopback-next/compare/@loopback/test-repository-mysql@0.7.6...@loopback/test-repository-mysql@0.7.7) (2020-06-11)

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





## [0.7.6](https://github.com/strongloop/loopback-next/compare/@loopback/test-repository-mysql@0.7.5...@loopback/test-repository-mysql@0.7.6) (2020-05-28)

**Note:** Version bump only for package @loopback/test-repository-mysql
Expand Down
2 changes: 1 addition & 1 deletion acceptance/repository-mysql/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 acceptance/repository-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/test-repository-mysql",
"version": "0.7.6",
"version": "0.7.7",
"description": "Acceptance tests for `@loopback/repository` + `loopback-connector-mysql`",
"private": true,
"main": "dist/index.js",
Expand All @@ -20,10 +20,10 @@
"copyright.owner": "IBM Corp.",
"license": "MIT",
"devDependencies": {
"@loopback/build": "^5.4.2",
"@loopback/eslint-config": "^8.0.0",
"@loopback/repository": "^2.6.0",
"@loopback/repository-tests": "^0.12.6",
"@loopback/build": "^5.4.3",
"@loopback/eslint-config": "^8.0.1",
"@loopback/repository": "^2.7.0",
"@loopback/repository-tests": "^0.12.7",
"@types/node": "^10.17.26",
"loopback-connector-mysql": "^5.4.3",
"tslib": "^2.0.0"
Expand Down
8 changes: 8 additions & 0 deletions acceptance/repository-postgresql/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.

## [2.1.7](https://github.com/strongloop/loopback-next/compare/@loopback/test-repository-postgresql@2.1.6...@loopback/test-repository-postgresql@2.1.7) (2020-06-11)

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





## [2.1.6](https://github.com/strongloop/loopback-next/compare/@loopback/test-repository-postgresql@2.1.5...@loopback/test-repository-postgresql@2.1.6) (2020-05-28)

**Note:** Version bump only for package @loopback/test-repository-postgresql
Expand Down
2 changes: 1 addition & 1 deletion acceptance/repository-postgresql/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 acceptance/repository-postgresql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/test-repository-postgresql",
"version": "2.1.6",
"version": "2.1.7",
"description": "Acceptance tests for `@loopback/repository` + `loopback-connector-postgresql`",
"private": true,
"main": "dist/index.js",
Expand All @@ -20,10 +20,10 @@
"copyright.owner": "IBM Corp.",
"license": "MIT",
"devDependencies": {
"@loopback/build": "^5.4.2",
"@loopback/eslint-config": "^8.0.0",
"@loopback/repository": "^2.6.0",
"@loopback/repository-tests": "^0.12.6",
"@loopback/build": "^5.4.3",
"@loopback/eslint-config": "^8.0.1",
"@loopback/repository": "^2.7.0",
"@loopback/repository-tests": "^0.12.7",
"@types/node": "^10.17.26",
"loopback-connector-postgresql": "^5.0.1",
"tslib": "^2.0.0"
Expand Down
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.

## [2.1.3](https://github.com/strongloop/loopback-next/compare/@loopback/benchmark@2.1.2...@loopback/benchmark@2.1.3) (2020-06-11)

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





## [2.1.2](https://github.com/strongloop/loopback-next/compare/@loopback/benchmark@2.1.1...@loopback/benchmark@2.1.2) (2020-05-28)

**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.

14 changes: 7 additions & 7 deletions benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/benchmark",
"version": "2.1.2",
"version": "2.1.3",
"description": "Benchmarks measuring performance of our framework.",
"private": true,
"main": "dist/index.js",
Expand Down Expand Up @@ -33,10 +33,10 @@
"!*/__tests__"
],
"dependencies": {
"@loopback/core": "^2.7.1",
"@loopback/example-todo": "^3.5.0",
"@loopback/openapi-spec-builder": "^2.1.6",
"@loopback/rest": "^5.1.0",
"@loopback/core": "^2.8.0",
"@loopback/example-todo": "^3.5.1",
"@loopback/openapi-spec-builder": "^2.1.7",
"@loopback/rest": "^5.1.1",
"@types/byline": "^4.2.32",
"@types/debug": "^4.1.5",
"@types/request-promise-native": "^1.0.17",
Expand All @@ -49,8 +49,8 @@
"tslib": "^2.0.0"
},
"devDependencies": {
"@loopback/build": "^5.4.2",
"@loopback/testlab": "^3.1.6",
"@loopback/build": "^5.4.3",
"@loopback/testlab": "^3.1.7",
"@types/autocannon": "^4.1.0",
"@types/benchmark": "^1.0.33",
"@types/mocha": "^7.0.2",
Expand Down
25 changes: 25 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.9.0](https://github.com/strongloop/loopback-next/compare/@loopback/docs@3.8.2...@loopback/docs@3.9.0) (2020-06-11)


### Bug Fixes

* **docs:** add more keywords in docs frontmatter ([6df1d73](https://github.com/strongloop/loopback-next/commit/6df1d732665e14cb0cb31d1b75711a71eaaa8cb0))
* **docs:** apply feedback ([ecc8771](https://github.com/strongloop/loopback-next/commit/ecc877145c96d5e1960a0aa96a7678ed92ec7744))
* **docs:** fix listing error ([cf38dca](https://github.com/strongloop/loopback-next/commit/cf38dca9a06ef1f3447930468bd852dc377e6ff8))
* **docs:** improve keywords in frontmatter ([8852827](https://github.com/strongloop/loopback-next/commit/8852827639c7edc694741cfc3bd1535333d59a05))
* **example-todo:** add imports ([be64c48](https://github.com/strongloop/loopback-next/commit/be64c484d4c6cb2e66c4bff9a364c018868a46a3))
* apply feedback from Miroslav ([f080942](https://github.com/strongloop/loopback-next/commit/f08094211027bd89798d1f616c1740650501b3c0))
* jwt auth tutorial ([c30086c](https://github.com/strongloop/loopback-next/commit/c30086c17ce7bc42fcb0735e1951bb3b787fffdf))


### Features

* **cli:** allow custom copyright/license lines ([f4ef6b6](https://github.com/strongloop/loopback-next/commit/f4ef6b64305812922a1a61ba837111e5c8509fdc))
* **context:** use a faster UID generator ([e5e3d19](https://github.com/strongloop/loopback-next/commit/e5e3d193a182b364a0877dd223be7a0d936a91cd))
* **docs:** add Q3 roadmap ([584a880](https://github.com/strongloop/loopback-next/commit/584a8801405b65f0107f6cbaaabd473bc7c8af9e))
* **docs:** adds requestBody.array() docs ([06b4b84](https://github.com/strongloop/loopback-next/commit/06b4b8437ac2cb1e10169a192c522665e08d4a9d)), closes [#5601](https://github.com/strongloop/loopback-next/issues/5601)





## [3.8.2](https://github.com/strongloop/loopback-next/compare/@loopback/docs@3.8.1...@loopback/docs@3.8.2) (2020-05-28)


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": "3.8.2",
"version": "3.9.0",
"description": "Documentation files rendered at [https://loopback.io](https://loopback.io)",
"homepage": "https://github.com/strongloop/loopback-next/tree/master/docs",
"author": "IBM Corp.",
Expand All @@ -27,7 +27,7 @@
"clean": "lb-clean loopback-docs*.tgz package apidocs site/readmes site/changelogs site/apidocs"
},
"devDependencies": {
"@loopback/build": "^5.4.2"
"@loopback/build": "^5.4.3"
},
"repository": {
"type": "git",
Expand Down
16 changes: 16 additions & 0 deletions examples/access-control-migration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/strongloop/loopback-next/compare/@loopback/example-access-control-migration@1.4.0...@loopback/example-access-control-migration@2.0.0) (2020-06-11)


### Bug Fixes

* **authorization:** set default HTTP status code for authorization error to 403 as per RFC 7231 ([0eb124b](https://github.com/strongloop/loopback-next/commit/0eb124b068ece35e0129bcdfa1bd551250fe5303))


### BREAKING CHANGES

* **authorization:** We now use http status code `403` instead of `401` to report authorization denied. The default status code can be set via `defaultStatusCodeForDeny` for the authorization options.





# [1.4.0](https://github.com/strongloop/loopback-next/compare/@loopback/example-access-control-migration@1.3.1...@loopback/example-access-control-migration@1.4.0) (2020-05-28)


Expand Down
2 changes: 1 addition & 1 deletion examples/access-control-migration/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 f31b7e6

Please sign in to comment.