Skip to content

Commit

Permalink
v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hilleer committed Jul 12, 2017
1 parent 58f9237 commit c6a1f19
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "3.0.4"
"version": "3.0.5"
}
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.4",
"version": "3.0.5",
"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.4",
"version": "3.0.5",
"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.4",
"version": "3.0.5",
"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.4",
"version": "3.0.5",
"description": "JSON Resources for NOCMS",
"scripts": {
"build": "babel src --out-dir lib",
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.4",
"version": "3.0.5",
"description": "You don't need a CMS",
"scripts": {
"build": "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.4",
"nocms-plugin-file-resources": "^3.0.4",
"nocms-plugin-json-resources": "^3.0.4",
"nocms-plugin-directory-resources": "^3.0.5",
"nocms-plugin-file-resources": "^3.0.5",
"nocms-plugin-json-resources": "^3.0.5",
"sinon": "^1.17.4",
"sinon-as-promised": "^4.0.0",
"sinon-chai": "^2.8.0"
Expand Down

0 comments on commit c6a1f19

Please sign in to comment.