Skip to content

Commit 5e89339

Browse files
chore(release): v11.106.0 (#22104)
Co-authored-by: riddhybansal <41935566+riddhybansal@users.noreply.github.com>
1 parent ffd8d30 commit 5e89339

27 files changed

Lines changed: 152 additions & 151 deletions

File tree

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.106.0-rc.0",
5+
"version": "8.106.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.106.0-rc.0",
47-
"@carbon/styles": "^1.105.0-rc.0",
46+
"@carbon/react": "^1.106.0",
47+
"@carbon/styles": "^1.105.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.105.0-rc.0",
5+
"version": "11.105.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.105.0-rc.0",
47+
"@carbon/styles": "^1.105.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.43.0-rc.0",
4+
"version": "11.43.0",
55
"license": "Apache-2.0",
66
"type": "module",
77
"bin": {

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.51.0-rc.0",
4+
"version": "11.51.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -42,7 +42,7 @@
4242
"postinstall": "ibmtelemetry --config=telemetry.yml"
4343
},
4444
"devDependencies": {
45-
"@carbon/cli": "^11.43.0-rc.0",
45+
"@carbon/cli": "^11.43.0",
4646
"@carbon/cli-reporter": "^10.8.0",
4747
"@carbon/scss-generator": "^10.20.0",
4848
"@carbon/test-utils": "^10.41.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.88.0-rc.0",
4+
"version": "11.88.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.51.0-rc.0",
43-
"@carbon/grid": "^11.54.0-rc.0",
44-
"@carbon/icons": "^11.79.0-rc.0",
45-
"@carbon/layout": "^11.52.0-rc.0",
46-
"@carbon/motion": "^11.45.0-rc.0",
47-
"@carbon/themes": "^11.72.0-rc.0",
48-
"@carbon/type": "^11.58.0-rc.0",
42+
"@carbon/colors": "^11.51.0",
43+
"@carbon/grid": "^11.54.0",
44+
"@carbon/icons": "^11.79.0",
45+
"@carbon/layout": "^11.52.0",
46+
"@carbon/motion": "^11.45.0",
47+
"@carbon/themes": "^11.72.0",
48+
"@carbon/type": "^11.58.0",
4949
"@ibm/telemetry-js": "^1.5.0"
5050
},
5151
"devDependencies": {
52-
"@carbon/cli": "^11.43.0-rc.0",
52+
"@carbon/cli": "^11.43.0",
5353
"fs-extra": "^11.0.0",
5454
"klaw-sync": "^6.0.0",
5555
"rimraf": "^6.0.1"

packages/feature-flags/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/feature-flags",
33
"description": "Build with feature flags in Carbon",
4-
"version": "1.3.0-rc.0",
4+
"version": "1.3.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",

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.54.0-rc.0",
4+
"version": "11.54.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.52.0-rc.0",
38+
"@carbon/layout": "^11.52.0",
3939
"@ibm/telemetry-js": "^1.5.0"
4040
},
4141
"devDependencies": {
42-
"@carbon/cli": "^11.43.0-rc.0",
42+
"@carbon/cli": "^11.43.0",
4343
"rimraf": "^6.0.1"
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.57.0-rc.0",
5+
"version": "1.57.0",
66
"license": "Apache-2.0",
77
"main": "src/index.js",
88
"repository": {
@@ -27,7 +27,7 @@
2727
"@babel/template": "^7.27.2",
2828
"@babel/types": "^7.27.3",
2929
"@carbon/cli-reporter": "^10.8.0",
30-
"@carbon/icon-helpers": "^10.75.0-rc.0",
30+
"@carbon/icon-helpers": "^10.75.0",
3131
"@hapi/joi": "^17.1.1",
3232
"change-case-all": "^2.1.0",
3333
"fs-extra": "^11.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.75.0-rc.0",
4+
"version": "10.75.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.43.0-rc.0",
40+
"@carbon/cli": "^11.43.0",
4141
"rimraf": "^6.0.1",
4242
"typescript-config-carbon": "workspace:^0.9.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.79.0-rc.0",
4+
"version": "11.79.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.75.0-rc.0",
41+
"@carbon/icon-helpers": "^10.75.0",
4242
"@ibm/telemetry-js": "^1.5.0",
4343
"prop-types": "^15.8.1"
4444
},
4545
"devDependencies": {
46-
"@carbon/icon-build-helpers": "^1.57.0-rc.0",
47-
"@carbon/icons": "^11.79.0-rc.0",
46+
"@carbon/icon-build-helpers": "^1.57.0",
47+
"@carbon/icons": "^11.79.0",
4848
"rimraf": "^6.0.1"
4949
},
5050
"sideEffects": false

0 commit comments

Comments
 (0)