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

Commit 3b63945

Browse files
author
Thomas Kelly
committed
v0.12.0
1 parent bb85fe1 commit 3b63945

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.0.0",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"packages": [
55
"packages/*"
66
],

packages/slate-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/slate",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Slate CLI tools",
55
"bin": {
66
"slate": "lib/index.js"

packages/slate-theme/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slate-theme",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"private": true,
55
"author": "Shopify Inc.",
66
"description": "A theme scaffold and command line tool for developing Shopify themes.",
@@ -21,8 +21,8 @@
2121
"test": "jest"
2222
},
2323
"devDependencies": {
24-
"@shopify/slate-tools": "^0.11.0",
25-
"@shopify/slate": "^0.11.0",
24+
"@shopify/slate": "^0.12.0",
25+
"@shopify/slate-tools": "^0.12.0",
2626
"jest": "^20.0.4"
2727
}
2828
}

packages/slate-tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/slate-tools",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Tooling for Shopify themes",
55
"main": "lib/gulpfile.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)