From 55277068767fad623767d5093c87c6cd4cdc8439 Mon Sep 17 00:00:00 2001 From: t-kelly Date: Fri, 27 Apr 2018 15:06:20 -0400 Subject: [PATCH] v1.0.0-alpha.29 --- CHANGELOG.md | 28 +++++++++++++++++-- lerna.json | 2 +- packages/concat-style-loader/package.json | 2 +- packages/create-slate-theme/package.json | 6 ++-- .../package.json | 2 +- packages/slate-analytics/package.json | 6 ++-- packages/slate-config/package.json | 2 +- packages/slate-cssvar-loader/package.json | 4 +-- packages/slate-env/package.json | 4 +-- packages/slate-error/package.json | 2 +- .../slate-liquid-asset-loader/package.json | 2 +- packages/slate-rc/package.json | 6 ++-- packages/slate-sync/package.json | 8 +++--- .../slate-tag-webpack-plugin/package.json | 2 +- packages/slate-tools/package.json | 20 ++++++------- 15 files changed, 60 insertions(+), 36 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47abdcd38..a13cef1d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,30 @@ # Change Log +## v1.0.0-alpha.29 (2018-04-27) + +#### :rocket: Enhancement + +* `concat-style-loader` + * [#510](https://github.com/Shopify/slate/pull/510) Ignore `@import` statements which are not followed by `url(..)`. ([@t-kelly](https://github.com/t-kelly)) + +#### :bug: Bug Fix + +* `create-slate-theme` + * [#513](https://github.com/Shopify/slate/pull/513) Make sure paths with spaces don't break Create Slate Theme. ([@t-kelly](https://github.com/t-kelly)) +* `slate-liquid-asset-loader`, `slate-tools` + * [#512](https://github.com/Shopify/slate/pull/512) Fix asset url generated in slate-tools start. ([@t-kelly](https://github.com/t-kelly)) +* `slate-cssvar-loader` + * [#506](https://github.com/Shopify/slate/pull/506) Fix default cssVarLoaderLiquidPath for the slate-cssvar-loader package. ([@mmorissette](https://github.com/mmorissette)) + +#### Committers: 3 + +* Martin Morissette ([mmorissette](https://github.com/mmorissette)) +* Thomas Kelly ([t-kelly](https://github.com/t-kelly)) + ## v1.0.0-alpha.28 (2018-04-18) #### :bug: Bug Fix + * `concat-style-loader` * [#500](https://github.com/Shopify/slate/pull/500) Add @import file as dependencies in concat-css-loader. ([@t-kelly](https://github.com/t-kelly)) * `slate-tools` @@ -11,12 +33,14 @@ * [#494](https://github.com/Shopify/slate/pull/494) Adds concat-style-loader to slate-tools package.json. ([@t-kelly](https://github.com/t-kelly)) #### :memo: Documentation + * `slate-tools` * [#497](https://github.com/Shopify/slate/pull/497) Update prompt settings instructions. ([@chrisberthe](https://github.com/chrisberthe)) #### Committers: 2 -- Chris Berthe ([chrisberthe](https://github.com/chrisberthe)) -- Thomas Kelly ([t-kelly](https://github.com/t-kelly)) + +* Chris Berthe ([chrisberthe](https://github.com/chrisberthe)) +* Thomas Kelly ([t-kelly](https://github.com/t-kelly)) ## v1.0.0-alpha.27 (2018-04-17) diff --git a/lerna.json b/lerna.json index 9949eba4c..4e3b1abe8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.0.0", - "version": "1.0.0-alpha.28", + "version": "1.0.0-alpha.29", "npmClient": "yarn", "useWorkspaces": true, "changelog": { diff --git a/packages/concat-style-loader/package.json b/packages/concat-style-loader/package.json index 3dba4aa21..7806fd7e5 100644 --- a/packages/concat-style-loader/package.json +++ b/packages/concat-style-loader/package.json @@ -1,6 +1,6 @@ { "name": "concat-style-loader", - "version": "1.0.0-alpha.28", + "version": "1.0.0-alpha.29", "description": "Finds CSS custom properties (variables) in your stylesheets and replaces them with their corresponding liquid variable", "main": "index.js", "repository": "https://github.com/Shopify/slate/tree/1.x/packages/slate-cssvar-loader", diff --git a/packages/create-slate-theme/package.json b/packages/create-slate-theme/package.json index 7096ccd0d..e4b8e25c3 100644 --- a/packages/create-slate-theme/package.json +++ b/packages/create-slate-theme/package.json @@ -1,6 +1,6 @@ { "name": "create-slate-theme", - "version": "1.0.0-alpha.28", + "version": "1.0.0-alpha.29", "description": "Create a new slate project from an existing slate theme repo", "main": "index.js", "author": "Shopify Inc.", @@ -15,8 +15,8 @@ "create-slate-theme": "./index.js" }, "dependencies": { - "@shopify/slate-analytics": "^1.0.0-alpha.28", - "@shopify/slate-env": "^1.0.0-alpha.28", + "@shopify/slate-analytics": "^1.0.0-alpha.29", + "@shopify/slate-env": "^1.0.0-alpha.29", "chalk": "^2.3.0", "commander": "^2.12.2", "execa": "^0.9.0", diff --git a/packages/html-webpack-liquid-asset-tags-plugin/package.json b/packages/html-webpack-liquid-asset-tags-plugin/package.json index 02af9b9e1..75a0dc8d7 100644 --- a/packages/html-webpack-liquid-asset-tags-plugin/package.json +++ b/packages/html-webpack-liquid-asset-tags-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/html-webpack-liquid-asset-tags-plugin", - "version": "1.0.0-alpha.28", + "version": "1.0.0-alpha.29", "description": "Finds static asset references and turns them into liquid tags with the 'asset_url' filter", "main": "index.js", "author": "Shopify Inc.", diff --git a/packages/slate-analytics/package.json b/packages/slate-analytics/package.json index 6bac507a8..3d477baee 100644 --- a/packages/slate-analytics/package.json +++ b/packages/slate-analytics/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/slate-analytics", - "version": "1.0.0-alpha.28", + "version": "1.0.0-alpha.29", "description": "Slate's analytics controller and event emitter", "main": "index.js", "scripts": { @@ -17,8 +17,8 @@ }, "homepage": "https://github.com/shopify/slate#readme", "dependencies": { - "@shopify/slate-error": "^1.0.0-alpha.28", - "@shopify/slate-rc": "^1.0.0-alpha.28", + "@shopify/slate-error": "^1.0.0-alpha.29", + "@shopify/slate-rc": "^1.0.0-alpha.29", "axios": "^0.18.0", "chalk": "^2.3.0", "inquirer": "^5.0.1", diff --git a/packages/slate-config/package.json b/packages/slate-config/package.json index e6f80c51d..7c24d7c64 100644 --- a/packages/slate-config/package.json +++ b/packages/slate-config/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/slate-config", - "version": "1.0.0-alpha.28", + "version": "1.0.0-alpha.29", "description": "Generate configurations for Slate packages by applying values from slate.config.js to override default values", "main": "index.js", "repository": "https://github.com/Shopify/slate/tree/1.x/packages/slate-config", diff --git a/packages/slate-cssvar-loader/package.json b/packages/slate-cssvar-loader/package.json index f51201a28..84ff28808 100644 --- a/packages/slate-cssvar-loader/package.json +++ b/packages/slate-cssvar-loader/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/slate-cssvar-loader", - "version": "1.0.0-alpha.28", + "version": "1.0.0-alpha.29", "description": "Finds CSS custom properties (variables) in your stylesheets and replaces them with their corresponding liquid variable", "main": "index.js", "repository": "https://github.com/Shopify/slate/tree/1.x/packages/slate-cssvar-loader", @@ -11,7 +11,7 @@ }, "homepage": "https://github.com/Shopify/slate#readme", "dependencies": { - "@shopify/slate-config": "^1.0.0-alpha.28", + "@shopify/slate-config": "^1.0.0-alpha.29", "loader-utils": "^1.1.0" }, "devDependencies": { diff --git a/packages/slate-env/package.json b/packages/slate-env/package.json index 665d6c9fe..c869badbd 100644 --- a/packages/slate-env/package.json +++ b/packages/slate-env/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/slate-env", - "version": "1.0.0-alpha.28", + "version": "1.0.0-alpha.29", "description": "Manages the environment variables which are needed by Slate to interact with Shopify servers.", "main": "index.js", "repository": "https://github.com/Shopify/slate/tree/1.x/packages/slate-env", @@ -11,7 +11,7 @@ }, "homepage": "https://github.com/shopify/slate#readme", "dependencies": { - "@shopify/slate-config": "^1.0.0-alpha.28", + "@shopify/slate-config": "^1.0.0-alpha.29", "dotenv": "^4.0.0" }, "devDependencies": { diff --git a/packages/slate-error/package.json b/packages/slate-error/package.json index ebc7f92d9..01fa67db2 100644 --- a/packages/slate-error/package.json +++ b/packages/slate-error/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/slate-error", - "version": "1.0.0-alpha.28", + "version": "1.0.0-alpha.29", "description": "Slate's global error class", "main": "index.js", "repository": "https://github.com/Shopify/slate/tree/1.x/packages/slate-error", diff --git a/packages/slate-liquid-asset-loader/package.json b/packages/slate-liquid-asset-loader/package.json index 213d80eb3..8bdee4f4d 100644 --- a/packages/slate-liquid-asset-loader/package.json +++ b/packages/slate-liquid-asset-loader/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/slate-liquid-asset-loader", - "version": "1.0.0-alpha.28", + "version": "1.0.0-alpha.29", "description": "Parses liquid files, searching for assets that are piped to `asset_url` and transforming them into `require()` call so that images are run through the correct loader and their name are fingerprinted.", "main": "index.js", "repository": "https://github.com/Shopify/slate/tree/1.x/packages/slate-liquid-asset-loader", diff --git a/packages/slate-rc/package.json b/packages/slate-rc/package.json index 39c9b5c10..be374c1e5 100644 --- a/packages/slate-rc/package.json +++ b/packages/slate-rc/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/slate-rc", - "version": "1.0.0-alpha.28", + "version": "1.0.0-alpha.29", "description": "Slate's global configuration manager. Generates, reads, and applies values to a global .slaterc file", "main": "index.js", "repository": "https://github.com/Shopify/slate/tree/1.x/packages/slate-rc", @@ -11,8 +11,8 @@ }, "homepage": "https://github.com/shopify/slate", "dependencies": { - "@shopify/slate-config": "^1.0.0-alpha.28", - "@shopify/slate-error": "^1.0.0-alpha.28", + "@shopify/slate-config": "^1.0.0-alpha.29", + "@shopify/slate-error": "^1.0.0-alpha.29", "fs-extra": "^5.0.0", "mock-fs": "^4.4.2", "semver": "^5.5.0", diff --git a/packages/slate-sync/package.json b/packages/slate-sync/package.json index a93befe9f..4ce7924a6 100755 --- a/packages/slate-sync/package.json +++ b/packages/slate-sync/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/slate-sync", - "version": "1.0.0-alpha.28", + "version": "1.0.0-alpha.29", "description": "Slate's Shopify API client which handles all theme development requests", "repository": "https://github.com/Shopify/slate/tree/1.x/packages/slate-sync", "license": "MIT", @@ -11,9 +11,9 @@ }, "engine": ">=8.9.4", "dependencies": { - "@shopify/slate-analytics": "^1.0.0-alpha.28", - "@shopify/slate-config": "^1.0.0-alpha.28", - "@shopify/slate-env": "^1.0.0-alpha.28", + "@shopify/slate-analytics": "^1.0.0-alpha.29", + "@shopify/slate-config": "^1.0.0-alpha.29", + "@shopify/slate-env": "^1.0.0-alpha.29", "@shopify/themekit": "0.6.12", "array-flatten": "^2.1.1", "chalk": "2.3.2", diff --git a/packages/slate-tag-webpack-plugin/package.json b/packages/slate-tag-webpack-plugin/package.json index 048474450..3e360f934 100644 --- a/packages/slate-tag-webpack-plugin/package.json +++ b/packages/slate-tag-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/slate-tag-webpack-plugin", - "version": "1.0.0-alpha.28", + "version": "1.0.0-alpha.29", "description": "A webpack plugin that tags a Slate theme settings_schema.json so it's easy to identify on Shopify servers", "main": "index.js", "scripts": { diff --git a/packages/slate-tools/package.json b/packages/slate-tools/package.json index ba1eada8b..19f403bd1 100755 --- a/packages/slate-tools/package.json +++ b/packages/slate-tools/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/slate-tools", - "version": "1.0.0-alpha.28", + "version": "1.0.0-alpha.29", "description": "A modern development toolkit for Shopify themes", "repository": "https://github.com/Shopify/slate/tree/1.x/packages/slate-tools", "license": "MIT", @@ -13,14 +13,14 @@ }, "engine": ">=8.9.4", "dependencies": { - "@shopify/html-webpack-liquid-asset-tags-plugin": "^1.0.0-alpha.28", - "@shopify/slate-analytics": "^1.0.0-alpha.28", - "@shopify/slate-config": "^1.0.0-alpha.28", - "@shopify/slate-cssvar-loader": "^1.0.0-alpha.28", - "@shopify/slate-env": "^1.0.0-alpha.28", - "@shopify/slate-liquid-asset-loader": "^1.0.0-alpha.28", - "@shopify/slate-sync": "^1.0.0-alpha.28", - "@shopify/slate-tag-webpack-plugin": "^1.0.0-alpha.28", + "@shopify/html-webpack-liquid-asset-tags-plugin": "^1.0.0-alpha.29", + "@shopify/slate-analytics": "^1.0.0-alpha.29", + "@shopify/slate-config": "^1.0.0-alpha.29", + "@shopify/slate-cssvar-loader": "^1.0.0-alpha.29", + "@shopify/slate-env": "^1.0.0-alpha.29", + "@shopify/slate-liquid-asset-loader": "^1.0.0-alpha.29", + "@shopify/slate-sync": "^1.0.0-alpha.29", + "@shopify/slate-tag-webpack-plugin": "^1.0.0-alpha.29", "@shopify/theme-lint": "^2.0.0", "@shopify/themekit": "0.6.12", "archiver": "^2.1.0", @@ -30,7 +30,7 @@ "babel-loader": "7.1.4", "chalk": "2.3.2", "clean-webpack-plugin": "0.1.19", - "concat-style-loader": "^1.0.0-alpha.28", + "concat-style-loader": "^1.0.0-alpha.29", "console-control-strings": "^1.1.0", "copy-webpack-plugin": "^4.2.3", "cors": "^2.8.4",