Skip to content

Commit 9b11eec

Browse files
committed
chore(release): v10.55.2
1 parent a059f4e commit 9b11eec

File tree

16 files changed

+98
-98
lines changed

16 files changed

+98
-98
lines changed
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.1",
4+
"version": "0.2.2",
55
"scripts": {
66
"develop": "vite"
77
},
88
"devDependencies": {
99
"vite": "^2.8.0"
1010
},
1111
"dependencies": {
12-
"@carbon/styles": "^0.16.1",
12+
"@carbon/styles": "^0.16.2",
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.1",
4+
"version": "0.2.2",
55
"scripts": {
66
"develop": "vite"
77
},
88
"dependencies": {
9-
"@carbon/react": "^0.16.1",
9+
"@carbon/react": "^0.16.2",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"
1212
},

packages/carbon-react/package.json

Lines changed: 6 additions & 6 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.1",
4+
"version": "0.16.2",
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.1",
47+
"@carbon/styles": "^0.16.2",
4848
"@carbon/telemetry": "0.0.0-alpha.6",
49-
"carbon-components": "^10.55.1",
50-
"carbon-components-react": "^7.55.1",
49+
"carbon-components": "^10.55.2",
50+
"carbon-components-react": "^7.55.2",
5151
"carbon-icons": "^7.0.7"
5252
},
5353
"devDependencies": {
@@ -58,8 +58,8 @@
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/test-utils": "^10.21.0",
62-
"@carbon/themes": "^10.53.0",
61+
"@carbon/test-utils": "^10.21.1",
62+
"@carbon/themes": "^10.53.2",
6363
"@rollup/plugin-babel": "^5.3.0",
6464
"@rollup/plugin-commonjs": "^21.0.0",
6565
"@rollup/plugin-node-resolve": "^13.0.0",

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": "10.37.0",
4+
"version": "10.37.1",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -39,7 +39,7 @@
3939
"@carbon/cli": "^10.34.0",
4040
"@carbon/cli-reporter": "^10.5.0",
4141
"@carbon/scss-generator": "^10.13.0",
42-
"@carbon/test-utils": "^10.21.0",
42+
"@carbon/test-utils": "^10.21.1",
4343
"change-case": "^4.1.1",
4444
"fs-extra": "^10.0.0",
4545
"node-sass": "^7.0.1",

packages/components/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",
33
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
4-
"version": "10.55.1",
4+
"version": "10.55.2",
55
"license": "Apache-2.0",
66
"main": "umd/index.js",
77
"module": "es/index.js",
@@ -78,10 +78,10 @@
7878
"@babel/preset-react": "^7.16.7",
7979
"@babel/runtime": "^7.16.7",
8080
"@carbon/cli": "^10.34.0",
81-
"@carbon/elements": "^10.54.1",
81+
"@carbon/elements": "^10.54.2",
8282
"@carbon/icons-handlebars": "^10.48.0",
8383
"@carbon/icons-react": "^10.48.0",
84-
"@carbon/test-utils": "^10.21.0",
84+
"@carbon/test-utils": "^10.21.1",
8585
"@frctl/fractal": "^1.1.0",
8686
"@rollup/plugin-babel": "^5.3.0",
8787
"@rollup/plugin-commonjs": "^21.0.0",

packages/elements/package.json

Lines changed: 6 additions & 6 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.1",
4+
"version": "10.54.2",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -35,14 +35,14 @@
3535
"clean": "rimraf es lib umd && node tasks/clean.js"
3636
},
3737
"dependencies": {
38-
"@carbon/colors": "^10.37.0",
39-
"@carbon/grid": "^10.43.0",
38+
"@carbon/colors": "^10.37.1",
39+
"@carbon/grid": "^10.43.1",
4040
"@carbon/icons": "^10.48.0",
4141
"@carbon/import-once": "^10.7.0",
42-
"@carbon/layout": "^10.37.0",
42+
"@carbon/layout": "^10.37.1",
4343
"@carbon/motion": "^10.29.0",
44-
"@carbon/themes": "^10.53.1",
45-
"@carbon/type": "^10.43.1"
44+
"@carbon/themes": "^10.53.2",
45+
"@carbon/type": "^10.43.2"
4646
},
4747
"devDependencies": {
4848
"@carbon/cli": "^10.34.0",

packages/grid/package.json

Lines changed: 2 additions & 2 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": "10.43.0",
4+
"version": "10.43.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@carbon/import-once": "^10.7.0",
36-
"@carbon/layout": "^10.37.0"
36+
"@carbon/layout": "^10.37.1"
3737
},
3838
"devDependencies": {
3939
"@carbon/cli": "^10.34.0",

packages/layout/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/layout",
33
"description": "Layout helpers for digital and software products using the Carbon Design System",
4-
"version": "10.37.0",
4+
"version": "10.37.1",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -32,7 +32,7 @@
3232
"@carbon/cli": "^10.34.0",
3333
"@carbon/cli-reporter": "^10.5.0",
3434
"@carbon/scss-generator": "^10.13.0",
35-
"@carbon/test-utils": "^10.21.0",
35+
"@carbon/test-utils": "^10.21.1",
3636
"core-js": "^3.16.0",
3737
"rimraf": "^3.0.0"
3838
},

packages/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-components-react",
33
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
4-
"version": "7.55.1",
4+
"version": "7.55.2",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -48,7 +48,7 @@
4848
"@babel/runtime": "^7.16.7",
4949
"@carbon/feature-flags": "^0.7.0",
5050
"@carbon/icons-react": "^10.48.0",
51-
"@carbon/layout": "^10.37.0",
51+
"@carbon/layout": "^10.37.1",
5252
"@carbon/telemetry": "0.0.0-alpha.6",
5353
"classnames": "2.3.1",
5454
"copy-to-clipboard": "^3.3.1",
@@ -78,7 +78,7 @@
7878
"@babel/plugin-transform-object-assign": "^7.16.7",
7979
"@babel/preset-env": "^7.16.7",
8080
"@babel/preset-react": "^7.16.7",
81-
"@carbon/test-utils": "^10.21.0",
81+
"@carbon/test-utils": "^10.21.1",
8282
"@cypress/react": "^5.11.0",
8383
"@cypress/webpack-dev-server": "^1.7.0",
8484
"@cypress/webpack-preprocessor": "^5.11.0",
@@ -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.1",
110+
"carbon-components": "^10.55.2",
111111
"carbon-icons": "^7.0.5",
112112
"chalk": "^4.1.1",
113113
"cli-table": "^0.3.0",

packages/sketch/package.json

Lines changed: 4 additions & 4 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.1",
5+
"version": "10.53.2",
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",
@@ -28,11 +28,11 @@
2828
"skpm:link": "skpm-link"
2929
},
3030
"dependencies": {
31-
"@carbon/colors": "^10.37.0",
31+
"@carbon/colors": "^10.37.1",
3232
"@carbon/icon-helpers": "^10.28.0",
3333
"@carbon/icons": "^10.48.0",
34-
"@carbon/themes": "^10.53.1",
35-
"@carbon/type": "^10.43.1",
34+
"@carbon/themes": "^10.53.2",
35+
"@carbon/type": "^10.43.2",
3636
"@skpm/builder": "^0.8.0",
3737
"color-string": "^1.5.3",
3838
"core-js": "^3.16.0",

0 commit comments

Comments
 (0)