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.11.0
 - @loopback/test-repository-cloudant@5.1.0
 - @loopback/test-repository-mongodb@0.14.0
 - @loopback/test-repository-mysql@0.14.0
 - @loopback/test-repository-postgresql@5.1.0
 - @loopback/benchmark@5.1.0
 - @loopback/rest-msgpack@0.10.0
 - @loopback/docs@6.0.1
 - @loopback/example-access-control-migration@6.1.0
 - @loopback/example-binding-resolution@0.9.0
 - @loopback/example-context@6.1.0
 - @loopback/example-express-composition@6.1.0
 - @loopback/example-file-transfer@5.1.0
 - @loopback/example-graphql@0.9.0
 - @loopback/example-greeter-extension@6.1.0
 - @loopback/example-greeting-app@6.1.0
 - @loopback/example-hello-world@6.1.0
 - @loopback/example-lb3-application@6.1.0
 - @loopback/example-log-extension@6.1.0
 - @loopback/example-metrics-prometheus@0.12.0
 - @loopback/example-multi-tenancy@0.15.0
 - @loopback/example-passport-login@5.1.0
 - @loopback/example-references-many@7.1.0
 - @loopback/example-rest-crud@5.1.0
 - @loopback/example-rpc-server@6.1.0
 - @loopback/example-soap-calculator@6.1.0
 - @loopback/example-socketio@0.8.0
 - @loopback/example-todo@7.1.0
 - @loopback/example-todo-jwt@5.1.0
 - @loopback/example-todo-list@7.1.0
 - @loopback/example-validation-app@5.1.0
 - @loopback/example-webpack@0.10.0
 - @loopback/apiconnect@0.12.0
 - @loopback/authentication-jwt@0.14.0
 - @loopback/authentication-passport@6.1.0
 - @loopback/context-explorer@0.10.0
 - @loopback/cron@0.11.0
 - @loopback/graphql@0.10.0
 - @loopback/health@0.13.0
 - @loopback/logging@0.11.0
 - @loopback/metrics@0.13.0
 - @loopback/pooling@0.10.0
 - @loopback/sequelize@0.4.0
 - @loopback/socketio@0.7.1
 - @loopback/typeorm@0.9.0
 - @loopback/mock-oauth2-provider@0.8.0
 - @loopback/tsdocs-monorepo@0.4.1
 - @loopback/authentication@10.1.0
 - @loopback/authorization@0.14.0
 - @loopback/boot@6.1.0
 - @loopback/booter-lb3app@5.1.0
 - @loopback/build@10.1.0
 - @loopback/cli@5.1.0
 - @loopback/context@6.1.0
 - @loopback/core@5.1.0
 - @loopback/eslint-config@14.0.1
 - @loopback/express@6.1.0
 - @loopback/filter@4.1.0
 - @loopback/http-caching-proxy@5.1.0
 - @loopback/http-server@5.1.0
 - @loopback/metadata@6.1.0
 - @loopback/model-api-builder@5.1.0
 - @loopback/openapi-spec-builder@6.1.0
 - @loopback/openapi-v3@9.1.0
 - @loopback/repository@6.1.0
 - @loopback/repository-json-schema@7.1.0
 - @loopback/repository-tests@0.23.0
 - @loopback/rest@13.1.0
 - @loopback/rest-crud@0.17.0
 - @loopback/rest-explorer@6.1.0
 - @loopback/security@0.10.0
 - @loopback/service-proxy@6.1.0
 - @loopback/testlab@6.1.0
 - @loopback/tsdocs@5.1.0
  • Loading branch information
frbuceta committed Jun 28, 2023
1 parent 498e73d commit 10a8fa7
Show file tree
Hide file tree
Showing 149 changed files with 1,861 additions and 1,004 deletions.
11 changes: 11 additions & 0 deletions acceptance/extension-logging-fluentd/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.

# [0.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/test-extension-logging-fluentd@0.10.0...@loopback/test-extension-logging-fluentd@0.11.0) (2023-06-28)


### Features

* update dependency @types/node to ^16 ([2af42b7](https://github.com/loopbackio/loopback-next/commit/2af42b721c6dfc2df49bfcac1cbea478aba417ab))





# [0.10.0](https://github.com/loopbackio/loopback-next/compare/@loopback/test-extension-logging-fluentd@0.9.10...@loopback/test-extension-logging-fluentd@0.10.0) (2023-05-15)


Expand Down
12 changes: 6 additions & 6 deletions acceptance/extension-logging-fluentd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@loopback/test-extension-logging-fluentd",
"description": "Acceptance test for `@loopback/logging` with fluentd",
"version": "0.10.0",
"version": "0.11.0",
"private": true,
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -31,11 +31,11 @@
"!*/__tests__"
],
"devDependencies": {
"@loopback/build": "^10.0.0",
"@loopback/core": "^5.0.0",
"@loopback/eslint-config": "^14.0.0",
"@loopback/logging": "^0.10.0",
"@loopback/testlab": "^6.0.0",
"@loopback/build": "^10.1.0",
"@loopback/core": "^5.1.0",
"@loopback/eslint-config": "^14.0.1",
"@loopback/logging": "^0.11.0",
"@loopback/testlab": "^6.1.0",
"@types/node": "^16.18.37",
"testcontainers": "^9.9.1",
"tslib": "^2.6.0"
Expand Down
11 changes: 11 additions & 0 deletions acceptance/repository-cloudant/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.

# [5.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/test-repository-cloudant@5.0.0...@loopback/test-repository-cloudant@5.1.0) (2023-06-28)


### Features

* update dependency @types/node to ^16 ([2af42b7](https://github.com/loopbackio/loopback-next/commit/2af42b721c6dfc2df49bfcac1cbea478aba417ab))





# [5.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/test-repository-cloudant@4.0.10...@loopback/test-repository-cloudant@5.0.0) (2023-05-15)


Expand Down
10 changes: 5 additions & 5 deletions acceptance/repository-cloudant/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@loopback/test-repository-cloudant",
"description": "Acceptance tests for `@loopback/repository` + `loopback-connector-cloudant`",
"version": "5.0.0",
"version": "5.1.0",
"private": true,
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -32,10 +32,10 @@
"!*/__tests__"
],
"devDependencies": {
"@loopback/build": "^10.0.0",
"@loopback/eslint-config": "^14.0.0",
"@loopback/repository": "^6.0.0",
"@loopback/repository-tests": "^0.22.0",
"@loopback/build": "^10.1.0",
"@loopback/eslint-config": "^14.0.1",
"@loopback/repository": "^6.1.0",
"@loopback/repository-tests": "^0.23.0",
"@types/node": "^16.18.37",
"async": "^3.2.4",
"chalk": "^4.1.2",
Expand Down
11 changes: 11 additions & 0 deletions acceptance/repository-mongodb/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.

# [0.14.0](https://github.com/loopbackio/loopback-next/compare/@loopback/test-repository-mongodb@0.13.0...@loopback/test-repository-mongodb@0.14.0) (2023-06-28)


### Features

* update dependency @types/node to ^16 ([2af42b7](https://github.com/loopbackio/loopback-next/commit/2af42b721c6dfc2df49bfcac1cbea478aba417ab))





# [0.13.0](https://github.com/loopbackio/loopback-next/compare/@loopback/test-repository-mongodb@0.12.10...@loopback/test-repository-mongodb@0.13.0) (2023-05-15)


Expand Down
12 changes: 6 additions & 6 deletions acceptance/repository-mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@loopback/test-repository-mongodb",
"description": "Acceptance tests for `@loopback/repository` + `loopback-connector-mongodb`",
"version": "0.13.0",
"version": "0.14.0",
"private": true,
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -31,11 +31,11 @@
"!*/__tests__"
],
"devDependencies": {
"@loopback/build": "^10.0.0",
"@loopback/eslint-config": "^14.0.0",
"@loopback/repository": "^6.0.0",
"@loopback/repository-tests": "^0.22.0",
"@loopback/testlab": "^6.0.0",
"@loopback/build": "^10.1.0",
"@loopback/eslint-config": "^14.0.1",
"@loopback/repository": "^6.1.0",
"@loopback/repository-tests": "^0.23.0",
"@loopback/testlab": "^6.1.0",
"@types/node": "^16.18.37",
"loopback-connector-mongodb": "^6.2.0",
"tslib": "^2.6.0"
Expand Down
11 changes: 11 additions & 0 deletions acceptance/repository-mysql/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.

# [0.14.0](https://github.com/loopbackio/loopback-next/compare/@loopback/test-repository-mysql@0.13.0...@loopback/test-repository-mysql@0.14.0) (2023-06-28)


### Features

* update dependency @types/node to ^16 ([2af42b7](https://github.com/loopbackio/loopback-next/commit/2af42b721c6dfc2df49bfcac1cbea478aba417ab))





# [0.13.0](https://github.com/loopbackio/loopback-next/compare/@loopback/test-repository-mysql@0.12.10...@loopback/test-repository-mysql@0.13.0) (2023-05-15)


Expand Down
12 changes: 6 additions & 6 deletions acceptance/repository-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@loopback/test-repository-mysql",
"description": "Acceptance tests for `@loopback/repository` + `loopback-connector-mysql`",
"version": "0.13.0",
"version": "0.14.0",
"private": true,
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -31,11 +31,11 @@
"!*/__tests__"
],
"devDependencies": {
"@loopback/build": "^10.0.0",
"@loopback/eslint-config": "^14.0.0",
"@loopback/repository": "^6.0.0",
"@loopback/repository-tests": "^0.22.0",
"@loopback/testlab": "^6.0.0",
"@loopback/build": "^10.1.0",
"@loopback/eslint-config": "^14.0.1",
"@loopback/repository": "^6.1.0",
"@loopback/repository-tests": "^0.23.0",
"@loopback/testlab": "^6.1.0",
"@types/node": "^16.18.37",
"loopback-connector-mysql": "^6.2.0",
"tslib": "^2.6.0"
Expand Down
11 changes: 11 additions & 0 deletions acceptance/repository-postgresql/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.

# [5.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/test-repository-postgresql@5.0.0...@loopback/test-repository-postgresql@5.1.0) (2023-06-28)


### Features

* update dependency @types/node to ^16 ([2af42b7](https://github.com/loopbackio/loopback-next/commit/2af42b721c6dfc2df49bfcac1cbea478aba417ab))





# [5.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/test-repository-postgresql@4.0.10...@loopback/test-repository-postgresql@5.0.0) (2023-05-15)


Expand Down
12 changes: 6 additions & 6 deletions acceptance/repository-postgresql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@loopback/test-repository-postgresql",
"description": "Acceptance tests for `@loopback/repository` + `loopback-connector-postgresql`",
"version": "5.0.0",
"version": "5.1.0",
"private": true,
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -31,11 +31,11 @@
"!*/__tests__"
],
"devDependencies": {
"@loopback/build": "^10.0.0",
"@loopback/eslint-config": "^14.0.0",
"@loopback/repository": "^6.0.0",
"@loopback/repository-tests": "^0.22.0",
"@loopback/testlab": "^6.0.0",
"@loopback/build": "^10.1.0",
"@loopback/eslint-config": "^14.0.1",
"@loopback/repository": "^6.1.0",
"@loopback/repository-tests": "^0.23.0",
"@loopback/testlab": "^6.1.0",
"@types/node": "^16.18.37",
"loopback-connector-postgresql": "^6.0.5",
"tslib": "^2.6.0"
Expand Down
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.

# [5.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/benchmark@5.0.0...@loopback/benchmark@5.1.0) (2023-06-28)


### Features

* update dependency @types/node to ^16 ([2af42b7](https://github.com/loopbackio/loopback-next/commit/2af42b721c6dfc2df49bfcac1cbea478aba417ab))





# [5.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/benchmark@4.0.10...@loopback/benchmark@5.0.0) (2023-05-15)


Expand Down
14 changes: 7 additions & 7 deletions benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@loopback/benchmark",
"description": "Benchmarks measuring performance of our framework.",
"version": "5.0.0",
"version": "5.1.0",
"keywords": [
"loopback",
"performance",
Expand Down Expand Up @@ -38,10 +38,10 @@
"!*/__tests__"
],
"dependencies": {
"@loopback/core": "^5.0.0",
"@loopback/example-todo": "^7.0.0",
"@loopback/openapi-spec-builder": "^6.0.0",
"@loopback/rest": "^13.0.0",
"@loopback/core": "^5.1.0",
"@loopback/example-todo": "^7.1.0",
"@loopback/openapi-spec-builder": "^6.1.0",
"@loopback/rest": "^13.1.0",
"@types/byline": "^4.2.33",
"@types/debug": "^4.1.8",
"@types/request-promise-native": "^1.0.18",
Expand All @@ -54,8 +54,8 @@
"tslib": "^2.6.0"
},
"devDependencies": {
"@loopback/build": "^10.0.0",
"@loopback/testlab": "^6.0.0",
"@loopback/build": "^10.1.0",
"@loopback/testlab": "^6.1.0",
"@types/autocannon": "^7.9.0",
"@types/benchmark": "^2.1.2",
"@types/mocha": "^10.0.1",
Expand Down
11 changes: 11 additions & 0 deletions bodyparsers/rest-msgpack/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.

# [0.10.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.9.0...@loopback/rest-msgpack@0.10.0) (2023-06-28)


### Features

* update dependency @types/node to ^16 ([2af42b7](https://github.com/loopbackio/loopback-next/commit/2af42b721c6dfc2df49bfcac1cbea478aba417ab))





# [0.9.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.8.10...@loopback/rest-msgpack@0.9.0) (2023-05-15)


Expand Down
10 changes: 5 additions & 5 deletions bodyparsers/rest-msgpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@loopback/rest-msgpack",
"description": "Body parser to handle MessagePack requests in LoopBack 4.",
"version": "0.9.0",
"version": "0.10.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -41,10 +41,10 @@
"type-is": "^1.6.18"
},
"devDependencies": {
"@loopback/build": "^10.0.0",
"@loopback/core": "^5.0.0",
"@loopback/rest": "^13.0.0",
"@loopback/testlab": "^6.0.0",
"@loopback/build": "^10.1.0",
"@loopback/core": "^5.1.0",
"@loopback/rest": "^13.1.0",
"@loopback/testlab": "^6.1.0",
"@types/msgpack5": "^3.4.3",
"@types/node": "^16.18.37",
"@types/type-is": "^1.6.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.

## [6.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@6.0.0...@loopback/docs@6.0.1) (2023-06-28)


### Bug Fixes

* migrate Lerna to NPM Workspaces ([d5c4994](https://github.com/loopbackio/loopback-next/commit/d5c4994d28f1741427b427d99ca4df03936547e6))





# [6.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@5.2.1...@loopback/docs@6.0.0) (2023-05-15)


Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@loopback/docs",
"description": "Documentation files rendered at [https://loopback.io](https://loopback.io)",
"version": "6.0.0",
"version": "6.0.1",
"keywords": [
"LoopBack",
"docs"
Expand Down Expand Up @@ -36,6 +36,6 @@
"tslib": "^2.6.0"
},
"devDependencies": {
"@loopback/build": "^10.0.0"
"@loopback/build": "^10.1.0"
}
}
11 changes: 11 additions & 0 deletions examples/access-control-migration/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.

# [6.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@6.0.0...@loopback/example-access-control-migration@6.1.0) (2023-06-28)


### Features

* update dependency @types/node to ^16 ([2af42b7](https://github.com/loopbackio/loopback-next/commit/2af42b721c6dfc2df49bfcac1cbea478aba417ab))





# [6.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@5.0.10...@loopback/example-access-control-migration@6.0.0) (2023-05-15)


Expand Down
Loading

0 comments on commit 10a8fa7

Please sign in to comment.