Skip to content

Commit 4779a4c

Browse files
authored
chore(release): v10.60.4 (#20048)
1 parent 815325e commit 4779a4c

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

examples/codesandbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "codesandbox",
33
"private": true,
4-
"version": "0.7.3",
4+
"version": "0.7.4",
55
"scripts": {
66
"develop": "vite"
77
},
88
"dependencies": {
9-
"@carbon/react": "^0.21.3",
9+
"@carbon/react": "^0.21.4",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"
1212
},

packages/carbon-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/react",
33
"description": "React components for the Carbon Design System",
4-
"version": "0.21.3",
4+
"version": "0.21.4",
55
"private": true,
66
"license": "Apache-2.0",
77
"main": "lib/index.js",
@@ -48,7 +48,7 @@
4848
"@carbon/styles": "^0.20.1",
4949
"@carbon/telemetry": "0.1.0",
5050
"carbon-components": "^10.59.2",
51-
"carbon-components-react": "^7.60.3",
51+
"carbon-components-react": "^7.60.4",
5252
"carbon-icons": "^7.0.7"
5353
},
5454
"devDependencies": {

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "carbon-components-react",
33
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
4-
"version": "7.60.3",
4+
"version": "7.60.4",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",

www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "www",
33
"private": true,
4-
"version": "0.12.3",
4+
"version": "0.12.4",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -22,7 +22,7 @@
2222
"start": "next start"
2323
},
2424
"dependencies": {
25-
"@carbon/react": "^0.21.3",
25+
"@carbon/react": "^0.21.4",
2626
"@octokit/core": "^3.5.1",
2727
"@octokit/plugin-retry": "^3.0.9",
2828
"@octokit/plugin-throttling": "^3.5.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2102,7 +2102,7 @@ __metadata:
21022102
languageName: unknown
21032103
linkType: soft
21042104

2105-
"@carbon/react@^0.21.3, @carbon/react@workspace:packages/carbon-react":
2105+
"@carbon/react@^0.21.4, @carbon/react@workspace:packages/carbon-react":
21062106
version: 0.0.0-use.local
21072107
resolution: "@carbon/react@workspace:packages/carbon-react"
21082108
dependencies:
@@ -2136,7 +2136,7 @@ __metadata:
21362136
babel-preset-carbon: ^0.2.0
21372137
browserslist-config-carbon: ^10.6.1
21382138
carbon-components: ^10.59.2
2139-
carbon-components-react: ^7.60.3
2139+
carbon-components-react: ^7.60.4
21402140
carbon-icons: ^7.0.7
21412141
css-loader: ^6.5.1
21422142
fast-glob: ^3.2.7
@@ -11541,7 +11541,7 @@ __metadata:
1154111541
languageName: node
1154211542
linkType: hard
1154311543

11544-
"carbon-components-react@^7.60.3, carbon-components-react@workspace:packages/react":
11544+
"carbon-components-react@^7.60.4, carbon-components-react@workspace:packages/react":
1154511545
version: 0.0.0-use.local
1154611546
resolution: "carbon-components-react@workspace:packages/react"
1154711547
dependencies:
@@ -12667,7 +12667,7 @@ __metadata:
1266712667
version: 0.0.0-use.local
1266812668
resolution: "codesandbox@workspace:examples/codesandbox"
1266912669
dependencies:
12670-
"@carbon/react": ^0.21.3
12670+
"@carbon/react": ^0.21.4
1267112671
"@vitejs/plugin-react": ^1.0.7
1267212672
react: ^17.0.2
1267312673
react-dom: ^17.0.2
@@ -38884,7 +38884,7 @@ resolve@^2.0.0-next.3:
3888438884
version: 0.0.0-use.local
3888538885
resolution: "www@workspace:www"
3888638886
dependencies:
38887-
"@carbon/react": ^0.21.3
38887+
"@carbon/react": ^0.21.4
3888838888
"@octokit/core": ^3.5.1
3888938889
"@octokit/plugin-retry": ^3.0.9
3889038890
"@octokit/plugin-throttling": ^3.5.2

0 commit comments

Comments
 (0)