Skip to content

Commit

Permalink
Publish
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]
  • Loading branch information
raymondfeng committed Dec 21, 2017
1 parent 195e421 commit 9bb5438
Show file tree
Hide file tree
Showing 22 changed files with 140 additions and 35 deletions.
8 changes: 8 additions & 0 deletions packages/authentication/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.

<a name="4.0.0-alpha.22"></a>
# [4.0.0-alpha.22](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2017-12-21)




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

<a name="4.0.0-alpha.21"></a>
# [4.0.0-alpha.21](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2017-12-15)

Expand Down
12 changes: 6 additions & 6 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/authentication",
"version": "4.0.0-alpha.21",
"version": "4.0.0-alpha.22",
"description": "A LoopBack component for authentication support.",
"engines": {
"node": ">=6"
Expand All @@ -23,16 +23,16 @@
"author": "IBM",
"license": "MIT",
"dependencies": {
"@loopback/context": "^4.0.0-alpha.23",
"@loopback/core": "^4.0.0-alpha.25",
"@loopback/rest": "^4.0.0-alpha.14",
"@loopback/context": "^4.0.0-alpha.24",
"@loopback/core": "^4.0.0-alpha.26",
"@loopback/rest": "^4.0.0-alpha.15",
"passport": "^0.4.0",
"passport-strategy": "^1.0.0"
},
"devDependencies": {
"@loopback/build": "^4.0.0-alpha.7",
"@loopback/openapi-spec-builder": "^4.0.0-alpha.14",
"@loopback/testlab": "^4.0.0-alpha.16",
"@loopback/openapi-spec-builder": "^4.0.0-alpha.15",
"@loopback/testlab": "^4.0.0-alpha.17",
"@types/passport": "^0.3.5",
"@types/passport-http": "^0.3.3",
"passport-http": "^0.3.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/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.

<a name="4.0.0-alpha.13"></a>
# [4.0.0-alpha.13](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2017-12-21)




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

<a name="4.0.0-alpha.12"></a>
# [4.0.0-alpha.12](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2017-12-11)

Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/cli",
"version": "4.0.0-alpha.12",
"version": "4.0.0-alpha.13",
"description": "Yeoman generator for LoopBack 4",
"homepage": "https://github.com/strongloop/loopback-next/tree/master/packages/cli",
"author": {
Expand All @@ -24,7 +24,7 @@
"yeoman-generator"
],
"devDependencies": {
"@loopback/testlab": "^4.0.0-alpha.16",
"@loopback/testlab": "^4.0.0-alpha.17",
"eslint-config-google": "^0.9.1",
"mem-fs": "^1.1.3",
"mem-fs-editor": "^3.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

<a name="4.0.0-alpha.24"></a>
# [4.0.0-alpha.24](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2017-12-21)




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

<a name="4.0.0-alpha.23"></a>
# [4.0.0-alpha.23](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2017-12-15)

Expand Down
6 changes: 3 additions & 3 deletions packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/context",
"version": "4.0.0-alpha.23",
"version": "4.0.0-alpha.24",
"description": "LoopBack's container for Inversion of Control",
"engines": {
"node": ">=6"
Expand All @@ -22,11 +22,11 @@
"author": "IBM",
"license": "MIT",
"dependencies": {
"@loopback/metadata": "^4.0.0-alpha.2"
"@loopback/metadata": "^4.0.0-alpha.3"
},
"devDependencies": {
"@loopback/build": "^4.0.0-alpha.7",
"@loopback/testlab": "^4.0.0-alpha.16",
"@loopback/testlab": "^4.0.0-alpha.17",
"@types/bluebird": "^3.5.18",
"bluebird": "^3.5.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.

<a name="4.0.0-alpha.26"></a>
# [4.0.0-alpha.26](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2017-12-21)




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

<a name="4.0.0-alpha.25"></a>
# [4.0.0-alpha.25](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2017-12-15)

Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/core",
"version": "4.0.0-alpha.25",
"version": "4.0.0-alpha.26",
"description": "",
"engines": {
"node": ">=6"
Expand All @@ -23,13 +23,13 @@
"author": "IBM",
"license": "MIT",
"dependencies": {
"@loopback/context": "^4.0.0-alpha.23",
"@loopback/context": "^4.0.0-alpha.24",
"lodash": "^4.17.4",
"topo": "^3.0.0"
},
"devDependencies": {
"@loopback/build": "^4.0.0-alpha.7",
"@loopback/testlab": "^4.0.0-alpha.16"
"@loopback/testlab": "^4.0.0-alpha.17"
},
"files": [
"README.md",
Expand Down
8 changes: 8 additions & 0 deletions packages/example-codehub/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.

<a name="4.0.0-alpha.21"></a>
# [4.0.0-alpha.21](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2017-12-21)




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

<a name="4.0.0-alpha.20"></a>
# [4.0.0-alpha.20](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2017-12-15)

Expand Down
8 changes: 4 additions & 4 deletions packages/example-codehub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/example-codehub",
"version": "4.0.0-alpha.20",
"version": "4.0.0-alpha.21",
"description": "",
"engines": {
"node": ">=6"
Expand All @@ -15,11 +15,11 @@
"author": "IBM",
"license": "MIT",
"dependencies": {
"@loopback/core": "^4.0.0-alpha.25",
"@loopback/rest": "^4.0.0-alpha.14"
"@loopback/core": "^4.0.0-alpha.26",
"@loopback/rest": "^4.0.0-alpha.15"
},
"devDependencies": {
"@loopback/testlab": "^4.0.0-alpha.16",
"@loopback/testlab": "^4.0.0-alpha.17",
"ts-node": "^3.3.0"
}
}
17 changes: 17 additions & 0 deletions packages/metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.0.0-alpha.3"></a>
# [4.0.0-alpha.3](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2017-12-21)


### Bug Fixes

* **metadata:** fix method-level parameter decorators ([c5127d4](https://github.com/strongloop/loopback-next/commit/c5127d4))
* **metadata:** keep class prototypes untouched during clone ([195e421](https://github.com/strongloop/loopback-next/commit/195e421))


### Features

* **metadata:** Add a flag to keep args of decorators safe ([3782192](https://github.com/strongloop/loopback-next/commit/3782192))




<a name="4.0.0-alpha.2"></a>
# 4.0.0-alpha.2 (2017-12-15)

Expand Down
4 changes: 2 additions & 2 deletions packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/metadata",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"description": "LoopBack's metadata utilities for reflection and decoration",
"engines": {
"node": ">=6"
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@loopback/build": "^4.0.0-alpha.6",
"@loopback/testlab": "^4.0.0-alpha.15",
"@loopback/testlab": "^4.0.0-alpha.17",
"@types/debug": "0.0.30",
"@types/lodash": "^4.14.87"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/openapi-spec-builder/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.

<a name="4.0.0-alpha.15"></a>
# [4.0.0-alpha.15](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2017-12-21)




**Note:** Version bump only for package @loopback/openapi-spec-builder

<a name="4.0.0-alpha.14"></a>
# [4.0.0-alpha.14](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2017-12-11)

Expand Down
4 changes: 2 additions & 2 deletions packages/openapi-spec-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/openapi-spec-builder",
"version": "4.0.0-alpha.14",
"version": "4.0.0-alpha.15",
"description": "Make it easy to create OpenAPI (Swagger) specification documents in your tests using the builder pattern.",
"engines": {
"node": ">=6"
Expand All @@ -25,7 +25,7 @@
"Testing"
],
"dependencies": {
"@loopback/openapi-spec": "^4.0.0-alpha.17"
"@loopback/openapi-spec": "^4.0.0-alpha.18"
},
"devDependencies": {
"@loopback/build": "^4.0.0-alpha.7"
Expand Down
8 changes: 8 additions & 0 deletions packages/openapi-spec/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.

<a name="4.0.0-alpha.18"></a>
# [4.0.0-alpha.18](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2017-12-21)




**Note:** Version bump only for package @loopback/openapi-spec

<a name="4.0.0-alpha.17"></a>
# [4.0.0-alpha.17](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2017-12-11)

Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/openapi-spec",
"version": "4.0.0-alpha.17",
"version": "4.0.0-alpha.18",
"description": "TypeScript type definitions for OpenAPI Spec/Swagger documents.",
"engines": {
"node": ">=6"
Expand Down
12 changes: 12 additions & 0 deletions packages/repository/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.0.0-alpha.20"></a>
# [4.0.0-alpha.20](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2017-12-21)


### Features

* **repository:** Add array decorator ([3e7b419](https://github.com/strongloop/loopback-next/commit/3e7b419))
* **repository:** Make property parameter optional ([a701ce9](https://github.com/strongloop/loopback-next/commit/a701ce9))




<a name="4.0.0-alpha.19"></a>
# [4.0.0-alpha.19](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2017-12-15)

Expand Down
8 changes: 4 additions & 4 deletions packages/repository/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/repository",
"version": "4.0.0-alpha.19",
"version": "4.0.0-alpha.20",
"description": "Repository for LoopBack.next",
"engines": {
"node": ">=6"
Expand All @@ -24,11 +24,11 @@
"license": "MIT",
"devDependencies": {
"@loopback/build": "^4.0.0-alpha.7",
"@loopback/core": "^4.0.0-alpha.25",
"@loopback/testlab": "^4.0.0-alpha.16"
"@loopback/core": "^4.0.0-alpha.26",
"@loopback/testlab": "^4.0.0-alpha.17"
},
"dependencies": {
"@loopback/context": "^4.0.0-alpha.23",
"@loopback/context": "^4.0.0-alpha.24",
"loopback-datasource-juggler": "^3.9.2"
},
"files": [
Expand Down
12 changes: 12 additions & 0 deletions packages/rest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.0.0-alpha.15"></a>
# [4.0.0-alpha.15](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2017-12-21)


### Features

* **rest:** Improve decorators to infer param types ([37d881f](https://github.com/strongloop/loopback-next/commit/37d881f))
* **rest:** Single-server RestApplication ([80638b4](https://github.com/strongloop/loopback-next/commit/80638b4))




<a name="4.0.0-alpha.14"></a>
# [4.0.0-alpha.14](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2017-12-15)

Expand Down
12 changes: 6 additions & 6 deletions packages/rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/rest",
"version": "4.0.0-alpha.14",
"version": "4.0.0-alpha.15",
"description": "",
"engines": {
"node": ">=6"
Expand All @@ -23,9 +23,9 @@
"author": "IBM",
"license": "MIT",
"dependencies": {
"@loopback/context": "^4.0.0-alpha.23",
"@loopback/core": "^4.0.0-alpha.25",
"@loopback/openapi-spec": "^4.0.0-alpha.17",
"@loopback/context": "^4.0.0-alpha.24",
"@loopback/core": "^4.0.0-alpha.26",
"@loopback/openapi-spec": "^4.0.0-alpha.18",
"@types/http-errors": "^1.6.1",
"body": "^5.1.0",
"debug": "^3.1.0",
Expand All @@ -37,8 +37,8 @@
},
"devDependencies": {
"@loopback/build": "^4.0.0-alpha.7",
"@loopback/openapi-spec-builder": "^4.0.0-alpha.14",
"@loopback/testlab": "^4.0.0-alpha.16",
"@loopback/openapi-spec-builder": "^4.0.0-alpha.15",
"@loopback/testlab": "^4.0.0-alpha.17",
"@types/js-yaml": "^3.9.1",
"@types/lodash": "^4.14.85"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/testlab/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.

<a name="4.0.0-alpha.17"></a>
# [4.0.0-alpha.17](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2017-12-21)




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

<a name="4.0.0-alpha.16"></a>
# [4.0.0-alpha.16](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2017-12-11)

Expand Down
Loading

0 comments on commit 9bb5438

Please sign in to comment.