File tree Expand file tree Collapse file tree 16 files changed +75
-75
lines changed Expand file tree Collapse file tree 16 files changed +75
-75
lines changed Original file line number Diff line number Diff line change 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.32.0-rc.0 " ,
4+ "version" : " 10.32.0" ,
55 "license" : " Apache-2.0" ,
66 "main" : " umd/index.js" ,
77 "module" : " es/index.js" ,
8585 "@babel/preset-react" : " ^7.10.0" ,
8686 "@babel/runtime" : " ^7.10.0" ,
8787 "@carbon/cli" : " ^10.21.0" ,
88- "@carbon/elements" : " ^10.31.0-rc.0 " ,
89- "@carbon/icons-handlebars" : " ^10.29.0-rc.0 " ,
90- "@carbon/icons-react" : " ^10.29.0-rc.0 " ,
88+ "@carbon/elements" : " ^10.31.0" ,
89+ "@carbon/icons-handlebars" : " ^10.29.0" ,
90+ "@carbon/icons-react" : " ^10.29.0" ,
9191 "@carbon/test-utils" : " ^10.15.0" ,
9292 "@frctl/fractal" : " ^1.1.0" ,
9393 "@rollup/plugin-babel" : " ^5.2.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @carbon/elements" ,
33 "description" : " A collection of design elements in code for the IBM Design Language" ,
4- "version" : " 10.31.0-rc.0 " ,
4+ "version" : " 10.31.0" ,
55 "license" : " Apache-2.0" ,
66 "main" : " lib/index.js" ,
77 "module" : " es/index.js" ,
3636 },
3737 "dependencies" : {
3838 "@carbon/colors" : " ^10.22.0" ,
39- "@carbon/grid" : " ^10.24.0-rc.0 " ,
40- "@carbon/icons" : " ^10.29.0-rc.0 " ,
39+ "@carbon/grid" : " ^10.24.0" ,
40+ "@carbon/icons" : " ^10.29.0" ,
4141 "@carbon/import-once" : " ^10.6.0" ,
42- "@carbon/layout" : " ^10.22.0-rc.0 " ,
42+ "@carbon/layout" : " ^10.22.0" ,
4343 "@carbon/motion" : " ^10.15.0" ,
44- "@carbon/themes" : " ^10.31.0-rc.0 " ,
45- "@carbon/type" : " ^10.25.0-rc.0 "
44+ "@carbon/themes" : " ^10.31.0" ,
45+ "@carbon/type" : " ^10.25.0"
4646 },
4747 "devDependencies" : {
4848 "@carbon/cli" : " ^10.21.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @carbon/grid" ,
33 "description" : " Grid for digital and software products using the Carbon Design System" ,
4- "version" : " 10.24.0-rc.0 " ,
4+ "version" : " 10.24.0" ,
55 "license" : " Apache-2.0" ,
66 "repository" : {
77 "type" : " git" ,
3232 },
3333 "dependencies" : {
3434 "@carbon/import-once" : " ^10.6.0" ,
35- "@carbon/layout" : " ^10.22.0-rc.0 "
35+ "@carbon/layout" : " ^10.22.0"
3636 },
3737 "devDependencies" : {
3838 "@carbon/cli" : " ^10.21.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @carbon/icons-handlebars" ,
33 "description" : " Handlebars helpers for IBM Design Language icons in digital and software products using the Carbon Design System" ,
4- "version" : " 10.29.0-rc.0 " ,
4+ "version" : " 10.29.0" ,
55 "license" : " Apache-2.0" ,
66 "main" : " index.js" ,
77 "repository" : {
2727 },
2828 "dependencies" : {
2929 "@carbon/icon-helpers" : " ^10.15.0" ,
30- "@carbon/icons" : " ^10.29.0-rc.0 "
30+ "@carbon/icons" : " ^10.29.0"
3131 },
3232 "devDependencies" : {
3333 "handlebars" : " ^4.0.12"
Original file line number Diff line number Diff line change 11{
22 "name" : " @carbon/icons-react" ,
33 "description" : " React components for icons in digital and software products using the Carbon Design System" ,
4- "version" : " 10.29.0-rc.0 " ,
4+ "version" : " 10.29.0" ,
55 "license" : " Apache-2.0" ,
66 "main" : " lib/index.js" ,
77 "module" : " es/index.js" ,
4141 },
4242 "devDependencies" : {
4343 "@carbon/icon-build-helpers" : " ^0.18.0" ,
44- "@carbon/icons" : " ^10.29.0-rc.0 "
44+ "@carbon/icons" : " ^10.29.0"
4545 },
4646 "sideEffects" : false
4747}
Original file line number Diff line number Diff line change 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.29.0-rc.0 " ,
4+ "version" : " 10.29.0" ,
55 "license" : " Apache-2.0" ,
66 "main" : " lib/index.js" ,
77 "module" : " es/index.js" ,
3232 },
3333 "devDependencies" : {
3434 "@carbon/cli-reporter" : " ^10.4.0" ,
35- "@carbon/icons" : " ^10.29.0-rc.0 " ,
35+ "@carbon/icons" : " ^10.29.0" ,
3636 "fs-extra" : " ^8.1.0" ,
3737 "prettier" : " ^2.2.1" ,
3838 "rimraf" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @carbon/icons" ,
33 "description" : " Icons for digital and software products using the Carbon Design System" ,
4- "version" : " 10.29.0-rc.0 " ,
4+ "version" : " 10.29.0" ,
55 "license" : " Apache-2.0" ,
66 "main" : " lib/index.js" ,
77 "module" : " es/index.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @carbon/layout" ,
33 "description" : " Layout helpers for digital and software products using the Carbon Design System" ,
4- "version" : " 10.22.0-rc.0 " ,
4+ "version" : " 10.22.0" ,
55 "license" : " Apache-2.0" ,
66 "main" : " lib/index.js" ,
77 "module" : " es/index.js" ,
Original file line number Diff line number Diff line change 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.7.0-rc.0 " ,
4+ "version" : " 11.7.0" ,
55 "license" : " Apache-2.0" ,
66 "main" : " lib/index.js" ,
77 "module" : " es/index.js" ,
4343 },
4444 "devDependencies" : {
4545 "@carbon/icon-build-helpers" : " ^0.18.0" ,
46- "@carbon/pictograms" : " ^11.7.0-rc.0 "
46+ "@carbon/pictograms" : " ^11.7.0"
4747 },
4848 "sideEffects" : false
4949}
Original file line number Diff line number Diff line change 11{
22 "name" : " @carbon/pictograms" ,
33 "description" : " Pictograms for digital and software products using the Carbon Design System" ,
4- "version" : " 11.7.0-rc.0 " ,
4+ "version" : " 11.7.0" ,
55 "license" : " Apache-2.0" ,
66 "main" : " lib/index.js" ,
77 "module" : " es/index.js" ,
You can’t perform that action at this time.
0 commit comments