Skip to content

Commit 13c5c42

Browse files
chore(release): v11.107.0 (#22193)
Co-authored-by: riddhybansal <41935566+riddhybansal@users.noreply.github.com>
1 parent 3646d8a commit 13c5c42

17 files changed

Lines changed: 73 additions & 73 deletions

File tree

config/stylelint-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": "stylelint-config-carbon",
33
"description": "Stylelint configuration for Carbon",
4-
"version": "1.22.0-rc.0",
4+
"version": "1.22.0",
55
"license": "Apache-2.0",
66
"type": "module",
77
"main": "index.js",

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.107.0-rc.0",
5+
"version": "8.107.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.107.0-rc.0",
47-
"@carbon/styles": "^1.106.0-rc.0",
46+
"@carbon/react": "^1.107.0",
47+
"@carbon/styles": "^1.106.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.106.0-rc.0",
5+
"version": "11.106.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.106.0-rc.0",
47+
"@carbon/styles": "^1.106.0",
4848
"@ibm/telemetry-js": "^1.5.0",
4949
"chalk": "1.1.3"
5050
},

packages/elements/package.json

Lines changed: 5 additions & 5 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.89.0-rc.0",
4+
"version": "11.89.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -41,12 +41,12 @@
4141
},
4242
"dependencies": {
4343
"@carbon/colors": "^11.51.0",
44-
"@carbon/grid": "^11.55.0-rc.0",
45-
"@carbon/icons": "^11.80.0-rc.0",
44+
"@carbon/grid": "^11.55.0",
45+
"@carbon/icons": "^11.80.0",
4646
"@carbon/layout": "^11.52.0",
4747
"@carbon/motion": "^11.45.0",
48-
"@carbon/themes": "^11.73.0-rc.0",
49-
"@carbon/type": "^11.59.0-rc.0",
48+
"@carbon/themes": "^11.73.0",
49+
"@carbon/type": "^11.59.0",
5050
"@ibm/telemetry-js": "^1.5.0"
5151
},
5252
"devDependencies": {

packages/grid/package.json

Lines changed: 1 addition & 1 deletion
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.55.0-rc.0",
4+
"version": "11.55.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

packages/icon-build-helpers/package.json

Lines changed: 1 addition & 1 deletion
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.58.0-rc.0",
5+
"version": "1.58.0",
66
"license": "Apache-2.0",
77
"main": "src/index.js",
88
"repository": {

packages/icons-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/icons-react",
33
"description": "React components for icons in digital and software products using the Carbon Design System",
4-
"version": "11.80.0-rc.0",
4+
"version": "11.80.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -43,8 +43,8 @@
4343
"prop-types": "^15.8.1"
4444
},
4545
"devDependencies": {
46-
"@carbon/icon-build-helpers": "^1.58.0-rc.0",
47-
"@carbon/icons": "^11.80.0-rc.0",
46+
"@carbon/icon-build-helpers": "^1.58.0",
47+
"@carbon/icons": "^11.80.0",
4848
"rimraf": "^6.0.1"
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.129.0-rc.0",
4+
"version": "10.129.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -34,7 +34,7 @@
3434
"@ibm/telemetry-js": "^1.5.0"
3535
},
3636
"devDependencies": {
37-
"@carbon/icons": "^11.80.0-rc.0",
37+
"@carbon/icons": "^11.80.0",
3838
"rimraf": "^6.0.1",
3939
"vue": "^3.0.0"
4040
},

packages/icons/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",
33
"description": "Icons for digital and software products using the Carbon Design System",
4-
"version": "11.80.0-rc.0",
4+
"version": "11.80.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@carbon/cli": "^11.43.0",
45-
"@carbon/icon-build-helpers": "^1.58.0-rc.0",
45+
"@carbon/icon-build-helpers": "^1.58.0",
4646
"rimraf": "^6.0.1"
4747
},
4848
"dependencies": {

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

0 commit comments

Comments
 (0)