Skip to content

Commit

Permalink
v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pooya parsa committed Apr 4, 2019
1 parent 53915c5 commit c0776eb
Show file tree
Hide file tree
Showing 32 changed files with 181 additions and 44 deletions.
11 changes: 11 additions & 0 deletions 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.

## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)


### Bug Fixes

* pin esm to 3.2.20 ([#5464](https://github.com/nuxt/nuxt.js/issues/5464)) ([53915c5](https://github.com/nuxt/nuxt.js/commit/53915c5))





# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)


Expand Down
8 changes: 8 additions & 0 deletions distributions/nuxt-start/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.

## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)

**Note:** Version bump only for package nuxt-start





# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)

**Note:** Version bump only for package nuxt-start
Expand Down
6 changes: 3 additions & 3 deletions distributions/nuxt-start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-start",
"version": "2.6.0",
"version": "2.6.1",
"description": "Starts Nuxt.js Application in production mode",
"keywords": [
"nuxt",
Expand Down Expand Up @@ -52,8 +52,8 @@
"main": "dist/nuxt-start.js",
"bin": "bin/nuxt-start.js",
"dependencies": {
"@nuxt/cli": "2.6.0",
"@nuxt/core": "2.6.0",
"@nuxt/cli": "2.6.1",
"@nuxt/core": "2.6.1",
"node-fetch": "^2.3.0",
"vue": "^2.6.10",
"vue-meta": "^1.6.0",
Expand Down
8 changes: 8 additions & 0 deletions distributions/nuxt-ts/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.

## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)

**Note:** Version bump only for package nuxt-ts





# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)

**Note:** Version bump only for package nuxt-ts
Expand Down
14 changes: 7 additions & 7 deletions distributions/nuxt-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-ts",
"version": "2.6.0",
"version": "2.6.1",
"description": "Nuxt With Runtime Typescript Support",
"keywords": [
"nuxt",
Expand Down Expand Up @@ -56,14 +56,14 @@
"nuxts": "bin/nuxt-ts.js"
},
"dependencies": {
"@nuxt/builder": "2.6.0",
"@nuxt/cli": "2.6.0",
"@nuxt/core": "2.6.0",
"@nuxt/generator": "2.6.0",
"@nuxt/builder": "2.6.1",
"@nuxt/cli": "2.6.1",
"@nuxt/core": "2.6.1",
"@nuxt/generator": "2.6.1",
"@nuxt/loading-screen": "^0.2.0",
"@nuxt/opencollective": "^0.2.2",
"@nuxt/typescript": "2.6.0",
"@nuxt/webpack": "2.6.0"
"@nuxt/typescript": "2.6.1",
"@nuxt/webpack": "2.6.1"
},
"engines": {
"node": ">=6.0.0",
Expand Down
8 changes: 8 additions & 0 deletions distributions/nuxt/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.

## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)

**Note:** Version bump only for package nuxt





# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)

**Note:** Version bump only for package nuxt
Expand Down
12 changes: 6 additions & 6 deletions distributions/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt",
"version": "2.6.0",
"version": "2.6.1",
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
"keywords": [
"nuxt",
Expand Down Expand Up @@ -54,13 +54,13 @@
"postinstall": "opencollective || exit 0"
},
"dependencies": {
"@nuxt/builder": "2.6.0",
"@nuxt/cli": "2.6.0",
"@nuxt/core": "2.6.0",
"@nuxt/generator": "2.6.0",
"@nuxt/builder": "2.6.1",
"@nuxt/cli": "2.6.1",
"@nuxt/core": "2.6.1",
"@nuxt/generator": "2.6.1",
"@nuxt/loading-screen": "^0.2.0",
"@nuxt/opencollective": "^0.2.2",
"@nuxt/webpack": "2.6.0"
"@nuxt/webpack": "2.6.1"
},
"engines": {
"node": ">=8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.6.0",
"version": "2.6.1",
"npmClient": "yarn",
"useWorkspaces": true,
"conventionalCommits": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-preset-app/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.

## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)

**Note:** Version bump only for package @nuxt/babel-preset-app





# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/babel-preset-app",
"version": "2.6.0",
"version": "2.6.1",
"description": "babel-preset-app for nuxt.js",
"repository": "nuxt/nuxt.js",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)

**Note:** Version bump only for package @nuxt/builder





# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)


Expand Down
6 changes: 3 additions & 3 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/builder",
"version": "2.6.0",
"version": "2.6.1",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
Expand All @@ -9,8 +9,8 @@
"main": "dist/builder.js",
"dependencies": {
"@nuxt/devalue": "^1.2.2",
"@nuxt/utils": "2.6.0",
"@nuxt/vue-app": "2.6.0",
"@nuxt/utils": "2.6.1",
"@nuxt/vue-app": "2.6.1",
"chokidar": "^2.1.5",
"consola": "^2.5.8",
"fs-extra": "^7.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/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.

## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)


### Bug Fixes

* pin esm to 3.2.20 ([#5464](https://github.com/nuxt/nuxt.js/issues/5464)) ([53915c5](https://github.com/nuxt/nuxt.js/commit/53915c5))





# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)


Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/cli",
"version": "2.6.0",
"version": "2.6.1",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
Expand All @@ -12,8 +12,8 @@
"nuxt-cli": "bin/nuxt-cli.js"
},
"dependencies": {
"@nuxt/config": "2.6.0",
"@nuxt/utils": "2.6.0",
"@nuxt/config": "2.6.1",
"@nuxt/utils": "2.6.1",
"boxen": "^3.0.0",
"chalk": "^2.4.2",
"consola": "^2.5.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/config/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.

## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)

**Note:** Version bump only for package @nuxt/config





# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/config",
"version": "2.6.0",
"version": "2.6.1",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
Expand All @@ -10,7 +10,7 @@
"main": "dist/config.js",
"typings": "types/index.d.ts",
"dependencies": {
"@nuxt/utils": "2.6.0",
"@nuxt/utils": "2.6.1",
"consola": "^2.5.8",
"std-env": "^2.2.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.

## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)


### Bug Fixes

* pin esm to 3.2.20 ([#5464](https://github.com/nuxt/nuxt.js/issues/5464)) ([53915c5](https://github.com/nuxt/nuxt.js/commit/53915c5))





# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)


Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@nuxt/core",
"version": "2.6.0",
"version": "2.6.1",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
"dist"
],
"main": "dist/core.js",
"dependencies": {
"@nuxt/config": "2.6.0",
"@nuxt/config": "2.6.1",
"@nuxt/devalue": "^1.2.2",
"@nuxt/server": "2.6.0",
"@nuxt/utils": "2.6.0",
"@nuxt/vue-renderer": "2.6.0",
"@nuxt/server": "2.6.1",
"@nuxt/utils": "2.6.1",
"@nuxt/vue-renderer": "2.6.1",
"consola": "^2.5.8",
"debug": "^4.1.1",
"esm": "3.2.20",
Expand Down
8 changes: 8 additions & 0 deletions packages/generator/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.

## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)

**Note:** Version bump only for package @nuxt/generator





# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)

**Note:** Version bump only for package @nuxt/generator
Expand Down
4 changes: 2 additions & 2 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@nuxt/generator",
"version": "2.6.0",
"version": "2.6.1",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
"dist"
],
"main": "dist/generator.js",
"dependencies": {
"@nuxt/utils": "2.6.0",
"@nuxt/utils": "2.6.1",
"chalk": "^2.4.2",
"consola": "^2.5.8",
"fs-extra": "^7.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/server/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.

## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)

**Note:** Version bump only for package @nuxt/server





# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)

**Note:** Version bump only for package @nuxt/server
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@nuxt/server",
"version": "2.6.0",
"version": "2.6.1",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
"dist"
],
"main": "dist/server.js",
"dependencies": {
"@nuxt/config": "2.6.0",
"@nuxt/utils": "2.6.0",
"@nuxt/config": "2.6.1",
"@nuxt/utils": "2.6.1",
"@nuxtjs/youch": "^4.2.3",
"chalk": "^2.4.2",
"compression": "^1.7.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript/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.

## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)

**Note:** Version bump only for package @nuxt/typescript





# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)


Expand Down
Loading

0 comments on commit c0776eb

Please sign in to comment.