Skip to content

Commit ec31b96

Browse files
chore(release): v11.82.0 (#19326)
Co-authored-by: annawen1 <[email protected]>
1 parent 8fbb4c8 commit ec31b96

File tree

33 files changed

+164
-164
lines changed

33 files changed

+164
-164
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.22.0-rc.0",
4+
"version": "3.22.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.22.0-rc.0",
5+
"version": "1.22.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.79.0-rc.0",
4+
"version": "0.79.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.82.0-rc.0",
12+
"@carbon/react": "^1.82.0",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.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.84.0-rc.0",
4+
"version": "0.84.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite"
@@ -11,6 +11,6 @@
1111
"vite": "^6.3.5"
1212
},
1313
"dependencies": {
14-
"@carbon/styles": "^1.81.0-rc.0"
14+
"@carbon/styles": "^1.81.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.80.0-rc.0",
4+
"version": "0.80.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.82.0-rc.0",
12+
"@carbon/react": "^1.82.0",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.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.79.0-rc.0",
4+
"version": "0.79.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.82.0-rc.0",
12+
"@carbon/react": "^1.82.0",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.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.80.0-rc.0",
4+
"version": "0.80.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.82.0-rc.0",
12+
"@carbon/react": "^1.82.0",
1313
"next": "14.2.25",
1414
"react": "19.0.0",
1515
"react-dom": "19.0.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.82.0-rc.0",
4+
"version": "0.82.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.82.0-rc.0",
12+
"@carbon/react": "^1.82.0",
1313
"next": "14.2.26",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.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.80.0-rc.0",
4+
"version": "0.80.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.82.0-rc.0",
12+
"@carbon/react": "^1.82.0",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.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.80.0-rc.0",
4+
"version": "0.80.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.82.0-rc.0",
12+
"@carbon/react": "^1.82.0",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.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.82.0-rc.0",
5+
"version": "8.82.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.82.0-rc.0",
47-
"@carbon/styles": "^1.81.0-rc.0",
46+
"@carbon/react": "^1.82.0",
47+
"@carbon/styles": "^1.81.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.81.0-rc.0",
5+
"version": "11.81.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.81.0-rc.0",
47+
"@carbon/styles": "^1.81.0",
4848
"@ibm/telemetry-js": "^1.5.0",
4949
"chalk": "1.1.3"
5050
},

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/cli",
33
"description": "Task automation for working with the Carbon Design System",
4-
"version": "11.27.0-rc.0",
4+
"version": "11.27.0",
55
"license": "Apache-2.0",
66
"bin": {
77
"carbon-cli": "./bin/carbon-cli.js"

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.33.0-rc.0",
4+
"version": "11.33.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -40,7 +40,7 @@
4040
"postinstall": "ibmtelemetry --config=telemetry.yml"
4141
},
4242
"devDependencies": {
43-
"@carbon/cli": "^11.27.0-rc.0",
43+
"@carbon/cli": "^11.27.0",
4444
"@carbon/cli-reporter": "^10.7.0",
4545
"@carbon/scss-generator": "^10.19.0",
4646
"@carbon/test-utils": "^10.36.0",

packages/elements/package.json

Lines changed: 9 additions & 9 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.67.0-rc.0",
4+
"version": "11.67.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -39,17 +39,17 @@
3939
"postinstall": "ibmtelemetry --config=telemetry.yml"
4040
},
4141
"dependencies": {
42-
"@carbon/colors": "^11.33.0-rc.0",
43-
"@carbon/grid": "^11.36.0-rc.0",
44-
"@carbon/icons": "^11.60.0-rc.0",
45-
"@carbon/layout": "^11.34.0-rc.0",
46-
"@carbon/motion": "^11.28.0-rc.0",
47-
"@carbon/themes": "^11.52.0-rc.0",
48-
"@carbon/type": "^11.40.0-rc.0",
42+
"@carbon/colors": "^11.33.0",
43+
"@carbon/grid": "^11.36.0",
44+
"@carbon/icons": "^11.60.0",
45+
"@carbon/layout": "^11.34.0",
46+
"@carbon/motion": "^11.28.0",
47+
"@carbon/themes": "^11.52.0",
48+
"@carbon/type": "^11.40.0",
4949
"@ibm/telemetry-js": "^1.5.0"
5050
},
5151
"devDependencies": {
52-
"@carbon/cli": "^11.27.0-rc.0",
52+
"@carbon/cli": "^11.27.0",
5353
"fs-extra": "^11.0.0",
5454
"klaw-sync": "^6.0.0",
5555
"replace-in-file": "^7.0.0",

packages/grid/package.json

Lines changed: 3 additions & 3 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.36.0-rc.0",
4+
"version": "11.36.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -35,11 +35,11 @@
3535
"postinstall": "ibmtelemetry --config=telemetry.yml"
3636
},
3737
"dependencies": {
38-
"@carbon/layout": "^11.34.0-rc.0",
38+
"@carbon/layout": "^11.34.0",
3939
"@ibm/telemetry-js": "^1.5.0"
4040
},
4141
"devDependencies": {
42-
"@carbon/cli": "^11.27.0-rc.0",
42+
"@carbon/cli": "^11.27.0",
4343
"rimraf": "^6.0.0"
4444
},
4545
"eyeglass": {

packages/icon-build-helpers/package.json

Lines changed: 2 additions & 2 deletions
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.38.0-rc.0",
5+
"version": "1.38.0",
66
"license": "Apache-2.0",
77
"main": "src/index.js",
88
"repository": {
@@ -30,7 +30,7 @@
3030
"@babel/template": "^7.24.7",
3131
"@babel/types": "^7.24.7",
3232
"@carbon/cli-reporter": "^10.7.0",
33-
"@carbon/icon-helpers": "^10.59.0-rc.0",
33+
"@carbon/icon-helpers": "^10.59.0",
3434
"@hapi/joi": "^17.1.1",
3535
"@rollup/plugin-babel": "^6.0.0",
3636
"@rollup/plugin-replace": "^6.0.0",

packages/icon-helpers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/icon-helpers",
33
"description": "Helpers used alongside icons for digital and software products using the Carbon Design System",
4-
"version": "10.59.0-rc.0",
4+
"version": "10.59.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -37,7 +37,7 @@
3737
"postinstall": "ibmtelemetry --config=telemetry.yml"
3838
},
3939
"devDependencies": {
40-
"@carbon/cli": "^11.27.0-rc.0",
40+
"@carbon/cli": "^11.27.0",
4141
"rimraf": "^6.0.0",
4242
"typescript-config-carbon": "^0.5.0"
4343
},

packages/icons-react/package.json

Lines changed: 4 additions & 4 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.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
"react": ">=16"
3939
},
4040
"dependencies": {
41-
"@carbon/icon-helpers": "^10.59.0-rc.0",
41+
"@carbon/icon-helpers": "^10.59.0",
4242
"@ibm/telemetry-js": "^1.5.0",
4343
"prop-types": "^15.8.1"
4444
},
4545
"devDependencies": {
46-
"@carbon/icon-build-helpers": "^1.38.0-rc.0",
47-
"@carbon/icons": "^11.60.0-rc.0",
46+
"@carbon/icon-build-helpers": "^1.38.0",
47+
"@carbon/icons": "^11.60.0",
4848
"rimraf": "^6.0.0"
4949
},
5050
"sideEffects": false

packages/icons-vue/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-vue",
33
"description": "Vue components for icons in digital and software products using the Carbon Design System",
4-
"version": "10.109.0-rc.0",
4+
"version": "10.109.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -30,12 +30,12 @@
3030
"postinstall": "ibmtelemetry --config=telemetry.yml"
3131
},
3232
"dependencies": {
33-
"@carbon/icon-helpers": "^10.59.0-rc.0",
33+
"@carbon/icon-helpers": "^10.59.0",
3434
"@ibm/telemetry-js": "^1.5.0"
3535
},
3636
"devDependencies": {
3737
"@carbon/cli-reporter": "^10.7.0",
38-
"@carbon/icons": "^11.60.0-rc.0",
38+
"@carbon/icons": "^11.60.0",
3939
"fs-extra": "^11.0.0",
4040
"prettier": "^3.3.3",
4141
"rimraf": "^6.0.0",

packages/icons/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",
33
"description": "Icons for digital and software products using the Carbon Design System",
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",
@@ -41,8 +41,8 @@
4141
"postinstall": "ibmtelemetry --config=telemetry.yml"
4242
},
4343
"devDependencies": {
44-
"@carbon/cli": "^11.27.0-rc.0",
45-
"@carbon/icon-build-helpers": "^1.38.0-rc.0",
44+
"@carbon/cli": "^11.27.0",
45+
"@carbon/icon-build-helpers": "^1.38.0",
4646
"rimraf": "^6.0.0"
4747
},
4848
"dependencies": {

0 commit comments

Comments
 (0)