Skip to content

Commit

Permalink
chore(release): v10.31.0-rc.0 (#8109)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakahn committed Mar 16, 2021
1 parent 9e44ee5 commit a0812ed
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 37 deletions.
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.30.0",
"version": "10.31.0-rc.0",
"license": "Apache-2.0",
"main": "umd/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -85,9 +85,9 @@
"@babel/preset-react": "^7.10.0",
"@babel/runtime": "^7.10.0",
"@carbon/cli": "^10.20.0",
"@carbon/elements": "^10.29.0",
"@carbon/icons-handlebars": "^10.27.0",
"@carbon/icons-react": "^10.27.0",
"@carbon/elements": "^10.30.0-rc.0",
"@carbon/icons-handlebars": "^10.28.0-rc.0",
"@carbon/icons-react": "^10.28.0-rc.0",
"@carbon/test-utils": "^10.15.0",
"@frctl/fractal": "^1.1.0",
"@rollup/plugin-babel": "^5.2.2",
Expand Down
4 changes: 2 additions & 2 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.29.0",
"version": "10.30.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@carbon/colors": "^10.21.0",
"@carbon/grid": "^10.22.0",
"@carbon/icons": "^10.27.0",
"@carbon/icons": "^10.28.0-rc.0",
"@carbon/import-once": "^10.6.0",
"@carbon/layout": "^10.20.0",
"@carbon/motion": "^10.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-flags/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/feature-flags",
"description": "Build with feature flags in Carbon",
"version": "0.1.0",
"version": "0.2.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
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.27.0",
"version": "10.28.0-rc.0",
"license": "Apache-2.0",
"main": "index.js",
"repository": {
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@carbon/icon-helpers": "^10.14.0",
"@carbon/icons": "^10.27.0"
"@carbon/icons": "^10.28.0-rc.0"
},
"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.27.0",
"version": "10.28.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@carbon/icon-build-helpers": "^0.17.0",
"@carbon/icons": "^10.27.0"
"@carbon/icons": "^10.28.0-rc.0"
},
"sideEffects": false
}
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.27.0",
"version": "10.28.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@carbon/cli-reporter": "^10.4.0",
"@carbon/icons": "^10.27.0",
"@carbon/icons": "^10.28.0-rc.0",
"fs-extra": "^8.1.0",
"prettier": "^2.2.1",
"rimraf": "^3.0.0",
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.27.0",
"version": "10.28.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "carbon-components-react",
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
"version": "7.30.0",
"version": "7.31.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -44,8 +44,8 @@
"react-dom": "^16.8.6 || ^17.0.1"
},
"dependencies": {
"@carbon/feature-flags": "^0.1.0",
"@carbon/icons-react": "^10.27.0",
"@carbon/feature-flags": "^0.2.0-rc.0",
"@carbon/icons-react": "^10.28.0-rc.0",
"@carbon/telemetry": "0.0.0-alpha.6",
"classnames": "2.2.6",
"downshift": "5.2.1",
Expand Down Expand Up @@ -90,7 +90,7 @@
"babel-plugin-react-docgen": "^4.2.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.0",
"browserslist-config-carbon": "^10.6.1",
"carbon-components": "^10.30.0",
"carbon-components": "^10.31.0-rc.0",
"carbon-icons": "^7.0.5",
"chalk": "^2.3.0",
"cli-table": "^0.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sketch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@carbon/sketch",
"private": true,
"description": "Tooling for generating a sketch plugin to bring code to design",
"version": "10.28.0",
"version": "10.29.0-rc.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@babel/polyfill": "^7.8.7",
"@carbon/colors": "^10.21.0",
"@carbon/icon-helpers": "^10.14.0",
"@carbon/icons": "^10.27.0",
"@carbon/icons": "^10.28.0-rc.0",
"@carbon/themes": "^10.29.0",
"@carbon/type": "^10.23.0",
"@skpm/builder": "^0.7.0",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1656,14 +1656,14 @@ __metadata:
languageName: unknown
linkType: soft

"@carbon/elements@^10.29.0, @carbon/elements@workspace:packages/elements":
"@carbon/elements@^10.30.0-rc.0, @carbon/elements@workspace:packages/elements":
version: 0.0.0-use.local
resolution: "@carbon/elements@workspace:packages/elements"
dependencies:
"@carbon/cli": ^10.20.0
"@carbon/colors": ^10.21.0
"@carbon/grid": ^10.22.0
"@carbon/icons": ^10.27.0
"@carbon/icons": ^10.28.0-rc.0
"@carbon/import-once": ^10.6.0
"@carbon/layout": ^10.20.0
"@carbon/motion": ^10.14.0
Expand All @@ -1676,7 +1676,7 @@ __metadata:
languageName: unknown
linkType: soft

"@carbon/feature-flags@^0.1.0, @carbon/feature-flags@workspace:packages/feature-flags":
"@carbon/feature-flags@^0.2.0-rc.0, @carbon/feature-flags@workspace:packages/feature-flags":
version: 0.0.0-use.local
resolution: "@carbon/feature-flags@workspace:packages/feature-flags"
dependencies:
Expand Down Expand Up @@ -1750,25 +1750,25 @@ __metadata:
languageName: node
linkType: hard

"@carbon/icons-handlebars@^10.27.0, @carbon/icons-handlebars@workspace:packages/icons-handlebars":
"@carbon/icons-handlebars@^10.28.0-rc.0, @carbon/icons-handlebars@workspace:packages/icons-handlebars":
version: 0.0.0-use.local
resolution: "@carbon/icons-handlebars@workspace:packages/icons-handlebars"
dependencies:
"@carbon/icon-helpers": ^10.14.0
"@carbon/icons": ^10.27.0
"@carbon/icons": ^10.28.0-rc.0
handlebars: ^4.0.12
peerDependencies:
handlebars: ^4.0.12
languageName: unknown
linkType: soft

"@carbon/icons-react@^10.27.0, @carbon/icons-react@workspace:packages/icons-react":
"@carbon/icons-react@^10.28.0-rc.0, @carbon/icons-react@workspace:packages/icons-react":
version: 0.0.0-use.local
resolution: "@carbon/icons-react@workspace:packages/icons-react"
dependencies:
"@carbon/icon-build-helpers": ^0.17.0
"@carbon/icon-helpers": ^10.14.0
"@carbon/icons": ^10.27.0
"@carbon/icons": ^10.28.0-rc.0
prop-types: ^15.7.2
peerDependencies:
react: ">=16"
Expand All @@ -1791,7 +1791,7 @@ __metadata:
dependencies:
"@carbon/cli-reporter": ^10.4.0
"@carbon/icon-helpers": ^10.14.0
"@carbon/icons": ^10.27.0
"@carbon/icons": ^10.28.0-rc.0
fs-extra: ^8.1.0
prettier: ^2.2.1
rimraf: ^3.0.0
Expand All @@ -1800,7 +1800,7 @@ __metadata:
languageName: unknown
linkType: soft

"@carbon/icons@^10.27.0, @carbon/icons@workspace:packages/icons":
"@carbon/icons@^10.28.0-rc.0, @carbon/icons@workspace:packages/icons":
version: 0.0.0-use.local
resolution: "@carbon/icons@workspace:packages/icons"
dependencies:
Expand Down Expand Up @@ -1876,7 +1876,7 @@ __metadata:
"@babel/polyfill": ^7.8.7
"@carbon/colors": ^10.21.0
"@carbon/icon-helpers": ^10.14.0
"@carbon/icons": ^10.27.0
"@carbon/icons": ^10.28.0-rc.0
"@carbon/themes": ^10.29.0
"@carbon/type": ^10.23.0
"@skpm/builder": ^0.7.0
Expand Down Expand Up @@ -9196,8 +9196,8 @@ __metadata:
"@babel/plugin-transform-object-assign": ^7.7.4
"@babel/preset-env": ^7.10.0
"@babel/preset-react": ^7.10.0
"@carbon/feature-flags": ^0.1.0
"@carbon/icons-react": ^10.27.0
"@carbon/feature-flags": ^0.2.0-rc.0
"@carbon/icons-react": ^10.28.0-rc.0
"@carbon/telemetry": 0.0.0-alpha.6
"@carbon/test-utils": ^10.15.0
"@percy/storybook": ^3.3.1
Expand All @@ -9216,7 +9216,7 @@ __metadata:
babel-plugin-react-docgen: ^4.2.1
babel-plugin-transform-inline-environment-variables: ^0.4.0
browserslist-config-carbon: ^10.6.1
carbon-components: ^10.30.0
carbon-components: ^10.31.0-rc.0
carbon-icons: ^7.0.5
chalk: ^2.3.0
classnames: 2.2.6
Expand Down Expand Up @@ -9271,7 +9271,7 @@ __metadata:
languageName: unknown
linkType: soft

"carbon-components@^10.30.0, carbon-components@workspace:packages/components":
"carbon-components@^10.31.0-rc.0, carbon-components@workspace:packages/components":
version: 0.0.0-use.local
resolution: "carbon-components@workspace:packages/components"
dependencies:
Expand All @@ -9284,9 +9284,9 @@ __metadata:
"@babel/preset-react": ^7.10.0
"@babel/runtime": ^7.10.0
"@carbon/cli": ^10.20.0
"@carbon/elements": ^10.29.0
"@carbon/icons-handlebars": ^10.27.0
"@carbon/icons-react": ^10.27.0
"@carbon/elements": ^10.30.0-rc.0
"@carbon/icons-handlebars": ^10.28.0-rc.0
"@carbon/icons-react": ^10.28.0-rc.0
"@carbon/telemetry": 0.0.0-alpha.6
"@carbon/test-utils": ^10.15.0
"@frctl/fractal": ^1.1.0
Expand Down

0 comments on commit a0812ed

Please sign in to comment.