diff --git a/lerna.json b/lerna.json index 024cad4f..1b789f4a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.11.0", - "version": "0.0.1-alpha.24", + "version": "0.0.1-alpha.25", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/bundler/package.json b/packages/bundler/package.json index fa56746a..47bd1734 100644 --- a/packages/bundler/package.json +++ b/packages/bundler/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/bundler", "private": true, - "version": "0.0.1-alpha.24", + "version": "0.0.1-alpha.25", "bin": { "bundler": "./bin/bundler.js" }, diff --git a/packages/cli-reporter/package.json b/packages/cli-reporter/package.json index 5823f38e..780abd2a 100644 --- a/packages/cli-reporter/package.json +++ b/packages/cli-reporter/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/cli-reporter", "private": true, - "version": "0.0.1-alpha.24", + "version": "0.0.1-alpha.25", "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 605a970a..141dc25b 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.24", + "version": "0.0.1-alpha.25", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -29,8 +29,8 @@ "clean": "rimraf es lib umd scss" }, "devDependencies": { - "@carbon/bundler": "0.0.1-alpha.24", - "@carbon/cli-reporter": "0.0.1-alpha.24", + "@carbon/bundler": "0.0.1-alpha.25", + "@carbon/cli-reporter": "0.0.1-alpha.25", "fs-extra": "^7.0.0", "node-sass": "^4.9.4", "prettier": "^1.14.3", diff --git a/packages/grid/package.json b/packages/grid/package.json index 203d4006..b126ac39 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.24", + "version": "0.0.1-alpha.25", "license": "Apache-2.0", "repository": "https://github.com/IBM/carbon-elements/tree/master/packages/grid", "bugs": "https://github.com/IBM/carbon-elements/issues", @@ -20,8 +20,8 @@ "access": "public" }, "dependencies": { - "@carbon/import-once": "0.0.1-alpha.24", - "@carbon/layout": "0.0.1-alpha.24" + "@carbon/import-once": "0.0.1-alpha.25", + "@carbon/layout": "0.0.1-alpha.25" }, "eyeglass": { "exports": false, diff --git a/packages/icon-helpers/package.json b/packages/icon-helpers/package.json index 7c5772fd..0eeb7fa7 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.24", + "version": "0.0.1-alpha.25", "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.24", + "@carbon/bundler": "0.0.1-alpha.25", "rimraf": "^2.6.2" }, "sideEffects": false diff --git a/packages/icons-angular/package.json b/packages/icons-angular/package.json index 59e45cd0..56731627 100644 --- a/packages/icons-angular/package.json +++ b/packages/icons-angular/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons-angular", "description": "Angular components for icons in digital and software products using the Carbon Design System", - "version": "0.0.1-alpha.24", + "version": "0.0.1-alpha.25", "license": "Apache-2.0", "main": "lib/index.js", "repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons-angular", @@ -29,15 +29,15 @@ "@angular/core": "^6.0.0" }, "dependencies": { - "@carbon/icon-helpers": "0.0.1-alpha.24" + "@carbon/icon-helpers": "0.0.1-alpha.25" }, "devDependencies": { "@angular/compiler": "6.1.10", "@angular/compiler-cli": "6.1.10", "@angular/core": "6.1.10", - "@carbon/cli-reporter": "0.0.1-alpha.24", - "@carbon/icon-helpers": "0.0.1-alpha.24", - "@carbon/icons": "0.0.1-alpha.24", + "@carbon/cli-reporter": "0.0.1-alpha.25", + "@carbon/icon-helpers": "0.0.1-alpha.25", + "@carbon/icons": "0.0.1-alpha.25", "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 75db2f48..423e8fa1 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.24", + "version": "0.0.1-alpha.25", "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.24", - "@carbon/icons": "0.0.1-alpha.24" + "@carbon/icon-helpers": "0.0.1-alpha.25", + "@carbon/icons": "0.0.1-alpha.25" }, "devDependencies": { "handlebars": "^4.0.12" diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 1c985be5..cb980741 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.24", + "version": "0.0.1-alpha.25", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -27,12 +27,12 @@ "clean": "rimraf es lib umd" }, "dependencies": { - "@carbon/icon-helpers": "0.0.1-alpha.24", + "@carbon/icon-helpers": "0.0.1-alpha.25", "prop-types": "^15.6.2" }, "devDependencies": { - "@carbon/cli-reporter": "0.0.1-alpha.24", - "@carbon/icons": "0.0.1-alpha.24", + "@carbon/cli-reporter": "0.0.1-alpha.25", + "@carbon/icons": "0.0.1-alpha.25", "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 d705e299..9c289b44 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.24", + "version": "0.0.1-alpha.25", "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.24" + "@carbon/icon-helpers": "0.0.1-alpha.25" }, "devDependencies": { - "@carbon/cli-reporter": "0.0.1-alpha.24", - "@carbon/icons": "0.0.1-alpha.24", + "@carbon/cli-reporter": "0.0.1-alpha.25", + "@carbon/icons": "0.0.1-alpha.25", "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 d6367d72..83e550e8 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.24", + "version": "0.0.1-alpha.25", "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.24", + "@carbon/cli-reporter": "0.0.1-alpha.25", "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 c642492b..23d892e4 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.24", + "version": "0.0.1-alpha.25", "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 8564928d..292a4269 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.24", + "version": "0.0.1-alpha.25", "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.24", + "@carbon/bundler": "0.0.1-alpha.25", "rimraf": "^2.6.2" }, "eyeglass": { diff --git a/packages/motion/package.json b/packages/motion/package.json index e5655452..f7cfa61d 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.24", + "version": "0.0.1-alpha.25", "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.24", + "@carbon/bundler": "0.0.1-alpha.25", "rimraf": "^2.6.2" }, "eyeglass": { diff --git a/packages/type/package.json b/packages/type/package.json index 977aa69a..5a7ba816 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.24", + "version": "0.0.1-alpha.25", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -23,11 +23,11 @@ "clean": "rimraf es lib umd" }, "dependencies": { - "@carbon/import-once": "0.0.1-alpha.24", - "@carbon/layout": "0.0.1-alpha.24" + "@carbon/import-once": "0.0.1-alpha.25", + "@carbon/layout": "0.0.1-alpha.25" }, "devDependencies": { - "@carbon/bundler": "0.0.1-alpha.24", + "@carbon/bundler": "0.0.1-alpha.25", "rimraf": "^2.6.2" }, "eyeglass": {