Skip to content

Commit d41f538

Browse files
chore(release): v10.26.0 (#7517)
* chore(release): v10.26.0 * chore(release): v10.26.0 - remove changelog files * chore(release): v10.26.0 - remove storybook changelog * chore(release): v10.26.0 - updated yarn
1 parent 93f8e13 commit d41f538

File tree

22 files changed

+125
-125
lines changed

22 files changed

+125
-125
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-rc.0",
4+
"version": "0.1.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"repository": {

packages/bundler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/bundler",
33
"description": "Bundler used for libraries in the Carbon Design System",
4-
"version": "10.11.0-rc.0",
4+
"version": "10.11.0",
55
"license": "Apache-2.0",
66
"bin": "./bin/bundler.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.17.0-rc.0",
4+
"version": "10.17.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.18.0-rc.0",
4+
"version": "10.18.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"
3636
},
3737
"devDependencies": {
38-
"@carbon/bundler": "^10.11.0-rc.0",
38+
"@carbon/bundler": "^10.11.0",
3939
"@carbon/cli-reporter": "^10.4.0",
4040
"@carbon/scss-generator": "^10.11.0",
4141
"@carbon/test-utils": "^10.13.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.26.0-rc.1",
4+
"version": "10.26.0",
55
"license": "Apache-2.0",
66
"main": "umd/index.js",
77
"module": "es/index.js",
@@ -83,10 +83,10 @@
8383
"@babel/preset-env": "^7.10.0",
8484
"@babel/preset-react": "^7.10.0",
8585
"@babel/runtime": "^7.10.0",
86-
"@carbon/bundler": "^10.11.0-rc.0",
87-
"@carbon/elements": "^10.25.0-rc.0",
88-
"@carbon/icons-handlebars": "^10.23.0-rc.0",
89-
"@carbon/icons-react": "^10.23.0-rc.0",
86+
"@carbon/bundler": "^10.11.0",
87+
"@carbon/elements": "^10.25.0",
88+
"@carbon/icons-handlebars": "^10.23.0",
89+
"@carbon/icons-react": "^10.23.0",
9090
"@carbon/test-utils": "^10.13.0",
9191
"@frctl/fractal": "^1.1.0",
9292
"adaro": "1.0.4",

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.25.0-rc.0",
4+
"version": "10.25.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.18.0-rc.0",
39-
"@carbon/grid": "^10.18.0-rc.0",
40-
"@carbon/icons": "^10.23.0-rc.0",
38+
"@carbon/colors": "^10.18.0",
39+
"@carbon/grid": "^10.18.0",
40+
"@carbon/icons": "^10.23.0",
4141
"@carbon/import-once": "^10.4.0",
42-
"@carbon/layout": "^10.16.0-rc.0",
43-
"@carbon/motion": "^10.11.0-rc.0",
44-
"@carbon/themes": "^10.25.0-rc.0",
45-
"@carbon/type": "^10.19.0-rc.0"
42+
"@carbon/layout": "^10.16.0",
43+
"@carbon/motion": "^10.11.0",
44+
"@carbon/themes": "^10.25.0",
45+
"@carbon/type": "^10.19.0"
4646
},
4747
"devDependencies": {
48-
"@carbon/bundler": "^10.11.0-rc.0",
48+
"@carbon/bundler": "^10.11.0",
4949
"fs-extra": "^8.1.0",
5050
"klaw-sync": "^6.0.0",
5151
"replace-in-file": "^3.4.2",

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.18.0-rc.0",
4+
"version": "10.18.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -32,10 +32,10 @@
3232
},
3333
"dependencies": {
3434
"@carbon/import-once": "^10.4.0",
35-
"@carbon/layout": "^10.16.0-rc.0"
35+
"@carbon/layout": "^10.16.0"
3636
},
3737
"devDependencies": {
38-
"@carbon/bundler": "^10.11.0-rc.0",
38+
"@carbon/bundler": "^10.11.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.13.0-rc.0",
5+
"version": "0.13.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.11.0-rc.0",
28+
"@carbon/icon-helpers": "^10.11.0",
2929
"browserslist-config-carbon": "^10.6.0",
3030
"change-case": "^4.1.1",
3131
"core-js": "^3.6.5",

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.11.0-rc.0",
4+
"version": "10.11.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/bundler": "^10.11.0-rc.0",
36+
"@carbon/bundler": "^10.11.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.23.0-rc.0",
4+
"version": "10.23.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.11.0-rc.0",
30-
"@carbon/icons": "^10.23.0-rc.0"
29+
"@carbon/icon-helpers": "^10.11.0",
30+
"@carbon/icons": "^10.23.0"
3131
},
3232
"devDependencies": {
3333
"handlebars": "^4.0.12"

0 commit comments

Comments
 (0)