Skip to content

Commit

Permalink
chore(release): v10.27.0-rc.1 (#7623)
Browse files Browse the repository at this point in the history
* chore(release): v10.27.0-rc.1

* chore(project): update lockfile
  • Loading branch information
joshblack authored Jan 21, 2021
1 parent 6f2fbfd commit dcf9844
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 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.27.0-rc.0",
"version": "10.27.0-rc.1",
"license": "Apache-2.0",
"main": "umd/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -86,7 +86,7 @@
"@babel/preset-react": "^7.10.0",
"@babel/runtime": "^7.10.0",
"@carbon/cli": "^10.18.0-rc.0",
"@carbon/elements": "^10.26.0-rc.0",
"@carbon/elements": "^10.26.0-rc.1",
"@carbon/icons-handlebars": "^10.24.0-rc.0",
"@carbon/icons-react": "^10.24.0-rc.0",
"@carbon/test-utils": "^10.14.0-rc.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.26.0-rc.0",
"version": "10.26.0-rc.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
4 changes: 2 additions & 2 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.27.0-rc.0",
"version": "7.27.0-rc.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -85,7 +85,7 @@
"babel-plugin-react-docgen": "^4.0.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.0",
"browserslist-config-carbon": "^10.6.0",
"carbon-components": "^10.27.0-rc.0",
"carbon-components": "^10.27.0-rc.1",
"carbon-icons": "^7.0.5",
"chalk": "^2.3.0",
"cli-table": "^0.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1619,7 +1619,7 @@ __metadata:
languageName: unknown
linkType: soft

"@carbon/elements@^10.26.0-rc.0, @carbon/elements@workspace:packages/elements":
"@carbon/elements@^10.26.0-rc.1, @carbon/elements@workspace:packages/elements":
version: 0.0.0-use.local
resolution: "@carbon/elements@workspace:packages/elements"
dependencies:
Expand Down Expand Up @@ -8969,7 +8969,7 @@ __metadata:
babel-plugin-react-docgen: ^4.0.0
babel-plugin-transform-inline-environment-variables: ^0.4.0
browserslist-config-carbon: ^10.6.0
carbon-components: ^10.27.0-rc.0
carbon-components: ^10.27.0-rc.1
carbon-icons: ^7.0.5
chalk: ^2.3.0
classnames: 2.2.6
Expand Down Expand Up @@ -9028,7 +9028,7 @@ __metadata:
languageName: unknown
linkType: soft

"carbon-components@^10.27.0-rc.0, carbon-components@workspace:packages/components":
"carbon-components@^10.27.0-rc.1, carbon-components@workspace:packages/components":
version: 0.0.0-use.local
resolution: "carbon-components@workspace:packages/components"
dependencies:
Expand All @@ -9041,7 +9041,7 @@ __metadata:
"@babel/preset-react": ^7.10.0
"@babel/runtime": ^7.10.0
"@carbon/cli": ^10.18.0-rc.0
"@carbon/elements": ^10.26.0-rc.0
"@carbon/elements": ^10.26.0-rc.1
"@carbon/icons-handlebars": ^10.24.0-rc.0
"@carbon/icons-react": ^10.24.0-rc.0
"@carbon/telemetry": 0.0.0-alpha.6
Expand Down

0 comments on commit dcf9844

Please sign in to comment.