Skip to content

Commit ffc48c9

Browse files
2nikhiltomgithub-actions[bot]
authored andcommitted
chore(release): v11.61.0-rc.1
1 parent ac93221 commit ffc48c9

File tree

11 files changed

+29
-29
lines changed

11 files changed

+29
-29
lines changed

examples/class-prefix/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "class-prefix",
33
"private": true,
4-
"version": "0.58.0-rc.0",
4+
"version": "0.58.0-rc.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.61.0-rc.0",
12+
"@carbon/react": "^1.61.0-rc.1",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"
1515
},

examples/custom-theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "custom-theme",
33
"private": true,
4-
"version": "0.59.0-rc.0",
4+
"version": "0.59.0-rc.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.61.0-rc.0",
12+
"@carbon/react": "^1.61.0-rc.1",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"
1515
},

examples/id-prefix/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "id-prefix",
33
"private": true,
4-
"version": "0.58.0-rc.0",
4+
"version": "0.58.0-rc.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.61.0-rc.0",
12+
"@carbon/react": "^1.61.0-rc.1",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"
1515
},

examples/light-dark-mode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "examples-light-dark",
33
"private": true,
4-
"version": "0.59.0-rc.0",
4+
"version": "0.59.0-rc.1",
55
"scripts": {
66
"build": "next build",
77
"dev": "next dev",
88
"lint": "next lint",
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.61.0-rc.0",
12+
"@carbon/react": "^1.61.0-rc.1",
1313
"next": "14.1.1",
1414
"react": "18.2.0",
1515
"react-dom": "18.2.0"

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "examples-nextjs",
33
"private": true,
4-
"version": "0.61.0-rc.0",
4+
"version": "0.61.0-rc.1",
55
"scripts": {
66
"build": "next build",
77
"dev": "next dev",
88
"lint": "next lint",
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.61.0-rc.0",
12+
"@carbon/react": "^1.61.0-rc.1",
1313
"next": "14.1.1",
1414
"react": "18.2.0",
1515
"react-dom": "18.2.0"

examples/v10-token-compat-in-v11/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "v10-token-compat-in-v11",
33
"private": true,
4-
"version": "0.59.0-rc.0",
4+
"version": "0.59.0-rc.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.61.0-rc.0",
12+
"@carbon/react": "^1.61.0-rc.1",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"
1515
},

examples/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "vite",
33
"private": true,
4-
"version": "0.59.0-rc.0",
4+
"version": "0.59.0-rc.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.61.0-rc.0",
12+
"@carbon/react": "^1.61.0-rc.1",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"
1515
},

packages/carbon-components-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-components-react",
33
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
4-
"version": "8.61.0-rc.0",
4+
"version": "8.61.0-rc.1",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -42,7 +42,7 @@
4242
"sass": "^1.33.0"
4343
},
4444
"dependencies": {
45-
"@carbon/react": "^1.61.0-rc.0",
45+
"@carbon/react": "^1.61.0-rc.1",
4646
"@carbon/styles": "^1.61.0-rc.0",
4747
"@ibm/telemetry-js": "^1.5.0",
4848
"chalk": "1.1.3"

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/react",
33
"description": "React components for the Carbon Design System",
4-
"version": "1.61.0-rc.0",
4+
"version": "1.61.0-rc.1",
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.70.0-rc.0",
4+
"version": "0.70.0-rc.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -22,7 +22,7 @@
2222
"start": "next start"
2323
},
2424
"dependencies": {
25-
"@carbon/react": "^1.61.0-rc.0",
25+
"@carbon/react": "^1.61.0-rc.1",
2626
"@octokit/core": "^4.0.0",
2727
"@octokit/plugin-retry": "^3.0.9",
2828
"@octokit/plugin-throttling": "^4.0.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@ __metadata:
20162016
languageName: unknown
20172017
linkType: soft
20182018

2019-
"@carbon/react@npm:^1.61.0-rc.0, @carbon/react@workspace:packages/react":
2019+
"@carbon/react@npm:^1.61.0-rc.1, @carbon/react@workspace:packages/react":
20202020
version: 0.0.0-use.local
20212021
resolution: "@carbon/react@workspace:packages/react"
20222022
dependencies:
@@ -9907,7 +9907,7 @@ __metadata:
99079907
"@babel/plugin-transform-react-constant-elements": "npm:^7.17.12"
99089908
"@babel/preset-env": "npm:^7.18.2"
99099909
"@babel/preset-react": "npm:^7.17.12"
9910-
"@carbon/react": "npm:^1.61.0-rc.0"
9910+
"@carbon/react": "npm:^1.61.0-rc.1"
99119911
"@carbon/styles": "npm:^1.61.0-rc.0"
99129912
"@carbon/test-utils": "npm:^10.30.0"
99139913
"@ibm/telemetry-js": "npm:^1.5.0"
@@ -10279,7 +10279,7 @@ __metadata:
1027910279
version: 0.0.0-use.local
1028010280
resolution: "class-prefix@workspace:examples/class-prefix"
1028110281
dependencies:
10282-
"@carbon/react": "npm:^1.61.0-rc.0"
10282+
"@carbon/react": "npm:^1.61.0-rc.1"
1028310283
"@vitejs/plugin-react": "npm:4.0.0"
1028410284
react: "npm:^18.2.0"
1028510285
react-dom: "npm:^18.2.0"
@@ -11652,7 +11652,7 @@ __metadata:
1165211652
version: 0.0.0-use.local
1165311653
resolution: "custom-theme@workspace:examples/custom-theme"
1165411654
dependencies:
11655-
"@carbon/react": "npm:^1.61.0-rc.0"
11655+
"@carbon/react": "npm:^1.61.0-rc.1"
1165611656
"@vitejs/plugin-react": "npm:4.0.0"
1165711657
react: "npm:^18.2.0"
1165811658
react-dom: "npm:^18.2.0"
@@ -13826,7 +13826,7 @@ __metadata:
1382613826
version: 0.0.0-use.local
1382713827
resolution: "examples-light-dark@workspace:examples/light-dark-mode"
1382813828
dependencies:
13829-
"@carbon/react": "npm:^1.61.0-rc.0"
13829+
"@carbon/react": "npm:^1.61.0-rc.1"
1383013830
eslint: "npm:8.40.0"
1383113831
next: "npm:14.1.1"
1383213832
react: "npm:18.2.0"
@@ -13839,7 +13839,7 @@ __metadata:
1383913839
version: 0.0.0-use.local
1384013840
resolution: "examples-nextjs@workspace:examples/nextjs"
1384113841
dependencies:
13842-
"@carbon/react": "npm:^1.61.0-rc.0"
13842+
"@carbon/react": "npm:^1.61.0-rc.1"
1384313843
eslint: "npm:8.40.0"
1384413844
eslint-config-next: "npm:13.4.7"
1384513845
next: "npm:14.1.1"
@@ -16026,7 +16026,7 @@ __metadata:
1602616026
version: 0.0.0-use.local
1602716027
resolution: "id-prefix@workspace:examples/id-prefix"
1602816028
dependencies:
16029-
"@carbon/react": "npm:^1.61.0-rc.0"
16029+
"@carbon/react": "npm:^1.61.0-rc.1"
1603016030
"@vitejs/plugin-react": "npm:4.0.0"
1603116031
react: "npm:^18.2.0"
1603216032
react-dom: "npm:^18.2.0"
@@ -27752,7 +27752,7 @@ __metadata:
2775227752
version: 0.0.0-use.local
2775327753
resolution: "v10-token-compat-in-v11@workspace:examples/v10-token-compat-in-v11"
2775427754
dependencies:
27755-
"@carbon/react": "npm:^1.61.0-rc.0"
27755+
"@carbon/react": "npm:^1.61.0-rc.1"
2775627756
"@vitejs/plugin-react": "npm:4.0.0"
2775727757
react: "npm:^18.2.0"
2775827758
react-dom: "npm:^18.2.0"
@@ -28038,7 +28038,7 @@ __metadata:
2803828038
version: 0.0.0-use.local
2803928039
resolution: "vite@workspace:examples/vite"
2804028040
dependencies:
28041-
"@carbon/react": "npm:^1.61.0-rc.0"
28041+
"@carbon/react": "npm:^1.61.0-rc.1"
2804228042
"@vitejs/plugin-react": "npm:4.0.0"
2804328043
react: "npm:^18.2.0"
2804428044
react-dom: "npm:^18.2.0"
@@ -28599,7 +28599,7 @@ __metadata:
2859928599
version: 0.0.0-use.local
2860028600
resolution: "www@workspace:www"
2860128601
dependencies:
28602-
"@carbon/react": "npm:^1.61.0-rc.0"
28602+
"@carbon/react": "npm:^1.61.0-rc.1"
2860328603
"@octokit/core": "npm:^4.0.0"
2860428604
"@octokit/plugin-retry": "npm:^3.0.9"
2860528605
"@octokit/plugin-throttling": "npm:^4.0.0"

0 commit comments

Comments
 (0)