Skip to content

Commit

Permalink
chore(release): v10.59.22 (#16182)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Apr 11, 2024
1 parent 13a5227 commit 4ad7a4a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions examples/codesandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "codesandbox",
"private": true,
"version": "0.6.21",
"version": "0.6.22",
"scripts": {
"develop": "vite"
},
"dependencies": {
"@carbon/react": "^0.20.21",
"@carbon/react": "^0.20.22",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
4 changes: 2 additions & 2 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.20.21",
"version": "0.20.22",
"private": true,
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@carbon/styles": "^0.19.8",
"@carbon/telemetry": "0.1.0",
"carbon-components": "^10.58.14",
"carbon-components-react": "^7.59.21",
"carbon-components-react": "^7.59.22",
"carbon-icons": "^7.0.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 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.59.21",
"version": "7.59.22",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "www",
"private": true,
"version": "0.11.21",
"version": "0.11.22",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"start": "next start"
},
"dependencies": {
"@carbon/react": "^0.20.21",
"@carbon/react": "^0.20.22",
"@octokit/core": "^3.5.1",
"@octokit/plugin-retry": "^3.0.9",
"@octokit/plugin-throttling": "^3.5.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2102,7 +2102,7 @@ __metadata:
languageName: unknown
linkType: soft

"@carbon/react@^0.20.21, @carbon/react@workspace:packages/carbon-react":
"@carbon/react@^0.20.22, @carbon/react@workspace:packages/carbon-react":
version: 0.0.0-use.local
resolution: "@carbon/react@workspace:packages/carbon-react"
dependencies:
Expand Down Expand Up @@ -2136,7 +2136,7 @@ __metadata:
babel-preset-carbon: ^0.2.0
browserslist-config-carbon: ^10.6.1
carbon-components: ^10.58.14
carbon-components-react: ^7.59.21
carbon-components-react: ^7.59.22
carbon-icons: ^7.0.7
css-loader: ^6.5.1
fast-glob: ^3.2.7
Expand Down Expand Up @@ -11523,7 +11523,7 @@ __metadata:
languageName: node
linkType: hard

"carbon-components-react@^7.59.21, carbon-components-react@workspace:packages/react":
"carbon-components-react@^7.59.22, carbon-components-react@workspace:packages/react":
version: 0.0.0-use.local
resolution: "carbon-components-react@workspace:packages/react"
dependencies:
Expand Down Expand Up @@ -12649,7 +12649,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "codesandbox@workspace:examples/codesandbox"
dependencies:
"@carbon/react": ^0.20.21
"@carbon/react": ^0.20.22
"@vitejs/plugin-react": ^1.0.7
react: ^17.0.2
react-dom: ^17.0.2
Expand Down Expand Up @@ -38873,7 +38873,7 @@ resolve@^2.0.0-next.3:
version: 0.0.0-use.local
resolution: "www@workspace:www"
dependencies:
"@carbon/react": ^0.20.21
"@carbon/react": ^0.20.22
"@octokit/core": ^3.5.1
"@octokit/plugin-retry": ^3.0.9
"@octokit/plugin-throttling": ^3.5.2
Expand Down

0 comments on commit 4ad7a4a

Please sign in to comment.