Skip to content

Commit 05909da

Browse files
authored
chore(release): v10.33.0 (#8424)
1 parent 0e5cbdc commit 05909da

File tree

24 files changed

+154
-154
lines changed

24 files changed

+154
-154
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.3.0",
4+
"version": "0.4.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"repository": {

packages/carbon-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@carbon/react",
33
"private": true,
44
"description": "React components for the Carbon Design System",
5-
"version": "0.1.0-rc.0",
5+
"version": "0.1.0",
66
"license": "Apache-2.0",
77
"main": "lib/index.js",
88
"module": "es/index.js",
@@ -40,9 +40,9 @@
4040
"react-dom": "^16.8.6 || ^17.0.1"
4141
},
4242
"dependencies": {
43-
"@carbon/feature-flags": "^0.3.0-rc.0",
44-
"@carbon/styles": "^0.4.0-rc.0",
45-
"carbon-components-react": "^7.33.0-rc.0"
43+
"@carbon/feature-flags": "^0.3.0",
44+
"@carbon/styles": "^0.4.0",
45+
"carbon-components-react": "^7.33.0"
4646
},
4747
"devDependencies": {
4848
"@babel/core": "^7.13.14",

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.22.0-rc.0",
4+
"version": "10.22.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.23.0-rc.0",
4+
"version": "10.23.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.22.0-rc.0",
38+
"@carbon/cli": "^10.22.0",
3939
"@carbon/cli-reporter": "^10.4.0",
4040
"@carbon/scss-generator": "^10.13.0",
4141
"@carbon/test-utils": "^10.15.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.33.0-rc.0",
4+
"version": "10.33.0",
55
"license": "Apache-2.0",
66
"main": "umd/index.js",
77
"module": "es/index.js",
@@ -84,10 +84,10 @@
8484
"@babel/preset-env": "^7.10.0",
8585
"@babel/preset-react": "^7.10.0",
8686
"@babel/runtime": "^7.10.0",
87-
"@carbon/cli": "^10.22.0-rc.0",
88-
"@carbon/elements": "^10.32.0-rc.0",
89-
"@carbon/icons-handlebars": "^10.30.0-rc.0",
90-
"@carbon/icons-react": "^10.30.0-rc.0",
87+
"@carbon/cli": "^10.22.0",
88+
"@carbon/elements": "^10.32.0",
89+
"@carbon/icons-handlebars": "^10.30.0",
90+
"@carbon/icons-react": "^10.30.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: 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.32.0-rc.0",
4+
"version": "10.32.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.23.0-rc.0",
39-
"@carbon/grid": "^10.25.0-rc.0",
40-
"@carbon/icons": "^10.30.0-rc.0",
38+
"@carbon/colors": "^10.23.0",
39+
"@carbon/grid": "^10.25.0",
40+
"@carbon/icons": "^10.30.0",
4141
"@carbon/import-once": "^10.6.0",
42-
"@carbon/layout": "^10.23.0-rc.0",
43-
"@carbon/motion": "^10.16.0-rc.0",
44-
"@carbon/themes": "^10.32.0-rc.0",
45-
"@carbon/type": "^10.26.0-rc.0"
42+
"@carbon/layout": "^10.23.0",
43+
"@carbon/motion": "^10.16.0",
44+
"@carbon/themes": "^10.32.0",
45+
"@carbon/type": "^10.26.0"
4646
},
4747
"devDependencies": {
48-
"@carbon/cli": "^10.22.0-rc.0",
48+
"@carbon/cli": "^10.22.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
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/feature-flags",
33
"description": "Build with feature flags in Carbon",
4-
"version": "0.3.0-rc.0",
4+
"version": "0.3.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"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.25.0-rc.0",
4+
"version": "10.25.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -32,10 +32,10 @@
3232
},
3333
"dependencies": {
3434
"@carbon/import-once": "^10.6.0",
35-
"@carbon/layout": "^10.23.0-rc.0"
35+
"@carbon/layout": "^10.23.0"
3636
},
3737
"devDependencies": {
38-
"@carbon/cli": "^10.22.0-rc.0",
38+
"@carbon/cli": "^10.22.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.19.0-rc.0",
5+
"version": "0.19.0",
66
"license": "Apache-2.0",
77
"main": "src/index.js",
88
"repository": {
@@ -29,7 +29,7 @@
2929
"@babel/template": "^7.12.13",
3030
"@babel/types": "^7.13.14",
3131
"@carbon/cli-reporter": "^10.4.0",
32-
"@carbon/icon-helpers": "^10.16.0-rc.0",
32+
"@carbon/icon-helpers": "^10.16.0",
3333
"@rollup/plugin-babel": "^5.2.2",
3434
"@rollup/plugin-replace": "^2.3.4",
3535
"browserslist-config-carbon": "^10.6.1",

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.16.0-rc.0",
4+
"version": "10.16.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.22.0-rc.0",
36+
"@carbon/cli": "^10.22.0",
3737
"rimraf": "^3.0.0"
3838
},
3939
"sideEffects": false

0 commit comments

Comments
 (0)