Skip to content

Commit

Permalink
chore: publish release
Browse files Browse the repository at this point in the history
 - @loopback/[email protected]
 - @loopback/[email protected]
 - @loopback/[email protected]
  • Loading branch information
raymondfeng authored and biniam committed Jun 11, 2018
1 parent ab995c0 commit f19a286
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 6 deletions.
8 changes: 8 additions & 0 deletions docs/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="0.9.1"></a>
## [0.9.1](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-06-08)




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

<a name="0.9.0"></a>
# [0.9.0](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-06-08)

Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/docs",
"version": "0.9.0",
"version": "0.9.1",
"description": "Documentation for LoopBack 4",
"homepage": "https://github.com/strongloop/loopback-next/tree/master/docs",
"author": {
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="0.13.1"></a>
## [0.13.1](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-06-08)




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

<a name="0.13.0"></a>
# [0.13.0](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-06-08)

Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/cli",
"version": "0.13.0",
"version": "0.13.1",
"description": "Yeoman generator for LoopBack 4",
"homepage": "https://github.com/strongloop/loopback-next/tree/master/packages/cli",
"author": {
Expand Down Expand Up @@ -79,7 +79,7 @@
"@loopback/authentication": "^0.10.6",
"@loopback/boot": "^0.10.6",
"@loopback/build": "^0.6.6",
"@loopback/cli": "^0.13.0",
"@loopback/cli": "^0.13.1",
"@loopback/context": "^0.11.3",
"@loopback/core": "^0.8.5",
"@loopback/metadata": "^0.8.5",
Expand All @@ -90,7 +90,7 @@
"@loopback/repository": "^0.11.0",
"@loopback/rest": "^0.11.0",
"@loopback/testlab": "^0.10.5",
"@loopback/docs": "^0.9.0",
"@loopback/docs": "^0.9.1",
"glob": "^7.1.2",
"@loopback/example-hello-world": "^0.8.0",
"@loopback/example-log-extension": "^0.10.0",
Expand All @@ -99,7 +99,7 @@
"@loopback/dist-util": "^0.3.2",
"@loopback/service-proxy-proxy": "^0.4.0",
"@loopback/service-proxy": "^0.5.6",
"@loopback/http-caching-proxy": "^0.2.0",
"@loopback/http-caching-proxy": "^0.2.1",
"@loopback/http-server": "^0.1.0"
}
},
Expand Down
8 changes: 8 additions & 0 deletions packages/http-caching-proxy/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="0.2.1"></a>
## [0.2.1](https://github.com/strongloop/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2018-06-08)




**Note:** Version bump only for package @loopback/http-caching-proxy

<a name="0.2.0"></a>
# 0.2.0 (2018-06-08)

Expand Down
5 changes: 4 additions & 1 deletion packages/http-caching-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopback/http-caching-proxy",
"version": "0.2.0",
"version": "0.2.1",
"description": "A caching HTTP proxy for integration tests. NOT SUITABLE FOR PRODUCTION USE!",
"engines": {
"node": ">=8"
Expand Down Expand Up @@ -53,6 +53,9 @@
"dist*/index*",
"src"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-next.git"
Expand Down

0 comments on commit f19a286

Please sign in to comment.