From 6ffb93399f0df7211c7c2b9dbaa1c2b2d71a54f6 Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Thu, 29 Nov 2018 15:01:12 -0500 Subject: [PATCH] v0.8.3 --- 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/backpack-core/package.json | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/examples/basic/package.json b/examples/basic/package.json index c4b0155..c9cf917 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,6 +1,6 @@ { "name": "backpack-examples-basic", - "version": "0.8.2", + "version": "0.8.3", "scripts": { "start": "node ./build/main.js", "dev": "backpack dev", @@ -9,7 +9,7 @@ }, "license": "MIT", "dependencies": { - "backpack-core": "^0.8.2", + "backpack-core": "^0.8.3", "express": "^4.16.2" } } diff --git a/examples/with-custom-babel-config/package.json b/examples/with-custom-babel-config/package.json index 24c9b4d..d3d1ef3 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.8.2", + "version": "0.8.3", "scripts": { "start": "node ./build/main.js", "dev": "backpack dev", @@ -11,7 +11,7 @@ "dependencies": { "@babel/core": "^7.0.0", "@babel/plugin-proposal-do-expressions": "^7.0.0", - "backpack-core": "^0.8.2", + "backpack-core": "^0.8.3", "express": "^4.14.0" } } diff --git a/examples/with-custom-webpack-config/package.json b/examples/with-custom-webpack-config/package.json index df710ef..0c247a1 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.8.2", + "version": "0.8.3", "scripts": { "start": "node ./build/main.js", "dev": "backpack dev", @@ -9,7 +9,7 @@ }, "license": "MIT", "dependencies": { - "backpack-core": "^0.8.2", + "backpack-core": "^0.8.3", "express": "^4.14.0" } } diff --git a/examples/with-flowtype/package.json b/examples/with-flowtype/package.json index 1ed26f3..be5ee3a 100644 --- a/examples/with-flowtype/package.json +++ b/examples/with-flowtype/package.json @@ -1,6 +1,6 @@ { "name": "backpack-examples-with-flowtype", - "version": "0.8.2", + "version": "0.8.3", "scripts": { "start": "node ./build/main.js", "flow": "flow", @@ -12,7 +12,7 @@ "dependencies": { "@babel/core": "^7.1.2", "@babel/plugin-transform-flow-strip-types": "7.0.0", - "backpack-core": "^0.8.2", + "backpack-core": "^0.8.3", "express": "^4.14.0", "flow-bin": "^0.37.4" } diff --git a/examples/with-jest/package.json b/examples/with-jest/package.json index 614254a..4a59023 100644 --- a/examples/with-jest/package.json +++ b/examples/with-jest/package.json @@ -1,6 +1,6 @@ { "name": "backpack-examples-with-jest", - "version": "0.8.2", + "version": "0.8.3", "scripts": { "start": "node ./build/main.js", "test": "NODE_ENV=test jest", @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@babel/core": "^7.1.2", - "backpack-core": "^0.8.2", + "backpack-core": "^0.8.3", "express": "^4.14.0" }, "devDependencies": { diff --git a/examples/with-typescript/package.json b/examples/with-typescript/package.json index b34cf79..d5a6129 100644 --- a/examples/with-typescript/package.json +++ b/examples/with-typescript/package.json @@ -1,6 +1,6 @@ { "name": "backpack-examples-with-typescript", - "version": "0.8.2", + "version": "0.8.3", "scripts": { "start": "node ./build/main.js", "dev": "backpack dev", @@ -10,7 +10,7 @@ "dependencies": { "@types/express": "^4.0.34", "awesome-typescript-loader": "^3.0.0-beta.18", - "backpack-core": "^0.8.2", + "backpack-core": "^0.8.3", "express": "^4.14.0", "typescript": "^2.1.5" } diff --git a/lerna.json b/lerna.json index 6306afb..41ddb1e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.9.0", - "version": "0.8.2", + "version": "0.8.3", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/backpack-core/package.json b/packages/backpack-core/package.json index 214c754..ed81859 100644 --- a/packages/backpack-core/package.json +++ b/packages/backpack-core/package.json @@ -1,6 +1,6 @@ { "name": "backpack-core", - "version": "0.8.2", + "version": "0.8.3", "description": "Backpack is a minimalistic build system for Node.js", "repository": "palmerhq/backpack", "author": "@jaredpalmer", @@ -24,4 +24,4 @@ "webpack": "^4.23.1", "webpack-node-externals": "^1.7.2" } -} \ No newline at end of file +}