Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kelly authored and Thomas Kelly committed Oct 30, 2017
1 parent ee5b9d9 commit 9e6590f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "0.12.4",
"version": "0.13.0",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/slate",
"version": "0.12.1",
"version": "0.13.0",
"description": "Slate CLI tools",
"bin": {
"slate": "lib/index.js"
Expand Down
6 changes: 3 additions & 3 deletions packages/slate-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slate-theme",
"version": "0.12.4",
"version": "0.13.0",
"private": true,
"author": "Shopify Inc.",
"description": "A theme scaffold and command line tool for developing Shopify themes.",
Expand All @@ -21,8 +21,8 @@
"test": "jest"
},
"devDependencies": {
"@shopify/slate": "^0.12.1",
"@shopify/slate-tools": "^0.12.1",
"@shopify/slate": "^0.13.0",
"@shopify/slate-tools": "^0.13.0",
"jest": "^20.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/slate-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/slate-tools",
"version": "0.12.1",
"version": "0.13.0",
"description": "Tooling for Shopify themes",
"main": "lib/gulpfile.js",
"license": "MIT",
Expand Down

0 comments on commit 9e6590f

Please sign in to comment.