Skip to content

Commit 9ec6285

Browse files
chore(release): v11.75.0-rc.0 (#18442)
Co-authored-by: annawen1 <[email protected]>
1 parent 9b9fa47 commit 9ec6285

File tree

20 files changed

+61
-61
lines changed

20 files changed

+61
-61
lines changed

config/eslint-config-carbon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-carbon",
33
"description": "ESLint configuration for Carbon",
4-
"version": "3.18.0",
4+
"version": "3.19.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"repository": {

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.71.0",
4+
"version": "0.72.0-rc.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.74.0",
12+
"@carbon/react": "^1.75.0-rc.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"
1515
},
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codesandbox-styles",
33
"private": true,
4-
"version": "0.76.0",
4+
"version": "0.77.0-rc.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite"
@@ -11,6 +11,6 @@
1111
"vite": "^4.3.8"
1212
},
1313
"dependencies": {
14-
"@carbon/styles": "^1.73.0"
14+
"@carbon/styles": "^1.74.0-rc.0"
1515
}
1616
}

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.72.0",
4+
"version": "0.73.0-rc.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.74.0",
12+
"@carbon/react": "^1.75.0-rc.0",
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.71.0",
4+
"version": "0.72.0-rc.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.74.0",
12+
"@carbon/react": "^1.75.0-rc.0",
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.72.0",
4+
"version": "0.73.0-rc.0",
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.74.0",
12+
"@carbon/react": "^1.75.0-rc.0",
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.74.0",
4+
"version": "0.75.0-rc.0",
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.74.0",
12+
"@carbon/react": "^1.75.0-rc.0",
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.72.0",
4+
"version": "0.73.0-rc.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.74.0",
12+
"@carbon/react": "^1.75.0-rc.0",
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.72.0",
4+
"version": "0.73.0-rc.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.74.0",
12+
"@carbon/react": "^1.75.0-rc.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"
1515
},

packages/carbon-components-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "carbon-components-react",
33
"private": true,
44
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences. This package reached end of support on September 30, 2024 and will not receive any more updates.",
5-
"version": "8.74.0",
5+
"version": "8.75.0-rc.0",
66
"license": "Apache-2.0",
77
"main": "lib/index.js",
88
"module": "es/index.js",
@@ -43,8 +43,8 @@
4343
"sass": "^1.33.0"
4444
},
4545
"dependencies": {
46-
"@carbon/react": "^1.74.0",
47-
"@carbon/styles": "^1.73.0",
46+
"@carbon/react": "^1.75.0-rc.0",
47+
"@carbon/styles": "^1.74.0-rc.0",
4848
"@ibm/telemetry-js": "^1.5.0",
4949
"chalk": "1.1.3"
5050
},

packages/carbon-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "carbon-components",
33
"private": true,
44
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences. This package reached end of support on September 30, 2024 and will not receive any more updates.",
5-
"version": "11.73.0",
5+
"version": "11.74.0-rc.0",
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",
@@ -44,7 +44,7 @@
4444
"sass": "^1.33.0"
4545
},
4646
"dependencies": {
47-
"@carbon/styles": "^1.73.0",
47+
"@carbon/styles": "^1.74.0-rc.0",
4848
"@ibm/telemetry-js": "^1.5.0",
4949
"chalk": "1.1.3"
5050
},

packages/elements/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/elements",
33
"description": "A collection of design elements in code for the IBM Design Language",
4-
"version": "11.59.0",
4+
"version": "11.60.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@carbon/colors": "^11.28.0",
4242
"@carbon/grid": "^11.30.0",
43-
"@carbon/icons": "^11.53.0",
43+
"@carbon/icons": "^11.54.0-rc.0",
4444
"@carbon/layout": "^11.28.0",
4545
"@carbon/motion": "^11.24.0",
4646
"@carbon/themes": "^11.45.0",

packages/icons-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/icons-react",
33
"description": "React components for icons in digital and software products using the Carbon Design System",
4-
"version": "11.53.0",
4+
"version": "11.54.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@carbon/icon-build-helpers": "^1.32.0",
47-
"@carbon/icons": "^11.53.0",
47+
"@carbon/icons": "^11.54.0-rc.0",
4848
"rimraf": "^6.0.0"
4949
},
5050
"sideEffects": false

packages/icons-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/icons-vue",
33
"description": "Vue components for icons in digital and software products using the Carbon Design System",
4-
"version": "10.102.0",
4+
"version": "10.103.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@carbon/cli-reporter": "^10.7.0",
38-
"@carbon/icons": "^11.53.0",
38+
"@carbon/icons": "^11.54.0-rc.0",
3939
"fs-extra": "^11.0.0",
4040
"prettier": "^3.3.3",
4141
"rimraf": "^6.0.0",

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/icons",
33
"description": "Icons for digital and software products using the Carbon Design System",
4-
"version": "11.53.0",
4+
"version": "11.54.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",

packages/react/package.json

Lines changed: 3 additions & 3 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": "1.74.0",
4+
"version": "1.75.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -51,9 +51,9 @@
5151
"dependencies": {
5252
"@babel/runtime": "^7.24.7",
5353
"@carbon/feature-flags": "^0.24.0",
54-
"@carbon/icons-react": "^11.53.0",
54+
"@carbon/icons-react": "^11.54.0-rc.0",
5555
"@carbon/layout": "^11.28.0",
56-
"@carbon/styles": "^1.73.0",
56+
"@carbon/styles": "^1.74.0-rc.0",
5757
"@floating-ui/react": "^0.26.0",
5858
"@ibm/telemetry-js": "^1.5.0",
5959
"classnames": "2.5.1",

packages/styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/styles",
33
"description": "Styles for the Carbon Design System",
4-
"version": "1.73.0",
4+
"version": "1.74.0-rc.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

packages/web-components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/web-components",
33
"description": "Web components for the Carbon Design System",
4-
"version": "2.21.0",
4+
"version": "2.22.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "es/index.js",
77
"module": "es/index.js",
@@ -67,7 +67,7 @@
6767
"wca": "web-component-analyzer analyze src --outFile custom-elements.json"
6868
},
6969
"dependencies": {
70-
"@carbon/styles": "^1.73.0",
70+
"@carbon/styles": "^1.74.0-rc.0",
7171
"@floating-ui/dom": "^1.6.3",
7272
"@ibm/telemetry-js": "^1.5.0",
7373
"flatpickr": "4.6.13",
@@ -77,7 +77,7 @@
7777
},
7878
"devDependencies": {
7979
"@carbon/icon-helpers": "10.47.0",
80-
"@carbon/icons": "^11.53.0",
80+
"@carbon/icons": "^11.54.0-rc.0",
8181
"@carbon/layout": "^11.28.0",
8282
"@carbon/motion": "^11.24.0",
8383
"@juggle/resize-observer": "^3.4.0",

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.83.0",
4+
"version": "0.84.0-rc.0",
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.74.0",
25+
"@carbon/react": "^1.75.0-rc.0",
2626
"@octokit/core": "^4.0.0",
2727
"@octokit/plugin-retry": "^3.0.9",
2828
"@octokit/plugin-throttling": "^4.0.0",

0 commit comments

Comments
 (0)