From 4712180513ee6319e8e8c8aa0e7e87dc00c82935 Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Thu, 27 Jul 2017 09:55:10 -0400 Subject: [PATCH] v0.4.0 --- examples/basic/package.json | 4 ++-- examples/with-custom-babel-config/package.json | 4 ++-- examples/with-custom-webpack-config/package.json | 4 ++-- examples/with-flowtype/package.json | 4 ++-- examples/with-jest/package.json | 4 ++-- examples/with-typescript/package.json | 4 ++-- lerna.json | 2 +- packages/babel-preset-backpack/package.json | 2 +- packages/backpack-core/package.json | 4 ++-- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/examples/basic/package.json b/examples/basic/package.json index d5a87eb..a4ecdf3 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,6 +1,6 @@ { "name": "backpack-examples-basic", - "version": "0.4.0-rc1", + "version": "0.4.0", "scripts": { "start": "node ./build/main.js", "dev": "backpack dev", @@ -9,7 +9,7 @@ }, "license": "MIT", "dependencies": { - "backpack-core": "^0.4.0-rc1", + "backpack-core": "^0.4.0", "express": "^4.14.0" } } diff --git a/examples/with-custom-babel-config/package.json b/examples/with-custom-babel-config/package.json index bf27e36..bd3a2e2 100644 --- a/examples/with-custom-babel-config/package.json +++ b/examples/with-custom-babel-config/package.json @@ -1,6 +1,6 @@ { "name": "backpack-examples-with-custom-babel-config", - "version": "0.4.0-rc1", + "version": "0.4.0", "scripts": { "start": "node ./build/main.js", "dev": "backpack dev", @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "babel-preset-stage-0": "^6.16.0", - "backpack-core": "^0.4.0-rc1", + "backpack-core": "^0.4.0", "express": "^4.14.0" } } diff --git a/examples/with-custom-webpack-config/package.json b/examples/with-custom-webpack-config/package.json index 8c656dd..301df4b 100644 --- a/examples/with-custom-webpack-config/package.json +++ b/examples/with-custom-webpack-config/package.json @@ -1,6 +1,6 @@ { "name": "backpack-examples-with-custom-webpack-config", - "version": "0.4.0-rc1", + "version": "0.4.0", "scripts": { "start": "node ./build/main.js", "dev": "backpack dev", @@ -9,7 +9,7 @@ }, "license": "MIT", "dependencies": { - "backpack-core": "^0.4.0-rc1", + "backpack-core": "^0.4.0", "express": "^4.14.0" } } diff --git a/examples/with-flowtype/package.json b/examples/with-flowtype/package.json index 754a203..d7822c5 100644 --- a/examples/with-flowtype/package.json +++ b/examples/with-flowtype/package.json @@ -1,6 +1,6 @@ { "name": "backpack-examples-with-flowtype", - "version": "0.4.0-rc1", + "version": "0.4.0", "scripts": { "start": "node ./build/main.js", "flow": "flow", @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "babel-plugin-transform-flow-strip-types": "^6.21.0", - "backpack-core": "^0.4.0-rc1", + "backpack-core": "^0.4.0", "express": "^4.14.0", "flow-bin": "^0.37.4" } diff --git a/examples/with-jest/package.json b/examples/with-jest/package.json index 08c1b7c..25bc60e 100644 --- a/examples/with-jest/package.json +++ b/examples/with-jest/package.json @@ -1,6 +1,6 @@ { "name": "backpack-examples-with-jest", - "version": "0.4.0-rc1", + "version": "0.4.0", "scripts": { "start": "node ./build/main.js", "test": "NODE_ENV=test jest", @@ -10,7 +10,7 @@ }, "license": "MIT", "dependencies": { - "backpack-core": "^0.4.0-rc1", + "backpack-core": "^0.4.0", "express": "^4.14.0" }, "devDependencies": { diff --git a/examples/with-typescript/package.json b/examples/with-typescript/package.json index 3f79ca3..7894276 100644 --- a/examples/with-typescript/package.json +++ b/examples/with-typescript/package.json @@ -1,6 +1,6 @@ { "name": "backpack-examples-with-typescript", - "version": "0.4.0-rc1", + "version": "0.4.0", "scripts": { "start": "node ./build/main.js", "dev": "backpack dev", @@ -11,7 +11,7 @@ "express": "^4.14.0", "@types/express": "^4.0.34", "awesome-typescript-loader": "^3.0.0-beta.18", - "backpack-core": "^0.4.0-rc1", + "backpack-core": "^0.4.0", "typescript": "^2.1.5" } } diff --git a/lerna.json b/lerna.json index d831a94..37e9dcf 100644 --- a/lerna.json +++ b/lerna.json @@ -4,6 +4,6 @@ "examples/*", "packages/*" ], - "version": "0.4.0-rc1", + "version": "0.4.0", "npmClient": "yarn" } diff --git a/packages/babel-preset-backpack/package.json b/packages/babel-preset-backpack/package.json index f227965..19e2ef8 100644 --- a/packages/babel-preset-backpack/package.json +++ b/packages/babel-preset-backpack/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-backpack", - "version": "0.4.0-rc1", + "version": "0.4.0", "description": "Babel preset for Backpack projects", "repository": "palmerhq/backpack", "author": "jaredpalmer", diff --git a/packages/backpack-core/package.json b/packages/backpack-core/package.json index a379b1a..74131ec 100644 --- a/packages/backpack-core/package.json +++ b/packages/backpack-core/package.json @@ -1,6 +1,6 @@ { "name": "backpack-core", - "version": "0.4.0-rc1", + "version": "0.4.0", "description": "Backpack is a minimalistic build system for Node.js", "repository": "palmerhq/backpack", "author": "@jaredpalmer", @@ -14,7 +14,7 @@ "dependencies": { "babel-core": "^6.25.0", "babel-loader": "^7.1.0", - "babel-preset-backpack": "^0.4.0-rc1", + "babel-preset-backpack": "^0.4.0", "cross-spawn": "^5.0.1", "friendly-errors-webpack-plugin": "^1.6.1", "nodemon": "^1.11.0",