Skip to content

Commit

Permalink
chore(release): v10.3.0-rc.2 (carbon-design-system#2908)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Jun 3, 2019
1 parent 24f74f0 commit 23bd656
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion packages/browserslist-config-carbon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browserslist-config-carbon",
"description": "Browserslist config for the Carbon Design System",
"version": "10.3.0-rc.0",
"version": "10.3.0-rc.2",
"license": "Apache-2.0",
"main": "index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/browserslist-config-carbon",
Expand Down
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "carbon-components",
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
"version": "10.3.0-rc.1",
"version": "10.3.0-rc.2",
"license": "Apache-2.0",
"main": "umd/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -81,8 +81,8 @@
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@carbon/elements": "10.3.0-rc.1",
"@carbon/icons-handlebars": "10.3.0-rc.1",
"@carbon/elements": "10.3.0-rc.2",
"@carbon/icons-handlebars": "10.3.0-rc.2",
"@carbon/test-utils": "10.2.0",
"@frctl/fractal": "^1.1.0",
"adaro": "1.0.4",
Expand All @@ -95,7 +95,7 @@
"babel-plugin-rewire": "^1.1.0",
"bluebird": "~3.1.1",
"browser-sync": "^2.26.3",
"browserslist-config-carbon": "10.3.0-rc.0",
"browserslist-config-carbon": "10.3.0-rc.2",
"carbon-components": "^9.0.0",
"carbon-components-react": "^6.0.0",
"chokidar": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 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": "10.3.0-rc.1",
"version": "10.3.0-rc.2",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -30,12 +30,12 @@
},
"dependencies": {
"@carbon/colors": "10.2.0",
"@carbon/grid": "10.3.0-rc.1",
"@carbon/icons": "10.3.0-rc.1",
"@carbon/grid": "10.3.0-rc.2",
"@carbon/icons": "10.3.0-rc.2",
"@carbon/import-once": "10.2.0",
"@carbon/layout": "10.2.0",
"@carbon/motion": "10.2.0",
"@carbon/themes": "10.3.0-rc.1",
"@carbon/themes": "10.3.0-rc.2",
"@carbon/type": "10.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "10.3.0-rc.1",
"version": "10.3.0-rc.2",
"license": "Apache-2.0",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/grid",
"bugs": "https://github.com/IBM/carbon-elements/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@angular/compiler-cli": "6.1.10",
"@angular/core": "6.1.10",
"@carbon/cli-reporter": "10.2.0",
"@carbon/icons": "10.3.0-rc.1",
"@carbon/icons": "10.3.0-rc.2",
"change-case": "3.0.2",
"fs-extra": "7.0.1",
"rollup": "^0.66.6",
Expand Down
4 changes: 2 additions & 2 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": "10.3.0-rc.1",
"version": "10.3.0-rc.2",
"license": "Apache-2.0",
"main": "index.js",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons-handlebars",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@carbon/icon-helpers": "10.2.0",
"@carbon/icons": "10.3.0-rc.1"
"@carbon/icons": "10.3.0-rc.2"
},
"devDependencies": {
"handlebars": "^4.0.12"
Expand Down
4 changes: 2 additions & 2 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": "10.3.0-rc.1",
"version": "10.3.0-rc.2",
"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 Down Expand Up @@ -33,7 +33,7 @@
"@babel/preset-env": "^7.2.0",
"@carbon/bundler": "10.2.0",
"@carbon/cli-reporter": "10.2.0",
"@carbon/icons": "10.3.0-rc.1",
"@carbon/icons": "10.3.0-rc.2",
"change-case": "^3.0.2",
"fs-extra": "^7.0.0",
"prettier": "^1.17.0",
Expand Down
4 changes: 2 additions & 2 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": "10.3.0-rc.1",
"version": "10.3.0-rc.2",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"@carbon/cli-reporter": "10.2.0",
"@carbon/icons": "10.3.0-rc.1",
"@carbon/icons": "10.3.0-rc.2",
"fs-extra": "^7.0.1",
"prettier": "^1.17.0",
"rimraf": "^2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion 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": "10.3.0-rc.1",
"version": "10.3.0-rc.2",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carbon-components-react",
"version": "7.3.0-rc.1",
"version": "7.3.0-rc.2",
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down Expand Up @@ -120,13 +120,13 @@
}
},
"peerDependencies": {
"carbon-components": "10.2.0",
"carbon-components": "10.3.0-rc.2",
"carbon-icons": "^7.0.7",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"dependencies": {
"@carbon/icons-react": "10.3.0-rc.1",
"@carbon/icons-react": "10.3.0-rc.2",
"classnames": "2.2.6",
"downshift": "^1.31.14",
"flatpickr": "4.5.5",
Expand Down Expand Up @@ -168,8 +168,8 @@
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-react-docgen": "^2.0.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.0",
"browserslist-config-carbon": "10.3.0-rc.0",
"carbon-components": "10.3.0-rc.1",
"browserslist-config-carbon": "10.3.0-rc.2",
"carbon-components": "10.3.0-rc.2",
"carbon-icons": "^7.0.5",
"chalk": "^2.3.0",
"cli-table": "^0.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/sketch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@carbon/sketch",
"description": "Tooling for generating a sketch plugin to bring code to design",
"private": true,
"version": "10.3.0-rc.1",
"version": "10.3.0-rc.2",
"license": "Apache-2.0",
"scripts": {
"build": "cross-env NODE_ENV=production skpm-build",
Expand All @@ -14,8 +14,8 @@
"@babel/polyfill": "^7.4.4",
"@carbon/colors": "10.2.0",
"@carbon/icon-helpers": "10.2.0",
"@carbon/icons": "10.3.0-rc.1",
"@carbon/themes": "10.3.0-rc.1",
"@carbon/icons": "10.3.0-rc.2",
"@carbon/themes": "10.3.0-rc.2",
"@carbon/type": "10.2.0",
"@skpm/builder": "^0.7.0",
"color-string": "^1.5.3",
Expand Down
2 changes: 1 addition & 1 deletion 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": "10.3.0-rc.1",
"version": "10.3.0-rc.2",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 23bd656

Please sign in to comment.