Skip to content

Commit fd1b7ab

Browse files
chore(release): v11.76.0 (#18563)
Co-authored-by: 2nikhiltom <[email protected]>
1 parent d100cac commit fd1b7ab

File tree

24 files changed

+71
-71
lines changed

24 files changed

+71
-71
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.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.76.0-rc.0",
12+
"@carbon/react": "^1.76.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.78.0-rc.0",
4+
"version": "0.78.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.75.0-rc.0"
14+
"@carbon/styles": "^1.75.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.74.0-rc.0",
4+
"version": "0.74.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.76.0-rc.0",
12+
"@carbon/react": "^1.76.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.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.76.0-rc.0",
12+
"@carbon/react": "^1.76.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.74.0-rc.0",
4+
"version": "0.74.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.76.0-rc.0",
12+
"@carbon/react": "^1.76.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.76.0-rc.0",
4+
"version": "0.76.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.76.0-rc.0",
12+
"@carbon/react": "^1.76.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.74.0-rc.0",
4+
"version": "0.74.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.76.0-rc.0",
12+
"@carbon/react": "^1.76.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.74.0-rc.0",
4+
"version": "0.74.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.76.0-rc.0",
12+
"@carbon/react": "^1.76.0",
1313
"react": "^18.3.1",
1414
"react-dom": "^18.3.1"
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.76.0-rc.0",
5+
"version": "8.76.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.76.0-rc.0",
47-
"@carbon/styles": "^1.75.0-rc.0",
46+
"@carbon/react": "^1.76.0",
47+
"@carbon/styles": "^1.75.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.75.0-rc.0",
5+
"version": "11.75.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.75.0-rc.0",
47+
"@carbon/styles": "^1.75.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.61.0-rc.0",
4+
"version": "11.61.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.29.0",
4242
"@carbon/grid": "^11.31.0",
43-
"@carbon/icons": "^11.55.0-rc.0",
43+
"@carbon/icons": "^11.55.0",
4444
"@carbon/layout": "^11.29.0",
4545
"@carbon/motion": "^11.24.0",
4646
"@carbon/themes": "^11.46.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.55.0-rc.0",
4+
"version": "11.55.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.33.0",
47-
"@carbon/icons": "^11.55.0-rc.0",
47+
"@carbon/icons": "^11.55.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.104.0-rc.0",
4+
"version": "10.104.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.55.0-rc.0",
38+
"@carbon/icons": "^11.55.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.55.0-rc.0",
4+
"version": "11.55.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",

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

packages/pictograms/package.json

Lines changed: 1 addition & 1 deletion
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.46.0-rc.0",
4+
"version": "12.46.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.76.0-rc.0",
4+
"version": "1.76.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.55.0-rc.0",
54+
"@carbon/icons-react": "^11.55.0",
5555
"@carbon/layout": "^11.29.0",
56-
"@carbon/styles": "^1.75.0-rc.0",
56+
"@carbon/styles": "^1.75.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.75.0-rc.0",
4+
"version": "1.75.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

packages/upgrade/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/upgrade",
33
"description": "A tool for upgrading Carbon versions",
4-
"version": "11.23.0-rc.0",
4+
"version": "11.23.0",
55
"license": "Apache-2.0",
66
"bin": {
77
"carbon-upgrade": "./bin/carbon-upgrade.js"

packages/utilities-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/utilities-react",
33
"description": "Utilities and helpers to drive consistency across software products using the Carbon Design System with React",
4-
"version": "0.4.0-rc.0",
4+
"version": "0.4.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -47,7 +47,7 @@
4747
"typescript-config-carbon": "^0.3.0"
4848
},
4949
"dependencies": {
50-
"@carbon/utilities": "^0.4.0-rc.0",
50+
"@carbon/utilities": "^0.4.0",
5151
"@ibm/telemetry-js": "^1.6.1"
5252
}
5353
}

packages/utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/utilities",
33
"description": "Utilities and helpers to drive consistency across software products using the Carbon Design System",
4-
"version": "0.4.0-rc.0",
4+
"version": "0.4.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",

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.23.0-rc.0",
4+
"version": "2.23.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.75.0-rc.0",
70+
"@carbon/styles": "^1.75.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.55.0-rc.0",
80+
"@carbon/icons": "^11.55.0",
8181
"@carbon/layout": "^11.29.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.85.0-rc.0",
4+
"version": "0.85.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.76.0-rc.0",
25+
"@carbon/react": "^1.76.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)