From 4907951277a98d8d9201699b0f3dc7d93eeac946 Mon Sep 17 00:00:00 2001 From: Josh Black Date: Thu, 2 Sep 2021 07:16:47 -0500 Subject: [PATCH] chore(release): v10.43.0-rc.0 (#9583) * chore(release): v10.43.0-rc.0 * chore(project): sync yarn.lock Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- packages/carbon-react/package.json | 8 ++-- packages/components/package.json | 4 +- packages/elements/package.json | 10 ++--- packages/grid/package.json | 4 +- packages/layout/package.json | 2 +- packages/pictograms-react/package.json | 4 +- packages/pictograms/package.json | 2 +- packages/react/package.json | 4 +- packages/sketch/package.json | 6 +-- packages/styles/package.json | 10 ++--- packages/themes/package.json | 6 +-- packages/type/package.json | 4 +- yarn.lock | 58 +++++++++++++------------- 13 files changed, 61 insertions(+), 61 deletions(-) diff --git a/packages/carbon-react/package.json b/packages/carbon-react/package.json index 9367a6e59ea2..673e67ddf607 100644 --- a/packages/carbon-react/package.json +++ b/packages/carbon-react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/react", "description": "React components for the Carbon Design System", - "version": "0.3.0", + "version": "0.4.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -44,10 +44,10 @@ "dependencies": { "@carbon/feature-flags": "^0.6.0", "@carbon/icons-react": "^10.38.0", - "@carbon/styles": "^0.3.0", + "@carbon/styles": "^0.4.0-rc.0", "@carbon/telemetry": "0.0.0-alpha.6", "carbon-components": "10.41.0", - "carbon-components-react": "^7.42.0", + "carbon-components-react": "^7.43.0-rc.0", "carbon-icons": "^7.0.7" }, "devDependencies": { @@ -58,7 +58,7 @@ "@babel/plugin-transform-react-constant-elements": "^7.14.5", "@babel/preset-env": "^7.14.7", "@babel/preset-react": "^7.14.5", - "@carbon/themes": "^10.41.0", + "@carbon/themes": "^10.42.0-rc.0", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^18.0.0", "@rollup/plugin-node-resolve": "^11.2.1", diff --git a/packages/components/package.json b/packages/components/package.json index 8c68489d07b7..c7b32037e2b7 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -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.42.0", + "version": "10.43.0-rc.0", "license": "Apache-2.0", "main": "umd/index.js", "module": "es/index.js", @@ -81,7 +81,7 @@ "@babel/preset-react": "^7.14.5", "@babel/runtime": "^7.14.6", "@carbon/cli": "^10.28.0", - "@carbon/elements": "^10.41.0", + "@carbon/elements": "^10.42.0-rc.0", "@carbon/icons-handlebars": "^10.38.0", "@carbon/icons-react": "^10.38.0", "@carbon/test-utils": "^10.18.0", diff --git a/packages/elements/package.json b/packages/elements/package.json index d7dc5ee38668..39bdc173725e 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": "10.41.0", + "version": "10.42.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -36,13 +36,13 @@ }, "dependencies": { "@carbon/colors": "^10.31.0", - "@carbon/grid": "^10.34.0", + "@carbon/grid": "^10.35.0-rc.0", "@carbon/icons": "^10.38.0", "@carbon/import-once": "^10.6.0", - "@carbon/layout": "^10.30.0", + "@carbon/layout": "^10.31.0-rc.0", "@carbon/motion": "^10.23.0", - "@carbon/themes": "^10.41.0", - "@carbon/type": "^10.34.0" + "@carbon/themes": "^10.42.0-rc.0", + "@carbon/type": "^10.35.0-rc.0" }, "devDependencies": { "@carbon/cli": "^10.28.0", diff --git a/packages/grid/package.json b/packages/grid/package.json index 4b47f43e3805..7bd1e0cd1df4 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": "10.34.0", + "version": "10.35.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -33,7 +33,7 @@ }, "dependencies": { "@carbon/import-once": "^10.6.0", - "@carbon/layout": "^10.30.0" + "@carbon/layout": "^10.31.0-rc.0" }, "devDependencies": { "@carbon/cli": "^10.28.0", diff --git a/packages/layout/package.json b/packages/layout/package.json index edc9fdae7871..16bee92fc755 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": "10.30.0", + "version": "10.31.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/pictograms-react/package.json b/packages/pictograms-react/package.json index bcfc3361631e..55943661c6d6 100644 --- a/packages/pictograms-react/package.json +++ b/packages/pictograms-react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/pictograms-react", "description": "React components for pictograms in digital and software products using the Carbon Design System", - "version": "11.16.0", + "version": "11.17.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -43,7 +43,7 @@ }, "devDependencies": { "@carbon/icon-build-helpers": "^0.27.0", - "@carbon/pictograms": "^11.16.0" + "@carbon/pictograms": "^11.17.0-rc.0" }, "sideEffects": false } diff --git a/packages/pictograms/package.json b/packages/pictograms/package.json index 1dcdfafebc3a..c6be9e2ae4ad 100644 --- a/packages/pictograms/package.json +++ b/packages/pictograms/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/pictograms", "description": "Pictograms for digital and software products using the Carbon Design System", - "version": "11.16.0", + "version": "11.17.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/react/package.json b/packages/react/package.json index ed0e7e06e942..d8adacf2b570 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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.42.0", + "version": "7.43.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -99,7 +99,7 @@ "babel-plugin-react-docgen": "^4.2.1", "babel-plugin-transform-inline-environment-variables": "^0.4.3", "browserslist-config-carbon": "^10.6.1", - "carbon-components": "^10.42.0", + "carbon-components": "^10.43.0-rc.0", "carbon-icons": "^7.0.5", "chalk": "^4.1.1", "cli-table": "^0.3.0", diff --git a/packages/sketch/package.json b/packages/sketch/package.json index 30c693c64e5f..207374dff795 100644 --- a/packages/sketch/package.json +++ b/packages/sketch/package.json @@ -2,7 +2,7 @@ "name": "@carbon/sketch", "private": true, "description": "Tooling for generating a sketch plugin to bring code to design", - "version": "10.40.0", + "version": "10.41.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -31,8 +31,8 @@ "@carbon/colors": "^10.31.0", "@carbon/icon-helpers": "^10.22.0", "@carbon/icons": "^10.38.0", - "@carbon/themes": "^10.41.0", - "@carbon/type": "^10.34.0", + "@carbon/themes": "^10.42.0-rc.0", + "@carbon/type": "^10.35.0-rc.0", "@skpm/builder": "^0.7.0", "color-string": "^1.5.3", "core-js": "^3.16.0", diff --git a/packages/styles/package.json b/packages/styles/package.json index 52618f0457f2..9a124b8899d9 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/styles", "description": "Styles for the Carbon Design System", - "version": "0.3.0", + "version": "0.4.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -22,11 +22,11 @@ "dependencies": { "@carbon/colors": "^10.31.0", "@carbon/feature-flags": "^0.6.0", - "@carbon/grid": "^10.34.0", - "@carbon/layout": "^10.30.0", + "@carbon/grid": "^10.35.0-rc.0", + "@carbon/layout": "^10.31.0-rc.0", "@carbon/motion": "^10.23.0", - "@carbon/themes": "^10.41.0", - "@carbon/type": "^10.34.0", + "@carbon/themes": "^10.42.0-rc.0", + "@carbon/type": "^10.35.0-rc.0", "@ibm/plex": "6.0.0-next.6" }, "devDependencies": { diff --git a/packages/themes/package.json b/packages/themes/package.json index 44235f8b0ed4..95adbc5c2cc2 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": "10.41.0", + "version": "10.42.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -30,8 +30,8 @@ }, "dependencies": { "@carbon/colors": "^10.31.0", - "@carbon/layout": "^10.30.0", - "@carbon/type": "^10.34.0", + "@carbon/layout": "^10.31.0-rc.0", + "@carbon/type": "^10.35.0-rc.0", "color": "^3.1.2" }, "devDependencies": { diff --git a/packages/type/package.json b/packages/type/package.json index 813bce2f5a01..951389679ccd 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": "10.34.0", + "version": "10.35.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -38,7 +38,7 @@ }, "dependencies": { "@carbon/import-once": "^10.6.0", - "@carbon/layout": "^10.30.0" + "@carbon/layout": "^10.31.0-rc.0" }, "devDependencies": { "@carbon/cli": "^10.28.0", diff --git a/yarn.lock b/yarn.lock index 5370555d3c66..598c0e017b47 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1768,19 +1768,19 @@ __metadata: languageName: unknown linkType: soft -"@carbon/elements@^10.41.0, @carbon/elements@workspace:packages/elements": +"@carbon/elements@^10.42.0-rc.0, @carbon/elements@workspace:packages/elements": version: 0.0.0-use.local resolution: "@carbon/elements@workspace:packages/elements" dependencies: "@carbon/cli": ^10.28.0 "@carbon/colors": ^10.31.0 - "@carbon/grid": ^10.34.0 + "@carbon/grid": ^10.35.0-rc.0 "@carbon/icons": ^10.38.0 "@carbon/import-once": ^10.6.0 - "@carbon/layout": ^10.30.0 + "@carbon/layout": ^10.31.0-rc.0 "@carbon/motion": ^10.23.0 - "@carbon/themes": ^10.41.0 - "@carbon/type": ^10.34.0 + "@carbon/themes": ^10.42.0-rc.0 + "@carbon/type": ^10.35.0-rc.0 fs-extra: ^8.1.0 klaw-sync: ^6.0.0 replace-in-file: ^3.4.2 @@ -1809,13 +1809,13 @@ __metadata: languageName: unknown linkType: soft -"@carbon/grid@^10.34.0, @carbon/grid@workspace:packages/grid": +"@carbon/grid@^10.35.0-rc.0, @carbon/grid@workspace:packages/grid": version: 0.0.0-use.local resolution: "@carbon/grid@workspace:packages/grid" dependencies: "@carbon/cli": ^10.28.0 "@carbon/import-once": ^10.6.0 - "@carbon/layout": ^10.30.0 + "@carbon/layout": ^10.31.0-rc.0 rimraf: ^3.0.0 languageName: unknown linkType: soft @@ -1939,7 +1939,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/layout@^10.30.0, @carbon/layout@workspace:packages/layout": +"@carbon/layout@^10.31.0-rc.0, @carbon/layout@workspace:packages/layout": version: 0.0.0-use.local resolution: "@carbon/layout@workspace:packages/layout" dependencies: @@ -1967,7 +1967,7 @@ __metadata: dependencies: "@carbon/icon-build-helpers": ^0.27.0 "@carbon/icon-helpers": ^10.22.0 - "@carbon/pictograms": ^11.16.0 + "@carbon/pictograms": ^11.17.0-rc.0 "@carbon/telemetry": 0.0.0-alpha.6 prop-types: ^15.7.2 peerDependencies: @@ -1975,7 +1975,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/pictograms@^11.16.0, @carbon/pictograms@workspace:packages/pictograms": +"@carbon/pictograms@^11.17.0-rc.0, @carbon/pictograms@workspace:packages/pictograms": version: 0.0.0-use.local resolution: "@carbon/pictograms@workspace:packages/pictograms" dependencies: @@ -1997,9 +1997,9 @@ __metadata: "@babel/preset-react": ^7.14.5 "@carbon/feature-flags": ^0.6.0 "@carbon/icons-react": ^10.38.0 - "@carbon/styles": ^0.3.0 + "@carbon/styles": ^0.4.0-rc.0 "@carbon/telemetry": 0.0.0-alpha.6 - "@carbon/themes": ^10.41.0 + "@carbon/themes": ^10.42.0-rc.0 "@rollup/plugin-babel": ^5.3.0 "@rollup/plugin-commonjs": ^18.0.0 "@rollup/plugin-node-resolve": ^11.2.1 @@ -2014,7 +2014,7 @@ __metadata: babel-preset-carbon: ^0.1.0 browserslist-config-carbon: ^10.6.1 carbon-components: 10.41.0 - carbon-components-react: ^7.42.0 + carbon-components-react: ^7.43.0-rc.0 carbon-icons: ^7.0.7 css-loader: ^5.2.4 fs-extra: ^10.0.0 @@ -2055,8 +2055,8 @@ __metadata: "@carbon/colors": ^10.31.0 "@carbon/icon-helpers": ^10.22.0 "@carbon/icons": ^10.38.0 - "@carbon/themes": ^10.41.0 - "@carbon/type": ^10.34.0 + "@carbon/themes": ^10.42.0-rc.0 + "@carbon/type": ^10.35.0-rc.0 "@skpm/builder": ^0.7.0 color-string: ^1.5.3 core-js: ^3.16.0 @@ -2067,18 +2067,18 @@ __metadata: languageName: unknown linkType: soft -"@carbon/styles@^0.3.0, @carbon/styles@workspace:packages/styles": +"@carbon/styles@^0.4.0-rc.0, @carbon/styles@workspace:packages/styles": version: 0.0.0-use.local resolution: "@carbon/styles@workspace:packages/styles" dependencies: "@carbon/colors": ^10.31.0 "@carbon/feature-flags": ^0.6.0 - "@carbon/grid": ^10.34.0 - "@carbon/layout": ^10.30.0 + "@carbon/grid": ^10.35.0-rc.0 + "@carbon/layout": ^10.31.0-rc.0 "@carbon/motion": ^10.23.0 "@carbon/test-utils": ^10.18.0 - "@carbon/themes": ^10.41.0 - "@carbon/type": ^10.34.0 + "@carbon/themes": ^10.42.0-rc.0 + "@carbon/type": ^10.35.0-rc.0 "@ibm/plex": 6.0.0-next.6 css: ^3.0.0 languageName: unknown @@ -2121,7 +2121,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/themes@^10.41.0, @carbon/themes@workspace:packages/themes": +"@carbon/themes@^10.42.0-rc.0, @carbon/themes@workspace:packages/themes": version: 0.0.0-use.local resolution: "@carbon/themes@workspace:packages/themes" dependencies: @@ -2130,10 +2130,10 @@ __metadata: "@carbon/cli": ^10.28.0 "@carbon/cli-reporter": ^10.5.0 "@carbon/colors": ^10.31.0 - "@carbon/layout": ^10.30.0 + "@carbon/layout": ^10.31.0-rc.0 "@carbon/scss-generator": ^10.13.0 "@carbon/test-utils": ^10.18.0 - "@carbon/type": ^10.34.0 + "@carbon/type": ^10.35.0-rc.0 change-case: ^4.1.1 color: ^3.1.2 core-js: ^3.16.0 @@ -2144,13 +2144,13 @@ __metadata: languageName: unknown linkType: soft -"@carbon/type@^10.34.0, @carbon/type@workspace:packages/type": +"@carbon/type@^10.35.0-rc.0, @carbon/type@workspace:packages/type": version: 0.0.0-use.local resolution: "@carbon/type@workspace:packages/type" dependencies: "@carbon/cli": ^10.28.0 "@carbon/import-once": ^10.6.0 - "@carbon/layout": ^10.30.0 + "@carbon/layout": ^10.31.0-rc.0 "@carbon/test-utils": ^10.18.0 change-case: ^4.1.1 rimraf: ^3.0.0 @@ -10285,7 +10285,7 @@ __metadata: languageName: node linkType: hard -"carbon-components-react@^7.42.0, carbon-components-react@workspace:packages/react": +"carbon-components-react@^7.43.0-rc.0, carbon-components-react@workspace:packages/react": version: 0.0.0-use.local resolution: "carbon-components-react@workspace:packages/react" dependencies: @@ -10328,7 +10328,7 @@ __metadata: babel-plugin-react-docgen: ^4.2.1 babel-plugin-transform-inline-environment-variables: ^0.4.3 browserslist-config-carbon: ^10.6.1 - carbon-components: ^10.42.0 + carbon-components: ^10.43.0-rc.0 carbon-icons: ^7.0.5 chalk: ^4.1.1 classnames: 2.3.1 @@ -10411,7 +10411,7 @@ __metadata: languageName: node linkType: hard -"carbon-components@^10.42.0, carbon-components@workspace:packages/components": +"carbon-components@^10.43.0-rc.0, carbon-components@workspace:packages/components": version: 0.0.0-use.local resolution: "carbon-components@workspace:packages/components" dependencies: @@ -10424,7 +10424,7 @@ __metadata: "@babel/preset-react": ^7.14.5 "@babel/runtime": ^7.14.6 "@carbon/cli": ^10.28.0 - "@carbon/elements": ^10.41.0 + "@carbon/elements": ^10.42.0-rc.0 "@carbon/icons-handlebars": ^10.38.0 "@carbon/icons-react": ^10.38.0 "@carbon/telemetry": 0.0.0-alpha.6