revet: changelog and version bumps to 2.2.0

Lerna should handle it itself
This commit is contained in:
Pooya Parsa 2018-10-18 01:28:11 +03:30
parent dbf3ccc4c1
commit 2d05e0b7b7
16 changed files with 22 additions and 110 deletions

View File

@ -1,11 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 2.3.0 (2018-10-17)
### Features
* Migrate Nuxt into monorepo

View File

@ -1,6 +1,6 @@
{ {
"name": "nuxt-legacy", "name": "nuxt-legacy",
"version": "2.3.0", "version": "2.2.0",
"description": "Legacy build of Nuxt.js for Node.js < 8.0.0", "description": "Legacy build of Nuxt.js for Node.js < 8.0.0",
"keywords": [ "keywords": [
"nuxt", "nuxt",
@ -50,10 +50,10 @@
"@babel/polyfill": "^7.0.0", "@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0", "@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0", "@babel/register": "^7.0.0",
"@nuxt/builder": "^2.3.0", "@nuxt/builder": "^2.2.0",
"@nuxt/cli": "^2.3.0", "@nuxt/cli": "^2.2.0",
"@nuxt/common": "^2.3.0", "@nuxt/common": "^2.2.0",
"@nuxt/core": "^2.3.0", "@nuxt/core": "^2.2.0",
"consola": "^1.4.4" "consola": "^1.4.4"
}, },
"engines": { "engines": {

View File

@ -1,11 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 2.3.0 (2018-10-17)
### Features
* Migrate Nuxt into monorepo

View File

@ -1,6 +1,6 @@
{ {
"name": "nuxt-start", "name": "nuxt-start",
"version": "2.3.0", "version": "2.2.0",
"description": "Starts Nuxt.js Application in production mode", "description": "Starts Nuxt.js Application in production mode",
"keywords": [ "keywords": [
"nuxt", "nuxt",
@ -44,9 +44,9 @@
], ],
"main": "dist/nuxt-start.js", "main": "dist/nuxt-start.js",
"dependencies": { "dependencies": {
"@nuxt/cli": "^2.3.0", "@nuxt/cli": "^2.2.0",
"@nuxt/common": "^2.3.0", "@nuxt/common": "^2.2.0",
"@nuxt/core": "^2.3.0", "@nuxt/core": "^2.2.0",
"consola": "^1.4.4" "consola": "^1.4.4"
}, },
"engines": { "engines": {

View File

@ -1,11 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 2.3.0 (2018-10-17)
### Features
* Migrate Nuxt into monorepo

View File

@ -1,6 +1,6 @@
{ {
"name": "nuxt", "name": "nuxt",
"version": "2.3.0", "version": "2.2.0",
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)", "description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
"keywords": [ "keywords": [
"nuxt", "nuxt",
@ -46,10 +46,10 @@
"postinstall": "opencollective || exit 0" "postinstall": "opencollective || exit 0"
}, },
"dependencies": { "dependencies": {
"@nuxt/builder": "^2.3.0", "@nuxt/builder": "^2.2.0",
"@nuxt/cli": "^2.3.0", "@nuxt/cli": "^2.2.0",
"@nuxt/common": "^2.3.0", "@nuxt/common": "^2.2.0",
"@nuxt/core": "^2.3.0", "@nuxt/core": "^2.2.0",
"consola": "^1.4.4" "consola": "^1.4.4"
}, },
"engines": { "engines": {

View File

@ -1,11 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 2.3.0 (2018-10-17)
### Features
* Migrate Nuxt into monorepo

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/app", "name": "@nuxt/app",
"version": "2.3.0", "version": "2.2.0",
"repository": "nuxt/nuxt.js", "repository": "nuxt/nuxt.js",
"license": "MIT", "license": "MIT",
"files": [ "files": [

View File

@ -1,11 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 2.3.0 (2018-10-17)
### Features
* Migrate Nuxt into monorepo

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/builder", "name": "@nuxt/builder",
"version": "2.3.0", "version": "2.2.0",
"repository": "nuxt/nuxt.js", "repository": "nuxt/nuxt.js",
"license": "MIT", "license": "MIT",
"files": [ "files": [
@ -10,8 +10,8 @@
"dependencies": { "dependencies": {
"@babel/core": "^7.1.2", "@babel/core": "^7.1.2",
"@babel/polyfill": "^7.0.0", "@babel/polyfill": "^7.0.0",
"@nuxt/app": "^2.3.0", "@nuxt/app": "^2.2.0",
"@nuxt/common": "^2.3.0", "@nuxt/common": "^2.2.0",
"@nuxtjs/babel-preset-app": "^0.7.0", "@nuxtjs/babel-preset-app": "^0.7.0",
"@nuxtjs/devalue": "^1.0.1", "@nuxtjs/devalue": "^1.0.1",
"@nuxtjs/friendly-errors-webpack-plugin": "^2.0.2", "@nuxtjs/friendly-errors-webpack-plugin": "^2.0.2",

View File

@ -1,11 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 2.3.0 (2018-10-17)
### Features
* Migrate Nuxt into monorepo

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/cli", "name": "@nuxt/cli",
"version": "2.3.0", "version": "2.2.0",
"repository": "nuxt/nuxt.js", "repository": "nuxt/nuxt.js",
"license": "MIT", "license": "MIT",
"files": [ "files": [

View File

@ -1,11 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 2.3.0 (2018-10-17)
### Features
* Migrate Nuxt into monorepo

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/common", "name": "@nuxt/common",
"version": "2.3.0", "version": "2.2.0",
"repository": "nuxt/nuxt.js", "repository": "nuxt/nuxt.js",
"license": "MIT", "license": "MIT",
"files": [ "files": [

View File

@ -1,11 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 2.3.0 (2018-10-17)
### Features
* Migrate Nuxt into monorepo

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/core", "name": "@nuxt/core",
"version": "2.3.0", "version": "2.2.0",
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)", "description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
"repository": "nuxt/nuxt.js", "repository": "nuxt/nuxt.js",
"license": "MIT", "license": "MIT",
@ -9,7 +9,7 @@
], ],
"main": "dist/core.js", "main": "dist/core.js",
"dependencies": { "dependencies": {
"@nuxt/common": "^2.3.0", "@nuxt/common": "^2.2.0",
"@nuxtjs/devalue": "^1.0.1", "@nuxtjs/devalue": "^1.0.1",
"@nuxtjs/opencollective": "^0.1.0", "@nuxtjs/opencollective": "^0.1.0",
"@nuxtjs/youch": "^4.2.3", "@nuxtjs/youch": "^4.2.3",