Skip to content

Commit d66cc6a

Browse files
chore(release): v11.89.0 (#20225)
Co-authored-by: riddhybansal <41935566+riddhybansal@users.noreply.github.com>
1 parent e628a6f commit d66cc6a

File tree

42 files changed

+243
-241
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+243
-241
lines changed

config/babel-preset-carbon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-carbon",
3-
"version": "0.8.0-rc.0",
3+
"version": "0.8.0",
44
"license": "Apache-2.0",
55
"main": "index.js",
66
"repository": {

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.25.0-rc.0",
4+
"version": "3.25.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.24.1-rc.0",
5+
"version": "1.25.0",
66
"license": "Apache-2.0",
77
"type": "module",
88
"main": "index.js",

config/typescript-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": "typescript-config-carbon",
33
"description": "TypeScript configuration for Carbon",
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"types": "index.d.ts",

examples/class-prefix/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "class-prefix",
33
"description": "Class prefix example",
44
"private": true,
5-
"version": "0.86.0-rc.1",
5+
"version": "0.86.0",
66
"type": "module",
77
"repository": {
88
"type": "git",
@@ -23,7 +23,7 @@
2323
"preview": "vite preview"
2424
},
2525
"dependencies": {
26-
"@carbon/react": "^1.89.0-rc.1",
26+
"@carbon/react": "^1.89.0",
2727
"react": "^19.0.0",
2828
"react-dom": "^19.0.0"
2929
},

examples/codesandbox-styles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codesandbox-styles",
33
"description": "CodeSandbox styles example",
44
"private": true,
5-
"version": "0.91.0-rc.1",
5+
"version": "0.91.0",
66
"type": "module",
77
"repository": {
88
"type": "git",
@@ -25,6 +25,6 @@
2525
"vite": "^6.3.5"
2626
},
2727
"dependencies": {
28-
"@carbon/styles": "^1.88.0-rc.1"
28+
"@carbon/styles": "^1.88.0"
2929
}
3030
}

examples/custom-theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "custom-theme",
33
"description": "Custom theme example",
44
"private": true,
5-
"version": "0.87.0-rc.1",
5+
"version": "0.87.0",
66
"type": "module",
77
"repository": {
88
"type": "git",
@@ -23,7 +23,7 @@
2323
"preview": "vite preview"
2424
},
2525
"dependencies": {
26-
"@carbon/react": "^1.89.0-rc.1",
26+
"@carbon/react": "^1.89.0",
2727
"react": "^19.0.0",
2828
"react-dom": "^19.0.0"
2929
},

examples/id-prefix/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "id-prefix",
33
"description": "ID prefix example",
44
"private": true,
5-
"version": "0.86.0-rc.1",
5+
"version": "0.86.0",
66
"type": "module",
77
"repository": {
88
"type": "git",
@@ -23,7 +23,7 @@
2323
"preview": "vite preview"
2424
},
2525
"dependencies": {
26-
"@carbon/react": "^1.89.0-rc.1",
26+
"@carbon/react": "^1.89.0",
2727
"react": "^19.0.0",
2828
"react-dom": "^19.0.0"
2929
},

examples/light-dark-mode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "examples-light-dark",
33
"description": "Light/dark mode example",
44
"private": true,
5-
"version": "0.87.0-rc.1",
5+
"version": "0.87.0",
66
"scripts": {
77
"build": "next build",
88
"dev": "next dev",
99
"lint": "next lint",
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"@carbon/react": "^1.89.0-rc.1",
13+
"@carbon/react": "^1.89.0",
1414
"next": "15.3.5",
1515
"react": "19.0.0",
1616
"react-dom": "19.0.0"

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "examples-nextjs",
33
"description": "Next.js example",
44
"private": true,
5-
"version": "0.89.0-rc.1",
5+
"version": "0.89.0",
66
"scripts": {
77
"build": "next build",
88
"dev": "next dev",
99
"lint": "next lint",
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"@carbon/react": "^1.89.0-rc.1",
13+
"@carbon/react": "^1.89.0",
1414
"next": "15.3.5",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0"

0 commit comments

Comments
 (0)