File tree Expand file tree Collapse file tree 12 files changed +28
-28
lines changed
config/stylelint-config-carbon Expand file tree Collapse file tree 12 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stylelint-config-carbon" ,
3
3
"description" : " Stylelint configuration for Carbon" ,
4
- "version" : " 1.2.0-rc.0 " ,
4
+ "version" : " 1.2.0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " index.js" ,
7
7
"repository" : " https://github.com/carbon-design-system/carbon/tree/master/config/stylelint-config-carbon" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @carbon/colors" ,
3
3
"description" : " Colors for digital and software products using the Carbon Design System" ,
4
- "version" : " 10.14.0-rc.0 " ,
4
+ "version" : " 10.14.0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " lib/index.js" ,
7
7
"module" : " es/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " carbon-components" ,
3
3
"description" : " The Carbon Design System is IBM’s open-source design system for products and experiences." ,
4
- "version" : " 10.21.0-rc.1 " ,
4
+ "version" : " 10.21.0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " umd/index.js" ,
7
7
"module" : " es/index.js" ,
79
79
"@babel/preset-env" : " ^7.10.0" ,
80
80
"@babel/preset-react" : " ^7.10.0" ,
81
81
"@babel/runtime" : " ^7.10.0" ,
82
- "@carbon/elements" : " ^10.20.0-rc.0 " ,
83
- "@carbon/icons-handlebars" : " ^10.19.0-rc.0 " ,
84
- "@carbon/icons-react" : " ^10.19.0-rc.0 " ,
82
+ "@carbon/elements" : " ^10.20.0" ,
83
+ "@carbon/icons-handlebars" : " ^10.19.0" ,
84
+ "@carbon/icons-react" : " ^10.19.0" ,
85
85
"@carbon/test-utils" : " ^10.11.0" ,
86
86
"@frctl/fractal" : " ^1.1.0" ,
87
87
"adaro" : " 1.0.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @carbon/elements" ,
3
3
"description" : " A collection of design elements in code for the IBM Design Language" ,
4
- "version" : " 10.20.0-rc.0 " ,
4
+ "version" : " 10.20.0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " lib/index.js" ,
7
7
"module" : " es/index.js" ,
31
31
"clean" : " rimraf es lib umd && node tasks/clean.js"
32
32
},
33
33
"dependencies" : {
34
- "@carbon/colors" : " ^10.14.0-rc.0 " ,
34
+ "@carbon/colors" : " ^10.14.0" ,
35
35
"@carbon/grid" : " ^10.15.0" ,
36
- "@carbon/icons" : " ^10.19.0-rc.0 " ,
36
+ "@carbon/icons" : " ^10.19.0" ,
37
37
"@carbon/import-once" : " ^10.3.0" ,
38
38
"@carbon/layout" : " ^10.13.0" ,
39
39
"@carbon/motion" : " ^10.9.0" ,
40
- "@carbon/themes" : " ^10.20.0-rc.0 " ,
40
+ "@carbon/themes" : " ^10.20.0" ,
41
41
"@carbon/type" : " ^10.16.0"
42
42
},
43
43
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @carbon/icons-handlebars" ,
3
3
"description" : " Handlebars helpers for IBM Design Language icons in digital and software products using the Carbon Design System" ,
4
- "version" : " 10.19.0-rc.0 " ,
4
+ "version" : " 10.19.0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " index.js" ,
7
7
"repository" : " https://github.com/carbon-design-system/carbon/tree/master/packages/icons-handlebars" ,
23
23
},
24
24
"dependencies" : {
25
25
"@carbon/icon-helpers" : " ^10.9.0" ,
26
- "@carbon/icons" : " ^10.19.0-rc.0 "
26
+ "@carbon/icons" : " ^10.19.0"
27
27
},
28
28
"devDependencies" : {
29
29
"handlebars" : " ^4.0.12"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @carbon/icons-react" ,
3
3
"description" : " React components for icons in digital and software products using the Carbon Design System" ,
4
- "version" : " 10.19.0-rc.0 " ,
4
+ "version" : " 10.19.0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " lib/index.js" ,
7
7
"module" : " es/index.js" ,
33
33
},
34
34
"devDependencies" : {
35
35
"@carbon/icon-build-helpers" : " ^0.11.0" ,
36
- "@carbon/icons" : " ^10.19.0-rc.0 "
36
+ "@carbon/icons" : " ^10.19.0"
37
37
},
38
38
"sideEffects" : false
39
39
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @carbon/icons-vue" ,
3
3
"description" : " Vue components for icons in digital and software products using the Carbon Design System" ,
4
- "version" : " 10.19.0-rc.0 " ,
4
+ "version" : " 10.19.0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " lib/index.js" ,
7
7
"module" : " es/index.js" ,
28
28
},
29
29
"devDependencies" : {
30
30
"@carbon/cli-reporter" : " ^10.3.0" ,
31
- "@carbon/icons" : " ^10.19.0-rc.0 " ,
31
+ "@carbon/icons" : " ^10.19.0" ,
32
32
"fs-extra" : " ^8.1.0" ,
33
33
"prettier" : " ^2.1.0" ,
34
34
"rimraf" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @carbon/icons" ,
3
3
"description" : " Icons for digital and software products using the Carbon Design System" ,
4
- "version" : " 10.19.0-rc.0 " ,
4
+ "version" : " 10.19.0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " lib/index.js" ,
7
7
"module" : " es/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @carbon/react-hooks" ,
3
3
"private" : true ,
4
- "version" : " 10.15.0-rc.1 " ,
4
+ "version" : " 10.15.0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " lib/index.js" ,
7
7
"module" : " es/index.js" ,
39
39
"autoprefixer" : " ^9.7.4" ,
40
40
"babel-loader" : " ^8.1.0" ,
41
41
"browserslist-config-carbon" : " ^10.5.0" ,
42
- "carbon-components" : " ^10.21.0-rc.1 " ,
42
+ "carbon-components" : " ^10.21.0" ,
43
43
"css-loader" : " ^3.4.2" ,
44
44
"node-sass" : " ^4.13.1" ,
45
45
"postcss-loader" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " carbon-components-react" ,
3
3
"description" : " The Carbon Design System is IBM’s open-source design system for products and experiences." ,
4
- "version" : " 7.21.0-rc.1 " ,
4
+ "version" : " 7.21.0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " lib/index.js" ,
7
7
"module" : " es/index.js" ,
39
39
"react-dom" : " ^16.8.6"
40
40
},
41
41
"dependencies" : {
42
- "@carbon/icons-react" : " ^10.19.0-rc.0 " ,
42
+ "@carbon/icons-react" : " ^10.19.0" ,
43
43
"classnames" : " 2.2.6" ,
44
44
"downshift" : " 5.2.1" ,
45
45
"flatpickr" : " 4.6.1" ,
84
84
"babel-plugin-react-docgen" : " ^4.0.0" ,
85
85
"babel-plugin-transform-inline-environment-variables" : " ^0.4.0" ,
86
86
"browserslist-config-carbon" : " ^10.5.0" ,
87
- "carbon-components" : " ^10.21.0-rc.1 " ,
87
+ "carbon-components" : " ^10.21.0" ,
88
88
"carbon-icons" : " ^7.0.5" ,
89
89
"chalk" : " ^2.3.0" ,
90
90
"cli-table" : " ^0.3.0" ,
You can’t perform that action at this time.
0 commit comments