Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Jan 18, 2019
1 parent 13f7ae4 commit 3350c98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.0",
"version": "0.0.5",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion services/delivery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@base-cms/parcel-plug-delivery",
"version": "0.0.0",
"version": "0.0.5",
"description": "The Parcel Plug Express Delivery Service.",
"main": "src/index.js",
"author": "Josh Worden <josh@limit0.io>",
Expand Down
2 changes: 1 addition & 1 deletion services/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@base-cms/parcel-plug-graphql",
"version": "0.0.0",
"version": "0.0.5",
"description": "The Parcel Plug GraphQL server using Apollo and Express.",
"main": "src/index.js",
"author": "Jacob Bare <jacob@limit0.io>",
Expand Down
2 changes: 1 addition & 1 deletion services/manage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@base-cms/parcel-plug-manage",
"version": "0.0.0",
"version": "0.0.5",
"private": true,
"repository": "",
"license": "MIT",
Expand Down

0 comments on commit 3350c98

Please sign in to comment.