Skip to content

Commit d6fa546

Browse files
committed
chore(release): v10.40.2
1 parent c4637a9 commit d6fa546

File tree

10 files changed

+28
-28
lines changed

10 files changed

+28
-28
lines changed

packages/carbon-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@carbon/react",
33
"private": true,
44
"description": "React components for the Carbon Design System",
5-
"version": "0.8.1",
5+
"version": "0.8.2",
66
"license": "Apache-2.0",
77
"main": "lib/index.js",
88
"module": "es/index.js",
@@ -42,10 +42,10 @@
4242
"dependencies": {
4343
"@carbon/feature-flags": "^0.5.0",
4444
"@carbon/icons-react": "^10.36.0",
45-
"@carbon/styles": "^0.11.0",
45+
"@carbon/styles": "^0.11.1",
4646
"@carbon/telemetry": "0.0.0-alpha.6",
4747
"@ibm/plex": "6.0.0-next.6",
48-
"carbon-components-react": "^7.40.1"
48+
"carbon-components-react": "^7.40.2"
4949
},
5050
"devDependencies": {
5151
"@babel/core": "^7.14.6",
@@ -56,7 +56,7 @@
5656
"@babel/preset-env": "^7.14.7",
5757
"@babel/preset-react": "^7.14.5",
5858
"@carbon/styles": "^0.11.0-rc.0",
59-
"@carbon/themes": "^10.39.0",
59+
"@carbon/themes": "^10.39.1",
6060
"@rollup/plugin-babel": "^5.3.0",
6161
"@rollup/plugin-commonjs": "^18.0.0",
6262
"@rollup/plugin-node-resolve": "^11.2.1",

packages/colors/package.json

Lines changed: 1 addition & 1 deletion
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.29.0",
4+
"version": "10.29.1",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",

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.40.1",
4+
"version": "10.40.2",
55
"license": "Apache-2.0",
66
"main": "umd/index.js",
77
"module": "es/index.js",
@@ -81,7 +81,7 @@
8181
"@babel/preset-react": "^7.14.5",
8282
"@babel/runtime": "^7.14.6",
8383
"@carbon/cli": "^10.26.0",
84-
"@carbon/elements": "^10.39.0",
84+
"@carbon/elements": "^10.39.1",
8585
"@carbon/icons-handlebars": "^10.36.0",
8686
"@carbon/icons-react": "^10.36.0",
8787
"@carbon/test-utils": "^10.16.0",

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": "10.39.0",
4+
"version": "10.39.1",
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.29.0",
39-
"@carbon/grid": "^10.32.0",
38+
"@carbon/colors": "^10.29.1",
39+
"@carbon/grid": "^10.32.1",
4040
"@carbon/icons": "^10.36.0",
4141
"@carbon/import-once": "^10.6.0",
4242
"@carbon/layout": "^10.28.0",
4343
"@carbon/motion": "^10.21.0",
44-
"@carbon/themes": "^10.39.0",
45-
"@carbon/type": "^10.32.0"
44+
"@carbon/themes": "^10.39.1",
45+
"@carbon/type": "^10.32.1"
4646
},
4747
"devDependencies": {
4848
"@carbon/cli": "^10.26.0",

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": "10.32.0",
4+
"version": "10.32.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

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.40.1",
4+
"version": "7.40.2",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -99,7 +99,7 @@
9999
"babel-plugin-react-docgen": "^4.2.1",
100100
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
101101
"browserslist-config-carbon": "^10.6.1",
102-
"carbon-components": "^10.40.1",
102+
"carbon-components": "^10.40.2",
103103
"carbon-icons": "^7.0.5",
104104
"chalk": "^4.1.1",
105105
"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.38.0",
5+
"version": "10.38.1",
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.29.0",
31+
"@carbon/colors": "^10.29.1",
3232
"@carbon/icon-helpers": "^10.20.0",
3333
"@carbon/icons": "^10.36.0",
34-
"@carbon/themes": "^10.39.0",
35-
"@carbon/type": "^10.32.0",
34+
"@carbon/themes": "^10.39.1",
35+
"@carbon/type": "^10.32.1",
3636
"@skpm/builder": "^0.7.0",
3737
"color-string": "^1.5.3",
3838
"core-js": "^3.11.1",

packages/styles/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@carbon/styles",
33
"private": true,
44
"description": "Styles for the Carbon Design System",
5-
"version": "0.11.0",
5+
"version": "0.11.1",
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",
@@ -18,13 +18,13 @@
1818
"react"
1919
],
2020
"dependencies": {
21-
"@carbon/colors": "^10.29.0",
21+
"@carbon/colors": "^10.29.1",
2222
"@carbon/feature-flags": "^0.5.0",
23-
"@carbon/grid": "^10.32.0",
23+
"@carbon/grid": "^10.32.1",
2424
"@carbon/layout": "^10.28.0",
2525
"@carbon/motion": "^10.21.0",
26-
"@carbon/themes": "^10.39.0",
27-
"@carbon/type": "^10.32.0"
26+
"@carbon/themes": "^10.39.1",
27+
"@carbon/type": "^10.32.1"
2828
},
2929
"devDependencies": {
3030
"@carbon/test-utils": "^10.16.0",

packages/themes/package.json

Lines changed: 3 additions & 3 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.39.0",
4+
"version": "10.39.1",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -29,9 +29,9 @@
2929
"build": "yarn clean && carbon-cli bundle src/index.js --name CarbonThemes && babel-node --presets '@babel/preset-env' tasks/build.js && carbon-cli check \"scss/*.scss\""
3030
},
3131
"dependencies": {
32-
"@carbon/colors": "^10.29.0",
32+
"@carbon/colors": "^10.29.1",
3333
"@carbon/layout": "^10.28.0",
34-
"@carbon/type": "^10.32.0",
34+
"@carbon/type": "^10.32.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.32.0",
4+
"version": "10.32.1",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",

0 commit comments

Comments
 (0)