Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @nuxtjs/axios@2.0.0
 - @nuxtjs/localtunnel@0.1.3
 - @nuxtjs/proxy@1.1.1
  • Loading branch information
pi0 committed Jun 9, 2017
1 parent e6e303a commit 9e0b50b
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 3 deletions.
27 changes: 27 additions & 0 deletions modules/axios/CHANGELOG.md
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/nuxt/modules/compare/@nuxtjs/axios@1.0.2...@nuxtjs/axios@2.0.0) (2017-06-09)


### Bug Fixes

* **axios:** install using Vue.use ([184651b](https://github.com/nuxt/modules/commit/184651b))
* **axios:** req typo ([16f28b1](https://github.com/nuxt/modules/commit/16f28b1))
* **axios:** use relative `API_URL` if same host and port else `API_URL` ([3421d19](https://github.com/nuxt/modules/commit/3421d19))


### Features

* **axios:** AXIOS_CREDENTIALS, AXIOS_SSR_HEADERS ([4dfdc2d](https://github.com/nuxt/modules/commit/4dfdc2d))
* **axios:** don't append optional config into env ([fe189e8](https://github.com/nuxt/modules/commit/fe189e8))
* **axios:** Easier API ([f54a434](https://github.com/nuxt/modules/commit/f54a434))
* **axios:** New API ([0194226](https://github.com/nuxt/modules/commit/0194226))
* **axios:** nuxt friendly errors for SSR ([65bc50f](https://github.com/nuxt/modules/commit/65bc50f))


### BREAKING CHANGES

* **axios:** API_PREFIX is deprecated.




<a name="1.0.2"></a>
## [1.0.2](https://github.com/nuxt/modules/compare/@nuxtjs/axios@1.0.0...@nuxtjs/axios@1.0.2) (2017-05-29)

Expand Down
2 changes: 1 addition & 1 deletion modules/axios/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/axios",
"version": "1.0.2",
"version": "2.0.0",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt/modules",
Expand Down
11 changes: 11 additions & 0 deletions modules/localtunnel/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.1.3"></a>
## [0.1.3](https://github.com/nuxt/modules/compare/@nuxtjs/localtunnel@0.1.2...@nuxtjs/localtunnel@0.1.3) (2017-06-09)


### Bug Fixes

* **localtunnel:** default host to 'localhost' ([54a37a6](https://github.com/nuxt/modules/commit/54a37a6))




<a name="0.1.2"></a>
## [0.1.2](https://github.com/nuxt/modules/compare/@nuxtjs/localtunnel@0.1.1...@nuxtjs/localtunnel@0.1.2) (2017-06-06)

Expand Down
2 changes: 1 addition & 1 deletion modules/localtunnel/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/localtunnel",
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",
"repository": "https://github.com/nuxt/modules",
"homepage": "https://github.com/nuxt/modules/tree/master/modules/localtunnel",
Expand Down
11 changes: 11 additions & 0 deletions modules/proxy/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.1.1"></a>
## [1.1.1](https://github.com/nuxt/modules/compare/@nuxtjs/proxy@1.1.0...@nuxtjs/proxy@1.1.1) (2017-06-09)


### Bug Fixes

* **plugin:** normalize array alternative form path ([811b5a9](https://github.com/nuxt/modules/commit/811b5a9))




<a name="1.1.0"></a>
# 1.1.0 (2017-06-07)

Expand Down
2 changes: 1 addition & 1 deletion modules/proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/proxy",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt/modules",
Expand Down

0 comments on commit 9e0b50b

Please sign in to comment.