Skip to content

Commit 8b207f1

Browse files
authored
chore(release): v10.30.0-rc.0 (#7949)
* chore(release): v10.30.0-rc.0 * chore(project): sync yarn.lock
1 parent 7e91a93 commit 8b207f1

File tree

18 files changed

+89
-89
lines changed

18 files changed

+89
-89
lines changed

packages/components/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",
33
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
4-
"version": "10.29.0",
4+
"version": "10.30.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "umd/index.js",
77
"module": "es/index.js",
@@ -85,9 +85,9 @@
8585
"@babel/preset-react": "^7.10.0",
8686
"@babel/runtime": "^7.10.0",
8787
"@carbon/cli": "^10.20.0",
88-
"@carbon/elements": "^10.28.0",
89-
"@carbon/icons-handlebars": "^10.26.0",
90-
"@carbon/icons-react": "^10.26.0",
88+
"@carbon/elements": "^10.29.0-rc.0",
89+
"@carbon/icons-handlebars": "^10.27.0-rc.0",
90+
"@carbon/icons-react": "^10.27.0-rc.0",
9191
"@carbon/test-utils": "^10.15.0",
9292
"@frctl/fractal": "^1.1.0",
9393
"@rollup/plugin-babel": "^5.2.2",

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.28.0",
4+
"version": "10.29.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -36,13 +36,13 @@
3636
},
3737
"dependencies": {
3838
"@carbon/colors": "^10.21.0",
39-
"@carbon/grid": "^10.21.0",
40-
"@carbon/icons": "^10.26.0",
39+
"@carbon/grid": "^10.22.0-rc.0",
40+
"@carbon/icons": "^10.27.0-rc.0",
4141
"@carbon/import-once": "^10.6.0",
42-
"@carbon/layout": "^10.19.0",
42+
"@carbon/layout": "^10.20.0-rc.0",
4343
"@carbon/motion": "^10.14.0",
44-
"@carbon/themes": "^10.28.0",
45-
"@carbon/type": "^10.22.0"
44+
"@carbon/themes": "^10.29.0-rc.0",
45+
"@carbon/type": "^10.23.0-rc.0"
4646
},
4747
"devDependencies": {
4848
"@carbon/cli": "^10.20.0",

packages/feature-flags/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/feature-flags",
33
"description": "Build with feature flags in Carbon",
4-
"version": "0.0.0",
4+
"version": "0.1.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",

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.21.0",
4+
"version": "10.22.0-rc.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@carbon/import-once": "^10.6.0",
35-
"@carbon/layout": "^10.19.0"
35+
"@carbon/layout": "^10.20.0-rc.0"
3636
},
3737
"devDependencies": {
3838
"@carbon/cli": "^10.20.0",

packages/icon-build-helpers/package.json

Lines changed: 1 addition & 1 deletion
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.16.0",
5+
"version": "0.17.0-rc.0",
66
"license": "Apache-2.0",
77
"main": "src/index.js",
88
"repository": {

packages/icons-handlebars/package.json

Lines changed: 2 additions & 2 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.26.0",
4+
"version": "10.27.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"repository": {
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@carbon/icon-helpers": "^10.14.0",
30-
"@carbon/icons": "^10.26.0"
30+
"@carbon/icons": "^10.27.0-rc.0"
3131
},
3232
"devDependencies": {
3333
"handlebars": "^4.0.12"

packages/icons-react/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-react",
33
"description": "React components for icons in digital and software products using the Carbon Design System",
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",
@@ -40,8 +40,8 @@
4040
"prop-types": "^15.7.2"
4141
},
4242
"devDependencies": {
43-
"@carbon/icon-build-helpers": "^0.16.0",
44-
"@carbon/icons": "^10.26.0"
43+
"@carbon/icon-build-helpers": "^0.17.0-rc.0",
44+
"@carbon/icons": "^10.27.0-rc.0"
4545
},
4646
"sideEffects": false
4747
}

packages/icons-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.26.0",
4+
"version": "10.27.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@carbon/cli-reporter": "^10.4.0",
35-
"@carbon/icons": "^10.26.0",
35+
"@carbon/icons": "^10.27.0-rc.0",
3636
"fs-extra": "^8.1.0",
3737
"prettier": "^2.2.1",
3838
"rimraf": "^3.0.0",

packages/icons/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/icons",
33
"description": "Icons for digital and software products using the Carbon Design System",
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",
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@carbon/cli": "^10.20.0",
42-
"@carbon/icon-build-helpers": "^0.16.0",
42+
"@carbon/icon-build-helpers": "^0.17.0-rc.0",
4343
"rimraf": "^3.0.2"
4444
}
4545
}

packages/layout/package.json

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

0 commit comments

Comments
 (0)