Skip to content

Commit

Permalink
chore(release): v10.44.0-rc.0 (#9671)
Browse files Browse the repository at this point in the history
* chore(release): v10.44.0-rc.0

* chore(project): update lockfile
  • Loading branch information
joshblack committed Sep 15, 2021
1 parent cbb8fa9 commit 9e9df89
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions packages/carbon-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/react",
"description": "React components for the Carbon Design System",
"version": "0.4.0",
"version": "0.5.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -44,10 +44,10 @@
"dependencies": {
"@carbon/feature-flags": "^0.6.0",
"@carbon/icons-react": "^10.38.0",
"@carbon/styles": "^0.4.0",
"@carbon/styles": "^0.5.0-rc.0",
"@carbon/telemetry": "0.0.0-alpha.6",
"carbon-components": "^10.43.0",
"carbon-components-react": "^7.43.0",
"carbon-components": "^10.44.0-rc.0",
"carbon-components-react": "^7.44.0-rc.0",
"carbon-icons": "^7.0.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 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.43.0",
"version": "10.44.0-rc.0",
"license": "Apache-2.0",
"main": "umd/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.43.0",
"version": "7.44.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -100,7 +100,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.43.0",
"carbon-components": "^10.44.0-rc.0",
"carbon-icons": "^7.0.5",
"chalk": "^4.1.1",
"cli-table": "^0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/styles",
"description": "Styles for the Carbon Design System",
"version": "0.4.0",
"version": "0.5.0-rc.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1997,7 +1997,7 @@ __metadata:
"@babel/preset-react": ^7.14.5
"@carbon/feature-flags": ^0.6.0
"@carbon/icons-react": ^10.38.0
"@carbon/styles": ^0.4.0
"@carbon/styles": ^0.5.0-rc.0
"@carbon/telemetry": 0.0.0-alpha.6
"@carbon/themes": ^10.42.0
"@rollup/plugin-babel": ^5.3.0
Expand All @@ -2013,8 +2013,8 @@ __metadata:
babel-plugin-dev-expression: ^0.2.2
babel-preset-carbon: ^0.1.0
browserslist-config-carbon: ^10.6.1
carbon-components: ^10.43.0
carbon-components-react: ^7.43.0
carbon-components: ^10.44.0-rc.0
carbon-components-react: ^7.44.0-rc.0
carbon-icons: ^7.0.7
css-loader: ^5.2.4
fs-extra: ^10.0.0
Expand Down Expand Up @@ -2067,7 +2067,7 @@ __metadata:
languageName: unknown
linkType: soft

"@carbon/styles@^0.4.0, @carbon/styles@workspace:packages/styles":
"@carbon/styles@^0.5.0-rc.0, @carbon/styles@workspace:packages/styles":
version: 0.0.0-use.local
resolution: "@carbon/styles@workspace:packages/styles"
dependencies:
Expand Down Expand Up @@ -10285,7 +10285,7 @@ __metadata:
languageName: node
linkType: hard

"carbon-components-react@^7.43.0, carbon-components-react@workspace:packages/react":
"carbon-components-react@^7.44.0-rc.0, carbon-components-react@workspace:packages/react":
version: 0.0.0-use.local
resolution: "carbon-components-react@workspace:packages/react"
dependencies:
Expand Down Expand Up @@ -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.43.0
carbon-components: ^10.44.0-rc.0
carbon-icons: ^7.0.5
chalk: ^4.1.1
classnames: 2.3.1
Expand Down Expand Up @@ -10412,7 +10412,7 @@ __metadata:
languageName: node
linkType: hard

"carbon-components@^10.43.0, carbon-components@workspace:packages/components":
"carbon-components@^10.44.0-rc.0, carbon-components@workspace:packages/components":
version: 0.0.0-use.local
resolution: "carbon-components@workspace:packages/components"
dependencies:
Expand Down

0 comments on commit 9e9df89

Please sign in to comment.