diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e146ec2d5d99..1aa24ea0533f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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.9.1](https://github.com/strongloop/loopback-next/compare/@loopback/docs@0.9.0...@loopback/docs@0.9.1) (2018-06-08) + + + + +**Note:** Version bump only for package @loopback/docs + # [0.9.0](https://github.com/strongloop/loopback-next/compare/@loopback/docs@0.8.1...@loopback/docs@0.9.0) (2018-06-08) diff --git a/docs/package.json b/docs/package.json index 2e611d2fa3cd..330d1a4abed3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -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": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2fdd05443920..44e1e5838688 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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.13.1](https://github.com/strongloop/loopback-next/compare/@loopback/cli@0.13.0...@loopback/cli@0.13.1) (2018-06-08) + + + + +**Note:** Version bump only for package @loopback/cli + # [0.13.0](https://github.com/strongloop/loopback-next/compare/@loopback/cli@0.12.1...@loopback/cli@0.13.0) (2018-06-08) diff --git a/packages/cli/package.json b/packages/cli/package.json index b43fd2cad493..d13d6e2fb7ff 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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": { @@ -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", @@ -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", @@ -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" } }, diff --git a/packages/http-caching-proxy/CHANGELOG.md b/packages/http-caching-proxy/CHANGELOG.md index dfc01fd6e17c..86f3506a94f1 100644 --- a/packages/http-caching-proxy/CHANGELOG.md +++ b/packages/http-caching-proxy/CHANGELOG.md @@ -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.2.1](https://github.com/strongloop/loopback-next/compare/@loopback/http-caching-proxy@0.2.0...@loopback/http-caching-proxy@0.2.1) (2018-06-08) + + + + +**Note:** Version bump only for package @loopback/http-caching-proxy + # 0.2.0 (2018-06-08) diff --git a/packages/http-caching-proxy/package.json b/packages/http-caching-proxy/package.json index 9e17a943855b..1d94f0a10011 100644 --- a/packages/http-caching-proxy/package.json +++ b/packages/http-caching-proxy/package.json @@ -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" @@ -53,6 +53,9 @@ "dist*/index*", "src" ], + "publishConfig": { + "access": "public" + }, "repository": { "type": "git", "url": "https://github.com/strongloop/loopback-next.git"