Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Jan 30, 2019
1 parent 1424291 commit e594513
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.6",
"version": "1.0.0",
"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.6",
"version": "1.0.0",
"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.6",
"version": "1.0.0",
"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.6",
"version": "1.0.0",
"private": true,
"repository": "",
"license": "MIT",
Expand Down

0 comments on commit e594513

Please sign in to comment.