diff --git a/lerna.json b/lerna.json index b1243e2..f77e8e3 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,6 @@ "lerna": "2.0.0-rc.5", "packages": [ "packages/*" - ] + ], + "version": "3.0.2" } diff --git a/packages/nocms-plugin-directory-resources/package.json b/packages/nocms-plugin-directory-resources/package.json index 19ddd4c..d1e01ef 100644 --- a/packages/nocms-plugin-directory-resources/package.json +++ b/packages/nocms-plugin-directory-resources/package.json @@ -1,6 +1,6 @@ { "name": "nocms-plugin-directory-resources", - "version": "3.0.1-0", + "version": "3.0.2", "description": "Directory Resources for NOCMS", "scripts": { "build": "babel src --out-dir lib", diff --git a/packages/nocms-plugin-file-resources/package.json b/packages/nocms-plugin-file-resources/package.json index b8ad0ed..11b8f9f 100644 --- a/packages/nocms-plugin-file-resources/package.json +++ b/packages/nocms-plugin-file-resources/package.json @@ -1,6 +1,6 @@ { "name": "nocms-plugin-file-resources", - "version": "3.0.1-0", + "version": "3.0.2", "description": "File Resources for NOCMS", "scripts": { "build": "babel src --out-dir lib", diff --git a/packages/nocms-plugin-image-resources/package.json b/packages/nocms-plugin-image-resources/package.json index 8800915..110094b 100644 --- a/packages/nocms-plugin-image-resources/package.json +++ b/packages/nocms-plugin-image-resources/package.json @@ -1,6 +1,6 @@ { "name": "nocms-plugin-image-resources", - "version": "3.0.1-0", + "version": "3.0.2", "description": "Image Resources for NOCMS", "scripts": { "build": "babel src --out-dir lib", diff --git a/packages/nocms-plugin-json-resources/package.json b/packages/nocms-plugin-json-resources/package.json index 1aa2de0..ba2b6b5 100644 --- a/packages/nocms-plugin-json-resources/package.json +++ b/packages/nocms-plugin-json-resources/package.json @@ -1,6 +1,6 @@ { "name": "nocms-plugin-json-resources", - "version": "3.0.1-0", + "version": "3.0.2", "description": "JSON Resources for NOCMS", "scripts": { "build": "babel src --out-dir lib", diff --git a/packages/nocms-plugin-sitemap/package.json b/packages/nocms-plugin-sitemap/package.json index fc2bf7a..637250a 100644 --- a/packages/nocms-plugin-sitemap/package.json +++ b/packages/nocms-plugin-sitemap/package.json @@ -1,6 +1,6 @@ { "name": "nocms-plugin-sitemap", - "version": "3.0.1-0", + "version": "3.0.2", "description": "Provides a sitemap.xml resource with all resources that have text/html as mime type.", "main": "index.js", "scripts": { diff --git a/packages/nocms/package.json b/packages/nocms/package.json index a6cf26f..47fc6a1 100644 --- a/packages/nocms/package.json +++ b/packages/nocms/package.json @@ -1,6 +1,6 @@ { "name": "nocms", - "version": "3.0.1-0", + "version": "3.0.2", "description": "You don't need a CMS", "scripts": { "compile": "babel src --out-dir .", @@ -40,9 +40,9 @@ "eslint-plugin-import": "^2.2.0", "mocha": "^3.0.2", "mocha-eslint": "^3.0.1", - "nocms-plugin-directory-resources": "^3.0.1-0", - "nocms-plugin-file-resources": "^3.0.1-0", - "nocms-plugin-json-resources": "^3.0.1-0", + "nocms-plugin-directory-resources": "^3.0.2", + "nocms-plugin-file-resources": "^3.0.2", + "nocms-plugin-json-resources": "^3.0.2", "sinon": "^1.17.4", "sinon-as-promised": "^4.0.0", "sinon-chai": "^2.8.0"