Skip to content

Commit 185c4cf

Browse files
chore(release): v11.64.0 (#17166)
Co-authored-by: guidari <[email protected]>
1 parent 3788b98 commit 185c4cf

File tree

19 files changed

+56
-56
lines changed

19 files changed

+56
-56
lines changed

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.14.0-rc.0",
5+
"version": "1.14.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.61.0-rc.0",
4+
"version": "0.61.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.64.0-rc.0",
12+
"@carbon/react": "^1.64.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.66.0-rc.0",
4+
"version": "0.66.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.63.0-rc.0"
14+
"@carbon/styles": "^1.63.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.62.0-rc.0",
4+
"version": "0.62.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.64.0-rc.0",
12+
"@carbon/react": "^1.64.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.61.0-rc.0",
4+
"version": "0.61.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.64.0-rc.0",
12+
"@carbon/react": "^1.64.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.62.0-rc.0",
4+
"version": "0.62.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.64.0-rc.0",
12+
"@carbon/react": "^1.64.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.64.0-rc.0",
4+
"version": "0.64.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.64.0-rc.0",
12+
"@carbon/react": "^1.64.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.62.0-rc.0",
4+
"version": "0.62.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.64.0-rc.0",
12+
"@carbon/react": "^1.64.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.62.0-rc.0",
4+
"version": "0.62.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.64.0-rc.0",
12+
"@carbon/react": "^1.64.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
@@ -1,7 +1,7 @@
11
{
22
"name": "carbon-components-react",
33
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
4-
"version": "8.64.0-rc.0",
4+
"version": "8.64.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -42,8 +42,8 @@
4242
"sass": "^1.33.0"
4343
},
4444
"dependencies": {
45-
"@carbon/react": "^1.64.0-rc.0",
46-
"@carbon/styles": "^1.63.0-rc.0",
45+
"@carbon/react": "^1.64.0",
46+
"@carbon/styles": "^1.63.0",
4747
"@ibm/telemetry-js": "^1.5.0",
4848
"chalk": "1.1.3"
4949
},

packages/carbon-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "carbon-components",
33
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
4-
"version": "11.63.0-rc.0",
4+
"version": "11.63.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -43,7 +43,7 @@
4343
"sass": "^1.33.0"
4444
},
4545
"dependencies": {
46-
"@carbon/styles": "^1.63.0-rc.0",
46+
"@carbon/styles": "^1.63.0",
4747
"@ibm/telemetry-js": "^1.5.0",
4848
"chalk": "1.1.3"
4949
},

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.51.0-rc.0",
4+
"version": "11.51.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.24.0",
4242
"@carbon/grid": "^11.25.0",
43-
"@carbon/icons": "^11.47.0-rc.0",
43+
"@carbon/icons": "^11.47.0",
4444
"@carbon/layout": "^11.24.0",
4545
"@carbon/motion": "^11.20.0",
4646
"@carbon/themes": "^11.38.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.47.0-rc.0",
4+
"version": "11.47.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.28.0",
47-
"@carbon/icons": "^11.47.0-rc.0",
47+
"@carbon/icons": "^11.47.0",
4848
"rimraf": "^5.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.96.0-rc.0",
4+
"version": "10.96.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.47.0-rc.0",
38+
"@carbon/icons": "^11.47.0",
3939
"fs-extra": "^11.0.0",
4040
"prettier": "^2.8.8",
4141
"rimraf": "^5.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.47.0-rc.0",
4+
"version": "11.47.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.64.0-rc.0",
4+
"version": "1.64.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -49,9 +49,9 @@
4949
"dependencies": {
5050
"@babel/runtime": "^7.24.7",
5151
"@carbon/feature-flags": "^0.21.0",
52-
"@carbon/icons-react": "^11.47.0-rc.0",
52+
"@carbon/icons-react": "^11.47.0",
5353
"@carbon/layout": "^11.24.0",
54-
"@carbon/styles": "^1.63.0-rc.0",
54+
"@carbon/styles": "^1.63.0",
5555
"@floating-ui/react": "^0.26.0",
5656
"@ibm/telemetry-js": "^1.5.0",
5757
"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.63.0-rc.0",
4+
"version": "1.63.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

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.73.0-rc.0",
4+
"version": "0.73.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.64.0-rc.0",
25+
"@carbon/react": "^1.64.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)