Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hilleer committed Jul 6, 2017
1 parent 7f44c9c commit 435ca8f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"lerna": "2.0.0-rc.5",
"packages": [
"packages/*"
]
],
"version": "3.0.2"
}
2 changes: 1 addition & 1 deletion packages/nocms-plugin-directory-resources/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/nocms-plugin-file-resources/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/nocms-plugin-image-resources/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/nocms-plugin-json-resources/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/nocms-plugin-sitemap/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions packages/nocms/package.json
Original file line number Diff line number Diff line change
@@ -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 .",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 435ca8f

Please sign in to comment.