Skip to content

Commit 9815eaf

Browse files
chore(release): v11.75.0 (#18476)
Co-authored-by: kennylam <[email protected]>
1 parent ad0ba86 commit 9815eaf

File tree

30 files changed

+143
-143
lines changed

30 files changed

+143
-143
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.19.0-rc.0",
4+
"version": "3.19.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"repository": {

config/jest-config-carbon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jest-config-carbon",
33
"private": true,
44
"description": "Jest configuration and preset for Carbon",
5-
"version": "1.17.0",
5+
"version": "1.18.0",
66
"license": "Apache-2.0",
77
"main": "index.js",
88
"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.72.0-rc.0",
4+
"version": "0.72.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.75.0-rc.0",
12+
"@carbon/react": "^1.75.0",
1313
"react": "^18.3.1",
1414
"react-dom": "^18.3.1"
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.77.0-rc.0",
4+
"version": "0.77.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.74.0-rc.0"
14+
"@carbon/styles": "^1.74.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.73.0-rc.0",
4+
"version": "0.73.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.75.0-rc.0",
12+
"@carbon/react": "^1.75.0",
1313
"react": "^18.3.1",
1414
"react-dom": "^18.3.1"
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.72.0-rc.0",
4+
"version": "0.72.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.75.0-rc.0",
12+
"@carbon/react": "^1.75.0",
1313
"react": "^18.3.1",
1414
"react-dom": "^18.3.1"
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.73.0-rc.0",
4+
"version": "0.73.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.75.0-rc.0",
12+
"@carbon/react": "^1.75.0",
1313
"next": "14.1.1",
1414
"react": "18.3.1",
1515
"react-dom": "18.3.1"

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.75.0-rc.0",
4+
"version": "0.75.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.75.0-rc.0",
12+
"@carbon/react": "^1.75.0",
1313
"next": "14.1.1",
1414
"react": "18.3.1",
1515
"react-dom": "18.3.1"

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

packages/carbon-components-react/package.json

Lines changed: 4 additions & 4 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.75.0-rc.0",
5+
"version": "8.75.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.75.0-rc.0",
47-
"@carbon/styles": "^1.74.0-rc.0",
46+
"@carbon/react": "^1.75.0",
47+
"@carbon/styles": "^1.74.0",
4848
"@ibm/telemetry-js": "^1.5.0",
4949
"chalk": "1.1.3"
5050
},
@@ -56,7 +56,7 @@
5656
"@babel/plugin-transform-react-constant-elements": "^7.24.7",
5757
"@babel/preset-env": "^7.24.7",
5858
"@babel/preset-react": "^7.24.7",
59-
"@carbon/test-utils": "^10.34.0",
59+
"@carbon/test-utils": "^10.35.0",
6060
"@rollup/plugin-babel": "^6.0.0",
6161
"@rollup/plugin-commonjs": "^28.0.0",
6262
"@rollup/plugin-node-resolve": "^15.0.0",

packages/carbon-components/package.json

Lines changed: 3 additions & 3 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.74.0-rc.0",
5+
"version": "11.74.0",
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",
@@ -44,12 +44,12 @@
4444
"sass": "^1.33.0"
4545
},
4646
"dependencies": {
47-
"@carbon/styles": "^1.74.0-rc.0",
47+
"@carbon/styles": "^1.74.0",
4848
"@ibm/telemetry-js": "^1.5.0",
4949
"chalk": "1.1.3"
5050
},
5151
"devDependencies": {
52-
"@carbon/test-utils": "^10.34.0",
52+
"@carbon/test-utils": "^10.35.0",
5353
"fs-extra": "^11.0.0",
5454
"rimraf": "^6.0.0",
5555
"sass": "^1.77.7"

packages/colors/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/colors",
33
"description": "Colors for digital and software products using the Carbon Design System",
4-
"version": "11.28.0",
4+
"version": "11.29.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -42,7 +42,7 @@
4242
"@carbon/cli": "^11.23.0",
4343
"@carbon/cli-reporter": "^10.7.0",
4444
"@carbon/scss-generator": "^10.19.0",
45-
"@carbon/test-utils": "^10.34.0",
45+
"@carbon/test-utils": "^10.35.0",
4646
"change-case": "^4.1.1",
4747
"fs-extra": "^11.0.0",
4848
"rimraf": "^6.0.0"

packages/elements/package.json

Lines changed: 7 additions & 7 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.60.0-rc.0",
4+
"version": "11.60.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -38,13 +38,13 @@
3838
"postinstall": "ibmtelemetry --config=telemetry.yml"
3939
},
4040
"dependencies": {
41-
"@carbon/colors": "^11.28.0",
42-
"@carbon/grid": "^11.30.0",
43-
"@carbon/icons": "^11.54.0-rc.0",
44-
"@carbon/layout": "^11.28.0",
41+
"@carbon/colors": "^11.29.0",
42+
"@carbon/grid": "^11.31.0",
43+
"@carbon/icons": "^11.54.0",
44+
"@carbon/layout": "^11.29.0",
4545
"@carbon/motion": "^11.24.0",
46-
"@carbon/themes": "^11.45.0",
47-
"@carbon/type": "^11.34.0",
46+
"@carbon/themes": "^11.46.0",
47+
"@carbon/type": "^11.35.0",
4848
"@ibm/telemetry-js": "^1.5.0"
4949
},
5050
"devDependencies": {

packages/grid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/grid",
33
"description": "Grid for digital and software products using the Carbon Design System",
4-
"version": "11.30.0",
4+
"version": "11.31.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -35,7 +35,7 @@
3535
"postinstall": "ibmtelemetry --config=telemetry.yml"
3636
},
3737
"dependencies": {
38-
"@carbon/layout": "^11.28.0",
38+
"@carbon/layout": "^11.29.0",
3939
"@ibm/telemetry-js": "^1.5.0"
4040
},
4141
"devDependencies": {

packages/icon-build-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@carbon/icon-build-helpers",
33
"private": true,
44
"description": "Build helpers for the Carbon Design System icon library",
5-
"version": "1.32.0",
5+
"version": "1.33.0",
66
"license": "Apache-2.0",
77
"main": "src/index.js",
88
"repository": {

packages/icons-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/icons-react",
33
"description": "React components for icons in digital and software products using the Carbon Design System",
4-
"version": "11.54.0-rc.0",
4+
"version": "11.54.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -43,8 +43,8 @@
4343
"prop-types": "^15.7.2"
4444
},
4545
"devDependencies": {
46-
"@carbon/icon-build-helpers": "^1.32.0",
47-
"@carbon/icons": "^11.54.0-rc.0",
46+
"@carbon/icon-build-helpers": "^1.33.0",
47+
"@carbon/icons": "^11.54.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.103.0-rc.0",
4+
"version": "10.103.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.54.0-rc.0",
38+
"@carbon/icons": "^11.54.0",
3939
"fs-extra": "^11.0.0",
4040
"prettier": "^3.3.3",
4141
"rimraf": "^6.0.0",

packages/icons/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",
33
"description": "Icons for digital and software products using the Carbon Design System",
4-
"version": "11.54.0-rc.0",
4+
"version": "11.54.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@carbon/cli": "^11.23.0",
45-
"@carbon/icon-build-helpers": "^1.32.0",
45+
"@carbon/icon-build-helpers": "^1.33.0",
4646
"rimraf": "^6.0.0"
4747
},
4848
"dependencies": {

packages/layout/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/layout",
33
"description": "Layout helpers for digital and software products using the Carbon Design System",
4-
"version": "11.28.0",
4+
"version": "11.29.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -33,7 +33,7 @@
3333
"@carbon/cli": "^11.23.0",
3434
"@carbon/cli-reporter": "^10.7.0",
3535
"@carbon/scss-generator": "^10.19.0",
36-
"@carbon/test-utils": "^10.34.0",
36+
"@carbon/test-utils": "^10.35.0",
3737
"core-js": "^3.16.0",
3838
"rimraf": "^6.0.0"
3939
},

packages/pictograms-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/pictograms-react",
33
"description": "React components for pictograms in digital and software products using the Carbon Design System",
4-
"version": "11.70.0",
4+
"version": "11.71.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -44,8 +44,8 @@
4444
"prop-types": "^15.7.2"
4545
},
4646
"devDependencies": {
47-
"@carbon/icon-build-helpers": "^1.32.0",
48-
"@carbon/pictograms": "^12.44.0",
47+
"@carbon/icon-build-helpers": "^1.33.0",
48+
"@carbon/pictograms": "^12.45.0",
4949
"rimraf": "^6.0.0"
5050
},
5151
"sideEffects": false

packages/pictograms/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/pictograms",
33
"description": "Pictograms for digital and software products using the Carbon Design System",
4-
"version": "12.44.0",
4+
"version": "12.45.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -33,7 +33,7 @@
3333
"postinstall": "ibmtelemetry --config=telemetry.yml"
3434
},
3535
"devDependencies": {
36-
"@carbon/icon-build-helpers": "^1.32.0",
36+
"@carbon/icon-build-helpers": "^1.33.0",
3737
"rimraf": "^6.0.0"
3838
},
3939
"dependencies": {

0 commit comments

Comments
 (0)