Skip to content

Commit e2c445f

Browse files
committed
chore(release): v10.55.1
1 parent 9dd28d7 commit e2c445f

12 files changed

Lines changed: 50 additions & 50 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "codesandbox-styles",
33
"private": true,
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"scripts": {
66
"develop": "vite"
77
},
88
"devDependencies": {
99
"vite": "^2.8.0"
1010
},
1111
"dependencies": {
12-
"@carbon/styles": "^0.16.0",
12+
"@carbon/styles": "^0.16.1",
1313
"sass": "^1.49.7"
1414
}
1515
}

examples/codesandbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "codesandbox",
33
"private": true,
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"scripts": {
66
"develop": "vite"
77
},
88
"dependencies": {
9-
"@carbon/react": "^0.16.0",
9+
"@carbon/react": "^0.16.1",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"
1212
},

packages/carbon-react/package.json

Lines changed: 5 additions & 5 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": "0.16.0",
4+
"version": "0.16.1",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -44,10 +44,10 @@
4444
"dependencies": {
4545
"@carbon/feature-flags": "^0.7.0",
4646
"@carbon/icons-react": "^10.48.0",
47-
"@carbon/styles": "^0.16.0",
47+
"@carbon/styles": "^0.16.1",
4848
"@carbon/telemetry": "0.0.0-alpha.6",
49-
"carbon-components": "^10.55.0",
50-
"carbon-components-react": "^7.55.0",
49+
"carbon-components": "^10.55.1",
50+
"carbon-components-react": "^7.55.1",
5151
"carbon-icons": "^7.0.7"
5252
},
5353
"devDependencies": {
@@ -58,7 +58,7 @@
5858
"@babel/plugin-transform-react-constant-elements": "^7.16.7",
5959
"@babel/preset-env": "^7.16.7",
6060
"@babel/preset-react": "^7.16.7",
61-
"@carbon/themes": "^10.53.0",
61+
"@carbon/themes": "^10.53.1",
6262
"@rollup/plugin-babel": "^5.3.0",
6363
"@rollup/plugin-commonjs": "^21.0.0",
6464
"@rollup/plugin-node-resolve": "^13.0.0",

packages/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": "10.55.0",
4+
"version": "10.55.1",
55
"license": "Apache-2.0",
66
"main": "umd/index.js",
77
"module": "es/index.js",
@@ -78,7 +78,7 @@
7878
"@babel/preset-react": "^7.16.7",
7979
"@babel/runtime": "^7.16.7",
8080
"@carbon/cli": "^10.34.0",
81-
"@carbon/elements": "^10.54.0",
81+
"@carbon/elements": "^10.54.1",
8282
"@carbon/icons-handlebars": "^10.48.0",
8383
"@carbon/icons-react": "^10.48.0",
8484
"@carbon/test-utils": "^10.21.0",

packages/elements/package.json

Lines changed: 3 additions & 3 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": "10.54.0",
4+
"version": "10.54.1",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -41,8 +41,8 @@
4141
"@carbon/import-once": "^10.7.0",
4242
"@carbon/layout": "^10.37.0",
4343
"@carbon/motion": "^10.29.0",
44-
"@carbon/themes": "^10.53.0",
45-
"@carbon/type": "^10.43.0"
44+
"@carbon/themes": "^10.53.1",
45+
"@carbon/type": "^10.43.1"
4646
},
4747
"devDependencies": {
4848
"@carbon/cli": "^10.34.0",

packages/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-components-react",
33
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
4-
"version": "7.55.0",
4+
"version": "7.55.1",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -107,7 +107,7 @@
107107
"babel-plugin-react-docgen": "^4.2.1",
108108
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
109109
"browserslist-config-carbon": "^10.6.1",
110-
"carbon-components": "^10.55.0",
110+
"carbon-components": "^10.55.1",
111111
"carbon-icons": "^7.0.5",
112112
"chalk": "^4.1.1",
113113
"cli-table": "^0.3.0",

packages/sketch/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@carbon/sketch",
33
"private": true,
44
"description": "Tooling for generating a sketch plugin to bring code to design",
5-
"version": "10.53.0",
5+
"version": "10.53.1",
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",
@@ -31,8 +31,8 @@
3131
"@carbon/colors": "^10.37.0",
3232
"@carbon/icon-helpers": "^10.28.0",
3333
"@carbon/icons": "^10.48.0",
34-
"@carbon/themes": "^10.53.0",
35-
"@carbon/type": "^10.43.0",
34+
"@carbon/themes": "^10.53.1",
35+
"@carbon/type": "^10.43.1",
3636
"@skpm/builder": "^0.8.0",
3737
"color-string": "^1.5.3",
3838
"core-js": "^3.16.0",

packages/styles/package.json

Lines changed: 3 additions & 3 deletions
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": "0.16.0",
4+
"version": "0.16.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -25,8 +25,8 @@
2525
"@carbon/grid": "^10.43.0",
2626
"@carbon/layout": "^10.37.0",
2727
"@carbon/motion": "^10.29.0",
28-
"@carbon/themes": "^10.53.0",
29-
"@carbon/type": "^10.43.0",
28+
"@carbon/themes": "^10.53.1",
29+
"@carbon/type": "^10.43.1",
3030
"@ibm/plex": "6.0.0-next.6"
3131
},
3232
"devDependencies": {

packages/themes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/themes",
33
"description": "Themes for applying color in the Carbon Design System",
4-
"version": "10.53.0",
4+
"version": "10.53.1",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@carbon/colors": "^10.37.0",
3333
"@carbon/layout": "^10.37.0",
34-
"@carbon/type": "^10.43.0",
34+
"@carbon/type": "^10.43.1",
3535
"color": "^3.1.2"
3636
},
3737
"devDependencies": {

packages/type/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/type",
33
"description": "Typography for digital and software products using the Carbon Design System",
4-
"version": "10.43.0",
4+
"version": "10.43.1",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",

0 commit comments

Comments
 (0)