Skip to content

Commit e7c46ce

Browse files
committed
fix(release): reset versions to rc.0 temporarily
1 parent 322ae3b commit e7c46ce

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/eslint-config-ibmdotcom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/eslint-config-ibmdotcom",
33
"private": true,
4-
"version": "0.4.0",
4+
"version": "0.4.0-rc.0",
55
"description": "ESLint configuration for the IBM.com Library",
66
"license": "Apache-2.0",
77
"main": "index.js",

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/ibmdotcom-react",
33
"description": "IBM.com Library React Components",
4-
"version": "0.4.0",
4+
"version": "0.4.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",

packages/services/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/ibmdotcom-services",
33
"description": "IBM.com Library Services",
4-
"version": "0.4.0",
4+
"version": "0.4.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",

packages/stylelint-config-ibmdotcom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/stylelint-config-ibmdotcom",
33
"private": true,
4-
"version": "0.3.0",
4+
"version": "0.3.0-rc.0",
55
"description": "Stylelint configuration for the IBM.com Library",
66
"license": "Apache-2.0",
77
"main": "index.js",

packages/styles/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/ibmdotcom-styles",
33
"description": "IBM.com Library Styles",
4-
"version": "0.4.0",
4+
"version": "0.4.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "dist/ibm-dotcom-styles.min.css",
77
"module": "src/scss",

packages/utilities/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/ibmdotcom-utilities",
33
"description": "IBM.com Library Utilities",
4-
"version": "0.4.0",
4+
"version": "0.4.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",

0 commit comments

Comments
 (0)