Skip to content

Commit f20d953

Browse files
chore(release): v10.28.0-rc.0 (#7720)
1 parent fc4ad97 commit f20d953

File tree

23 files changed

+128
-128
lines changed

23 files changed

+128
-128
lines changed

config/storybook-preset-carbon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "storybook-preset-carbon",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.2.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"repository": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/cli",
33
"description": "Task automation for working with the Carbon Design System",
4-
"version": "10.18.0",
4+
"version": "10.19.0-rc.0",
55
"license": "Apache-2.0",
66
"bin": {
77
"carbon-cli": "./bin/carbon-cli.js"

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.19.0",
4+
"version": "10.20.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -35,7 +35,7 @@
3535
"clean": "rimraf css es lib umd scss index.scss"
3636
},
3737
"devDependencies": {
38-
"@carbon/cli": "^10.18.0",
38+
"@carbon/cli": "^10.19.0-rc.0",
3939
"@carbon/cli-reporter": "^10.4.0",
4040
"@carbon/scss-generator": "^10.12.0",
4141
"@carbon/test-utils": "^10.14.0",

packages/components/package.json

Lines changed: 5 additions & 5 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.27.0",
4+
"version": "10.28.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "umd/index.js",
77
"module": "es/index.js",
@@ -85,10 +85,10 @@
8585
"@babel/preset-env": "^7.10.0",
8686
"@babel/preset-react": "^7.10.0",
8787
"@babel/runtime": "^7.10.0",
88-
"@carbon/cli": "^10.18.0",
89-
"@carbon/elements": "^10.26.0",
90-
"@carbon/icons-handlebars": "^10.24.0",
91-
"@carbon/icons-react": "^10.24.0",
88+
"@carbon/cli": "^10.19.0-rc.0",
89+
"@carbon/elements": "^10.27.0-rc.0",
90+
"@carbon/icons-handlebars": "^10.25.0-rc.0",
91+
"@carbon/icons-react": "^10.25.0-rc.0",
9292
"@carbon/test-utils": "^10.14.0",
9393
"@frctl/fractal": "^1.1.0",
9494
"@rollup/plugin-babel": "^5.2.2",

packages/elements/package.json

Lines changed: 9 additions & 9 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.26.0",
4+
"version": "10.27.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -35,17 +35,17 @@
3535
"clean": "rimraf es lib umd && node tasks/clean.js"
3636
},
3737
"dependencies": {
38-
"@carbon/colors": "^10.19.0",
39-
"@carbon/grid": "^10.19.0",
40-
"@carbon/icons": "^10.24.0",
38+
"@carbon/colors": "^10.20.0-rc.0",
39+
"@carbon/grid": "^10.20.0-rc.0",
40+
"@carbon/icons": "^10.25.0-rc.0",
4141
"@carbon/import-once": "^10.5.0",
42-
"@carbon/layout": "^10.17.0",
43-
"@carbon/motion": "^10.12.0",
44-
"@carbon/themes": "^10.26.0",
45-
"@carbon/type": "^10.20.0"
42+
"@carbon/layout": "^10.18.0-rc.0",
43+
"@carbon/motion": "^10.13.0-rc.0",
44+
"@carbon/themes": "^10.27.0-rc.0",
45+
"@carbon/type": "^10.21.0-rc.0"
4646
},
4747
"devDependencies": {
48-
"@carbon/cli": "^10.18.0",
48+
"@carbon/cli": "^10.19.0-rc.0",
4949
"fs-extra": "^8.1.0",
5050
"klaw-sync": "^6.0.0",
5151
"replace-in-file": "^3.4.2",

packages/feature-flags/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@carbon/feature-flags",
33
"private": true,
44
"description": "Build with feature flags in Carbon",
5-
"version": "0.4.0",
5+
"version": "0.5.0-rc.0",
66
"license": "Apache-2.0",
77
"main": "lib/index.js",
88
"module": "es/index.js",

packages/grid/package.json

Lines changed: 3 additions & 3 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.19.0",
4+
"version": "10.20.0-rc.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -32,10 +32,10 @@
3232
},
3333
"dependencies": {
3434
"@carbon/import-once": "^10.5.0",
35-
"@carbon/layout": "^10.17.0"
35+
"@carbon/layout": "^10.18.0-rc.0"
3636
},
3737
"devDependencies": {
38-
"@carbon/cli": "^10.18.0",
38+
"@carbon/cli": "^10.19.0-rc.0",
3939
"rimraf": "^3.0.0"
4040
},
4141
"eyeglass": {

packages/icon-build-helpers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@carbon/icon-build-helpers",
33
"private": true,
44
"description": "Build helpers for the Carbon Design System icon library",
5-
"version": "0.14.0",
5+
"version": "0.15.0-rc.0",
66
"license": "Apache-2.0",
77
"main": "src/index.js",
88
"repository": {
@@ -25,7 +25,7 @@
2525
"@babel/preset-env": "^7.10.0",
2626
"@babel/preset-react": "^7.10.0",
2727
"@carbon/cli-reporter": "^10.4.0",
28-
"@carbon/icon-helpers": "^10.12.0",
28+
"@carbon/icon-helpers": "^10.13.0-rc.0",
2929
"@rollup/plugin-babel": "^5.2.2",
3030
"@rollup/plugin-replace": "^2.3.4",
3131
"browserslist-config-carbon": "^10.6.0",

packages/icon-helpers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/icon-helpers",
33
"description": "Helpers used alongside icons for digital and software products using the Carbon Design System",
4-
"version": "10.12.0",
4+
"version": "10.13.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -33,7 +33,7 @@
3333
"clean": "rimraf es lib umd"
3434
},
3535
"devDependencies": {
36-
"@carbon/cli": "^10.18.0",
36+
"@carbon/cli": "^10.19.0-rc.0",
3737
"rimraf": "^3.0.0"
3838
},
3939
"sideEffects": false

packages/icons-handlebars/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.24.0",
4+
"version": "10.25.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"repository": {
@@ -26,8 +26,8 @@
2626
"handlebars": "^4.0.12"
2727
},
2828
"dependencies": {
29-
"@carbon/icon-helpers": "^10.12.0",
30-
"@carbon/icons": "^10.24.0"
29+
"@carbon/icon-helpers": "^10.13.0-rc.0",
30+
"@carbon/icons": "^10.25.0-rc.0"
3131
},
3232
"devDependencies": {
3333
"handlebars": "^4.0.12"

0 commit comments

Comments
 (0)