Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Commit

Permalink
v10.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Mar 27, 2019
1 parent 468492c commit 1d45594
Show file tree
Hide file tree
Showing 20 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.13.1",
"version": "10.0.0-beta.5",
"version": "10.0.0-rc.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/bundler",
"description": "Bundler used for libraries in the Carbon Design System",
"version": "0.0.1-beta.5",
"version": "10.0.0-rc.0",
"license": "Apache-2.0",
"bin": {
"bundler": "./bin/bundler.js"
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@carbon/cli-reporter": "0.0.1-beta.5",
"@carbon/cli-reporter": "10.0.0-rc.0",
"autoprefixer": "^9.4.3",
"babel-plugin-macros": "^2.4.2",
"chalk": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/cli-reporter",
"description": "Reporter for CLI-based tools in the Carbon Design System",
"version": "0.0.1-beta.5",
"version": "10.0.0-rc.0",
"license": "Apache-2.0",
"main": "index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/cli-reporter",
Expand Down
8 changes: 4 additions & 4 deletions packages/colors/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/colors",
"description": "Colors for digital and software products using the Carbon Design System",
"version": "0.0.1-beta.5",
"version": "10.0.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -29,9 +29,9 @@
"clean": "rimraf css es lib umd scss"
},
"devDependencies": {
"@carbon/bundler": "0.0.1-beta.5",
"@carbon/cli-reporter": "0.0.1-beta.5",
"@carbon/test-utils": "0.0.1-beta.5",
"@carbon/bundler": "10.0.0-rc.0",
"@carbon/cli-reporter": "10.0.0-rc.0",
"@carbon/test-utils": "10.0.0-rc.0",
"change-case": "^3.0.2",
"fs-extra": "^7.0.0",
"node-sass": "^4.11.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/elements",
"description": "A collection of design elements in code for the IBM Design Language",
"version": "0.0.1-beta.5",
"version": "10.0.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -29,16 +29,16 @@
"clean": "rimraf es lib umd && node tasks/clean.js"
},
"dependencies": {
"@carbon/colors": "0.0.1-beta.5",
"@carbon/grid": "0.0.1-beta.5",
"@carbon/import-once": "0.0.1-beta.5",
"@carbon/layout": "0.0.1-beta.5",
"@carbon/motion": "0.0.1-beta.5",
"@carbon/themes": "0.0.1-beta.5",
"@carbon/type": "0.0.1-beta.5"
"@carbon/colors": "10.0.0-rc.0",
"@carbon/grid": "10.0.0-rc.0",
"@carbon/import-once": "10.0.0-rc.0",
"@carbon/layout": "10.0.0-rc.0",
"@carbon/motion": "10.0.0-rc.0",
"@carbon/themes": "10.0.0-rc.0",
"@carbon/type": "10.0.0-rc.0"
},
"devDependencies": {
"@carbon/bundler": "0.0.1-beta.5",
"@carbon/bundler": "10.0.0-rc.0",
"fs-extra": "^7.0.1",
"klaw-sync": "^6.0.0",
"replace-in-file": "^3.4.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/grid",
"description": "Grid for digital and software products using the Carbon Design System",
"version": "0.0.1-beta.5",
"version": "10.0.0-rc.0",
"license": "Apache-2.0",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/grid",
"bugs": "https://github.com/IBM/carbon-elements/issues",
Expand All @@ -22,8 +22,8 @@
},
"scripts": {},
"dependencies": {
"@carbon/import-once": "0.0.1-beta.5",
"@carbon/layout": "0.0.1-beta.5"
"@carbon/import-once": "10.0.0-rc.0",
"@carbon/layout": "10.0.0-rc.0"
},
"eyeglass": {
"exports": false,
Expand Down
4 changes: 2 additions & 2 deletions packages/icon-helpers/package.json
Original file line number Diff line number Diff line change
@@ -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-beta.5",
"version": "10.0.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -27,7 +27,7 @@
"clean": "rimraf es lib umd"
},
"devDependencies": {
"@carbon/bundler": "0.0.1-beta.5",
"@carbon/bundler": "10.0.0-rc.0",
"rimraf": "^2.6.2"
},
"sideEffects": false
Expand Down
8 changes: 4 additions & 4 deletions packages/icons-angular/package.json
Original file line number Diff line number Diff line change
@@ -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-beta.5",
"version": "10.0.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons-angular",
Expand Down Expand Up @@ -29,14 +29,14 @@
"@angular/core": "^6.0.0"
},
"dependencies": {
"@carbon/icon-helpers": "0.0.1-beta.5"
"@carbon/icon-helpers": "10.0.0-rc.0"
},
"devDependencies": {
"@angular/compiler": "6.1.10",
"@angular/compiler-cli": "6.1.10",
"@angular/core": "6.1.10",
"@carbon/cli-reporter": "0.0.1-beta.5",
"@carbon/icons": "0.0.1-beta.5",
"@carbon/cli-reporter": "10.0.0-rc.0",
"@carbon/icons": "10.0.0-rc.0",
"change-case": "3.0.2",
"fs-extra": "7.0.1",
"rollup": "^0.66.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/icons-handlebars/package.json
Original file line number Diff line number Diff line change
@@ -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-beta.5",
"version": "10.0.0-rc.0",
"license": "Apache-2.0",
"main": "index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons-handlebars",
Expand All @@ -20,8 +20,8 @@
"handlebars": "^4.0.12"
},
"dependencies": {
"@carbon/icon-helpers": "0.0.1-beta.5",
"@carbon/icons": "0.0.1-beta.5"
"@carbon/icon-helpers": "10.0.0-rc.0",
"@carbon/icons": "10.0.0-rc.0"
},
"devDependencies": {
"handlebars": "^4.0.12"
Expand Down
10 changes: 5 additions & 5 deletions packages/icons-react/package.json
Original file line number Diff line number Diff line change
@@ -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-beta.5",
"version": "10.0.0-rc.0",
"license": "Apache-2.0",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons-react",
"bugs": "https://github.com/IBM/carbon-elements/issues",
Expand All @@ -25,15 +25,15 @@
"clean": "rimraf es lib umd"
},
"dependencies": {
"@carbon/icon-helpers": "0.0.1-beta.5",
"@carbon/icon-helpers": "10.0.0-rc.0",
"prop-types": "^15.6.2"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@carbon/bundler": "0.0.1-beta.5",
"@carbon/cli-reporter": "0.0.1-beta.5",
"@carbon/icons": "0.0.1-beta.5",
"@carbon/bundler": "10.0.0-rc.0",
"@carbon/cli-reporter": "10.0.0-rc.0",
"@carbon/icons": "10.0.0-rc.0",
"change-case": "^3.0.2",
"fs-extra": "^7.0.0",
"prettier": "^1.14.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/icons-vue/package.json
Original file line number Diff line number Diff line change
@@ -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-beta.5",
"version": "10.0.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -22,11 +22,11 @@
"clean": "rimraf es lib umd"
},
"dependencies": {
"@carbon/icon-helpers": "0.0.1-beta.5"
"@carbon/icon-helpers": "10.0.0-rc.0"
},
"devDependencies": {
"@carbon/cli-reporter": "0.0.1-beta.5",
"@carbon/icons": "0.0.1-beta.5",
"@carbon/cli-reporter": "10.0.0-rc.0",
"@carbon/icons": "10.0.0-rc.0",
"fs-extra": "^7.0.1",
"prettier": "^1.15.2",
"rimraf": "^2.6.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/icons",
"description": "Icons for digital and software products using the Carbon Design System",
"version": "0.0.1-beta.5",
"version": "10.0.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"prepublishOnly": "yarn build"
},
"devDependencies": {
"@carbon/cli-reporter": "0.0.1-beta.5",
"@carbon/cli-reporter": "10.0.0-rc.0",
"change-case": "^3.0.2",
"del": "^3.0.0",
"js-yaml": "^3.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/import-once/package.json
Original file line number Diff line number Diff line change
@@ -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-beta.5",
"version": "10.0.0-rc.0",
"license": "Apache-2.0",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/import-once",
"bugs": "https://github.com/IBM/carbon-elements/issues",
Expand Down
4 changes: 2 additions & 2 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/layout",
"description": "Layout helpers for digital and software products using the Carbon Design System",
"version": "0.0.1-beta.5",
"version": "10.0.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -23,7 +23,7 @@
"clean": "rimraf es lib umd"
},
"devDependencies": {
"@carbon/bundler": "0.0.1-beta.5",
"@carbon/bundler": "10.0.0-rc.0",
"rimraf": "^2.6.2"
},
"eyeglass": {
Expand Down
4 changes: 2 additions & 2 deletions packages/motion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/motion",
"description": "Motion helpers for digital and software products using the Carbon Design System",
"version": "0.0.1-beta.5",
"version": "10.0.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -23,7 +23,7 @@
"clean": "rimraf es lib umd"
},
"devDependencies": {
"@carbon/bundler": "0.0.1-beta.5",
"@carbon/bundler": "10.0.0-rc.0",
"rimraf": "^2.6.2"
},
"eyeglass": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pictograms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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-beta.5",
"version": "10.0.0-rc.0",
"license": "Apache-2.0",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/pictograms",
"bugs": "https://github.com/IBM/carbon-elements/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@carbon/stylelint-config-elements",
"private": true,
"description": "Stylelint configuration for Carbon Elements",
"version": "0.0.1-beta.5",
"version": "10.0.0-rc.0",
"license": "Apache-2.0",
"main": "index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/stylelint-config-elements",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/test-utils",
"version": "0.0.1-beta.5",
"version": "10.0.0-rc.0",
"license": "Apache-2.0",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/test-utils",
"bugs": "https://github.com/IBM/carbon-elements/issues",
Expand Down
8 changes: 4 additions & 4 deletions packages/themes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/themes",
"description": "Themes for applying color in the Carbon Design System",
"version": "0.0.1-beta.5",
"version": "10.0.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -22,11 +22,11 @@
"build": "yarn clean && bundler bundle src/index.js --name CarbonThemes && node tasks/build.js && bundler check 'scss/*.scss'"
},
"dependencies": {
"@carbon/colors": "0.0.1-beta.5"
"@carbon/colors": "10.0.0-rc.0"
},
"devDependencies": {
"@carbon/cli-reporter": "0.0.1-beta.5",
"@carbon/test-utils": "0.0.1-beta.5",
"@carbon/cli-reporter": "10.0.0-rc.0",
"@carbon/test-utils": "10.0.0-rc.0",
"change-case": "^3.0.2",
"fs-extra": "^7.0.1",
"node-sass": "^4.11.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/type/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/type",
"description": "Typography for digital and software products using the Carbon Design System",
"version": "0.0.1-beta.5",
"version": "10.0.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -30,11 +30,11 @@
"clean": "rimraf css es lib umd"
},
"dependencies": {
"@carbon/import-once": "0.0.1-beta.5",
"@carbon/layout": "0.0.1-beta.5"
"@carbon/import-once": "10.0.0-rc.0",
"@carbon/layout": "10.0.0-rc.0"
},
"devDependencies": {
"@carbon/bundler": "0.0.1-beta.5",
"@carbon/bundler": "10.0.0-rc.0",
"rimraf": "^2.6.2"
},
"eyeglass": {
Expand Down

0 comments on commit 1d45594

Please sign in to comment.