Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey committed Jun 6, 2019
1 parent 3fa2164 commit 59009c4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.5.0"
"version": "1.5.1"
}
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slater/compiler",
"version": "1.5.0",
"version": "1.5.1",
"description": "Compiler abstraction for slater.",
"main": "index.js",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/slater/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slater",
"version": "1.5.0",
"version": "1.5.1",
"description": "A Shopify development toolkit",
"main": "index.js",
"bin": {
Expand All @@ -16,9 +16,9 @@
"homepage": "https://github.com/the-couch/slater#readme",
"dependencies": {
"@friendsof/spaghetti": "^1.4.0",
"@slater/compiler": "^1.5.0",
"@slater/sync": "^1.5.0",
"@slater/util": "^1.5.0",
"@slater/compiler": "^1.5.1",
"@slater/sync": "^1.5.1",
"@slater/util": "^1.5.1",
"ansi-colors": "^3.0.4",
"anymatch": "^2.0.0",
"chokidar": "^2.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slater/sync",
"version": "1.5.0",
"version": "1.5.1",
"description": "shopify theme deployment utility",
"main": "index.js",
"bin": {
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"homepage": "https://github.com/the-couch/slater#readme",
"dependencies": {
"@slater/util": "^1.5.0",
"@slater/util": "^1.5.1",
"ansi-colors": "^3.0.4",
"exit": "^0.1.2",
"fs-extra": "^7.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slater/theme",
"version": "1.5.0",
"version": "1.5.1",
"scripts": {
"start": "slater watch",
"build": "slater build",
Expand All @@ -15,7 +15,7 @@
"license": "MIT",
"homepage": "https://github.com/the-couch/slater#readme",
"devDependencies": {
"slater": "^1.5.0"
"slater": "^1.5.1"
},
"dependencies": {
"choozy": "0.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slater/util",
"version": "1.5.0",
"version": "1.5.1",
"description": "shopify theme management toolkit",
"main": "index.js",
"scripts": {},
Expand Down

0 comments on commit 59009c4

Please sign in to comment.