From 2913cb72295758d05880d213896fc38732beb702 Mon Sep 17 00:00:00 2001 From: Josh Black Date: Tue, 12 Feb 2019 17:00:40 -0600 Subject: [PATCH] v0.0.1-alpha.32 --- lerna.json | 2 +- packages/app-icons/package.json | 2 +- packages/bundler/package.json | 4 ++-- packages/cli-reporter/package.json | 2 +- packages/colors/package.json | 6 +++--- packages/elements/package.json | 18 +++++++++--------- packages/grid/package.json | 7 +++---- packages/icon-helpers/package.json | 4 ++-- packages/icons-angular/package.json | 10 +++++----- packages/icons-handlebars/package.json | 6 +++--- packages/icons-react/package.json | 10 +++++----- packages/icons-vue/package.json | 8 ++++---- packages/icons/package.json | 4 ++-- packages/import-once/package.json | 2 +- packages/layout/package.json | 4 ++-- packages/motion/package.json | 4 ++-- packages/pictograms/package.json | 2 +- .../stylelint-config-elements/package.json | 2 +- packages/themes/package.json | 6 +++--- packages/type/package.json | 8 ++++---- 20 files changed, 55 insertions(+), 56 deletions(-) diff --git a/lerna.json b/lerna.json index b546ce63..15e9f687 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.11.0", - "version": "0.0.1-alpha.31", + "version": "0.0.1-alpha.32", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/app-icons/package.json b/packages/app-icons/package.json index 1c0a7390..b1859df4 100644 --- a/packages/app-icons/package.json +++ b/packages/app-icons/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/app-icons", "private": true, - "version": "0.0.1-alpha.31", + "version": "0.0.1-alpha.32", "license": "Apache-2.0", "main": "index.js", "repository": "https://github.com/IBM/carbon-elements/tree/master/packages/app-icons", diff --git a/packages/bundler/package.json b/packages/bundler/package.json index 65fe7e35..df381c1e 100644 --- a/packages/bundler/package.json +++ b/packages/bundler/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/bundler", "description": "Bundler used for libraries in the Carbon Design System", - "version": "0.0.1-alpha.31", + "version": "0.0.1-alpha.32", "license": "Apache-2.0", "bin": { "bundler": "./bin/bundler.js" @@ -21,7 +21,7 @@ "dependencies": { "@babel/core": "^7.1.6", "@babel/preset-env": "^7.1.6", - "@carbon/cli-reporter": "0.0.1-alpha.31", + "@carbon/cli-reporter": "0.0.1-alpha.32", "autoprefixer": "^9.4.3", "babel-plugin-macros": "^2.4.2", "chalk": "^2.4.1", diff --git a/packages/cli-reporter/package.json b/packages/cli-reporter/package.json index 6944e42e..db8ea456 100644 --- a/packages/cli-reporter/package.json +++ b/packages/cli-reporter/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/cli-reporter", "description": "Reporter for CLI-based tools in the Carbon Design System", - "version": "0.0.1-alpha.31", + "version": "0.0.1-alpha.32", "license": "Apache-2.0", "main": "index.js", "repository": "https://github.com/IBM/carbon-elements/tree/master/packages/cli-reporter", diff --git a/packages/colors/package.json b/packages/colors/package.json index 1ba61d10..009d6b1a 100644 --- a/packages/colors/package.json +++ b/packages/colors/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/colors", "description": "Colors for digital and software products using the Carbon Design System", - "version": "0.0.1-alpha.31", + "version": "0.0.1-alpha.32", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -29,8 +29,8 @@ "clean": "rimraf css es lib umd scss" }, "devDependencies": { - "@carbon/bundler": "0.0.1-alpha.31", - "@carbon/cli-reporter": "0.0.1-alpha.31", + "@carbon/bundler": "0.0.1-alpha.32", + "@carbon/cli-reporter": "0.0.1-alpha.32", "change-case": "^3.0.2", "fs-extra": "^7.0.0", "node-sass": "^4.9.4", diff --git a/packages/elements/package.json b/packages/elements/package.json index a4d8224f..efac9dc0 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/elements", "description": "A collection of design elements in code for the IBM Design Language", - "version": "0.0.1-alpha.31", + "version": "0.0.1-alpha.32", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -29,16 +29,16 @@ "clean": "rimraf es lib umd && node tasks/clean.js" }, "dependencies": { - "@carbon/colors": "0.0.1-alpha.31", - "@carbon/grid": "0.0.1-alpha.31", - "@carbon/import-once": "0.0.1-alpha.31", - "@carbon/layout": "0.0.1-alpha.31", - "@carbon/motion": "0.0.1-alpha.31", - "@carbon/themes": "0.0.1-alpha.31", - "@carbon/type": "0.0.1-alpha.31" + "@carbon/colors": "0.0.1-alpha.32", + "@carbon/grid": "0.0.1-alpha.32", + "@carbon/import-once": "0.0.1-alpha.32", + "@carbon/layout": "0.0.1-alpha.32", + "@carbon/motion": "0.0.1-alpha.32", + "@carbon/themes": "0.0.1-alpha.32", + "@carbon/type": "0.0.1-alpha.32" }, "devDependencies": { - "@carbon/bundler": "0.0.1-alpha.31", + "@carbon/bundler": "0.0.1-alpha.32", "fs-extra": "^7.0.1", "klaw-sync": "^6.0.0", "replace-in-file": "^3.4.2", diff --git a/packages/grid/package.json b/packages/grid/package.json index e080812b..28b641f3 100644 --- a/packages/grid/package.json +++ b/packages/grid/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/grid", "description": "Grid for digital and software products using the Carbon Design System", - "version": "0.0.1-alpha.31", + "version": "0.0.1-alpha.32", "license": "Apache-2.0", "repository": "https://github.com/IBM/carbon-elements/tree/master/packages/grid", "bugs": "https://github.com/IBM/carbon-elements/issues", @@ -22,10 +22,9 @@ }, "scripts": {}, "dependencies": { - "@carbon/import-once": "0.0.1-alpha.31", - "@carbon/layout": "0.0.1-alpha.31" + "@carbon/import-once": "0.0.1-alpha.32", + "@carbon/layout": "0.0.1-alpha.32" }, - "devDependencies": {}, "eyeglass": { "exports": false, "name": "@carbon/grid", diff --git a/packages/icon-helpers/package.json b/packages/icon-helpers/package.json index 796a29cf..0df2d622 100644 --- a/packages/icon-helpers/package.json +++ b/packages/icon-helpers/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icon-helpers", "description": "Helpers used alongside icons for digital and software products using the Carbon Design System", - "version": "0.0.1-alpha.31", + "version": "0.0.1-alpha.32", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -27,7 +27,7 @@ "clean": "rimraf es lib umd" }, "devDependencies": { - "@carbon/bundler": "0.0.1-alpha.31", + "@carbon/bundler": "0.0.1-alpha.32", "rimraf": "^2.6.2" }, "sideEffects": false diff --git a/packages/icons-angular/package.json b/packages/icons-angular/package.json index 69e3ae31..0c86182f 100644 --- a/packages/icons-angular/package.json +++ b/packages/icons-angular/package.json @@ -2,7 +2,7 @@ "name": "@carbon/icons-angular", "private": true, "description": "Angular components for icons in digital and software products using the Carbon Design System", - "version": "0.0.1-alpha.31", + "version": "0.0.1-alpha.32", "license": "Apache-2.0", "main": "lib/index.js", "repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons-angular", @@ -30,15 +30,15 @@ "@angular/core": "^6.0.0" }, "dependencies": { - "@carbon/icon-helpers": "0.0.1-alpha.31" + "@carbon/icon-helpers": "0.0.1-alpha.32" }, "devDependencies": { "@angular/compiler": "6.1.10", "@angular/compiler-cli": "6.1.10", "@angular/core": "6.1.10", - "@carbon/cli-reporter": "0.0.1-alpha.31", - "@carbon/icon-helpers": "0.0.1-alpha.31", - "@carbon/icons": "0.0.1-alpha.31", + "@carbon/cli-reporter": "0.0.1-alpha.32", + "@carbon/icon-helpers": "0.0.1-alpha.32", + "@carbon/icons": "0.0.1-alpha.32", "change-case": "3.0.2", "fs-extra": "7.0.1", "rollup": "^0.66.6", diff --git a/packages/icons-handlebars/package.json b/packages/icons-handlebars/package.json index 22e9f5fd..39ecd054 100644 --- a/packages/icons-handlebars/package.json +++ b/packages/icons-handlebars/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons-handlebars", "description": "Handlebars helpers for IBM Design Language icons in digital and software products using the Carbon Design System", - "version": "0.0.1-alpha.31", + "version": "0.0.1-alpha.32", "license": "Apache-2.0", "main": "index.js", "repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons-handlebars", @@ -20,8 +20,8 @@ "handlebars": "^4.0.12" }, "dependencies": { - "@carbon/icon-helpers": "0.0.1-alpha.31", - "@carbon/icons": "0.0.1-alpha.31" + "@carbon/icon-helpers": "0.0.1-alpha.32", + "@carbon/icons": "0.0.1-alpha.32" }, "devDependencies": { "handlebars": "^4.0.12" diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 58fc789f..dacf38f3 100644 --- a/packages/icons-react/package.json +++ b/packages/icons-react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons-react", "description": "React components for icons in digital and software products using the Carbon Design System", - "version": "0.0.1-alpha.31", + "version": "0.0.1-alpha.32", "license": "Apache-2.0", "repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons-react", "bugs": "https://github.com/IBM/carbon-elements/issues", @@ -25,15 +25,15 @@ "clean": "rimraf es lib umd" }, "dependencies": { - "@carbon/icon-helpers": "0.0.1-alpha.31", + "@carbon/icon-helpers": "0.0.1-alpha.32", "prop-types": "^15.6.2" }, "devDependencies": { "@babel/core": "^7.2.0", "@babel/preset-env": "^7.2.0", - "@carbon/bundler": "0.0.1-alpha.31", - "@carbon/cli-reporter": "0.0.1-alpha.31", - "@carbon/icons": "0.0.1-alpha.31", + "@carbon/bundler": "0.0.1-alpha.32", + "@carbon/cli-reporter": "0.0.1-alpha.32", + "@carbon/icons": "0.0.1-alpha.32", "change-case": "^3.0.2", "fs-extra": "^7.0.0", "prettier": "^1.14.3", diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index d54f3a70..2e05a76c 100644 --- a/packages/icons-vue/package.json +++ b/packages/icons-vue/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons-vue", "description": "Vue components for icons in digital and software products using the Carbon Design System", - "version": "0.0.1-alpha.31", + "version": "0.0.1-alpha.32", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -22,11 +22,11 @@ "clean": "rimraf es lib umd" }, "dependencies": { - "@carbon/icon-helpers": "0.0.1-alpha.31" + "@carbon/icon-helpers": "0.0.1-alpha.32" }, "devDependencies": { - "@carbon/cli-reporter": "0.0.1-alpha.31", - "@carbon/icons": "0.0.1-alpha.31", + "@carbon/cli-reporter": "0.0.1-alpha.32", + "@carbon/icons": "0.0.1-alpha.32", "fs-extra": "^7.0.1", "prettier": "^1.15.2", "rimraf": "^2.6.2", diff --git a/packages/icons/package.json b/packages/icons/package.json index 35dad108..f920d634 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons", "description": "Icons for digital and software products using the Carbon Design System", - "version": "0.0.1-alpha.31", + "version": "0.0.1-alpha.32", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -29,7 +29,7 @@ "prepublishOnly": "yarn build" }, "devDependencies": { - "@carbon/cli-reporter": "0.0.1-alpha.31", + "@carbon/cli-reporter": "0.0.1-alpha.32", "change-case": "^3.0.2", "del": "^3.0.0", "klaw-sync": "^6.0.0", diff --git a/packages/import-once/package.json b/packages/import-once/package.json index 64174920..ab079ac5 100644 --- a/packages/import-once/package.json +++ b/packages/import-once/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/import-once", "description": "Sass helper for importing files only once. Used in the Carbon Design System", - "version": "0.0.1-alpha.31", + "version": "0.0.1-alpha.32", "license": "Apache-2.0", "repository": "https://github.com/IBM/carbon-elements/tree/master/packages/import-once", "bugs": "https://github.com/IBM/carbon-elements/issues", diff --git a/packages/layout/package.json b/packages/layout/package.json index a8249267..018db00f 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/layout", "description": "Layout helpers for digital and software products using the Carbon Design System", - "version": "0.0.1-alpha.31", + "version": "0.0.1-alpha.32", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -23,7 +23,7 @@ "clean": "rimraf es lib umd" }, "devDependencies": { - "@carbon/bundler": "0.0.1-alpha.31", + "@carbon/bundler": "0.0.1-alpha.32", "rimraf": "^2.6.2" }, "eyeglass": { diff --git a/packages/motion/package.json b/packages/motion/package.json index d4bdabd3..31bd95fb 100644 --- a/packages/motion/package.json +++ b/packages/motion/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/motion", "description": "Motion helpers for digital and software products using the Carbon Design System", - "version": "0.0.1-alpha.31", + "version": "0.0.1-alpha.32", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -23,7 +23,7 @@ "clean": "rimraf es lib umd" }, "devDependencies": { - "@carbon/bundler": "0.0.1-alpha.31", + "@carbon/bundler": "0.0.1-alpha.32", "rimraf": "^2.6.2" }, "eyeglass": { diff --git a/packages/pictograms/package.json b/packages/pictograms/package.json index a513c5a1..739cfc1c 100644 --- a/packages/pictograms/package.json +++ b/packages/pictograms/package.json @@ -2,7 +2,7 @@ "name": "@carbon/pictograms", "private": true, "description": "Pictograms for digital and software products using the Carbon Design System", - "version": "0.0.1-alpha.31", + "version": "0.0.1-alpha.32", "license": "Apache-2.0", "repository": "https://github.com/IBM/carbon-elements/tree/master/packages/pictograms", "bugs": "https://github.com/IBM/carbon-elements/issues", diff --git a/packages/stylelint-config-elements/package.json b/packages/stylelint-config-elements/package.json index c945d866..da9d3523 100644 --- a/packages/stylelint-config-elements/package.json +++ b/packages/stylelint-config-elements/package.json @@ -2,7 +2,7 @@ "name": "@carbon/stylelint-config-elements", "private": true, "description": "Stylelint configuration for Carbon Elements", - "version": "0.0.1-alpha.31", + "version": "0.0.1-alpha.32", "license": "Apache-2.0", "main": "index.js", "repository": "https://github.com/IBM/carbon-elements/tree/master/packages/stylelint-config-elements", diff --git a/packages/themes/package.json b/packages/themes/package.json index b67413de..531ef961 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/themes", "description": "Themes for applying color in the Carbon Design System", - "version": "0.0.1-alpha.31", + "version": "0.0.1-alpha.32", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -22,10 +22,10 @@ "build": "yarn clean && bundler bundle src/index.js --name CarbonThemes && node tasks/build.js && bundler check 'scss/*.scss'" }, "dependencies": { - "@carbon/colors": "0.0.1-alpha.31" + "@carbon/colors": "0.0.1-alpha.32" }, "devDependencies": { - "@carbon/cli-reporter": "0.0.1-alpha.31", + "@carbon/cli-reporter": "0.0.1-alpha.32", "change-case": "^3.0.2", "fs-extra": "^7.0.1", "prettier": "^1.15.3", diff --git a/packages/type/package.json b/packages/type/package.json index 1d39378e..f775b9af 100644 --- a/packages/type/package.json +++ b/packages/type/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/type", "description": "Typography for digital and software products using the Carbon Design System", - "version": "0.0.1-alpha.31", + "version": "0.0.1-alpha.32", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -30,11 +30,11 @@ "clean": "rimraf css es lib umd" }, "dependencies": { - "@carbon/import-once": "0.0.1-alpha.31", - "@carbon/layout": "0.0.1-alpha.31" + "@carbon/import-once": "0.0.1-alpha.32", + "@carbon/layout": "0.0.1-alpha.32" }, "devDependencies": { - "@carbon/bundler": "0.0.1-alpha.31", + "@carbon/bundler": "0.0.1-alpha.32", "rimraf": "^2.6.2" }, "eyeglass": {