carbon-react 101.0.1 → 101.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,9 +19,9 @@ function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj;
19
19
 
20
20
  const FieldHelpStyle = _styledComponents.default.span`
21
21
  display: block;
22
+ flex: 1;
22
23
  margin-top: 8px;
23
24
  white-space: pre-wrap;
24
- width: 100%;
25
25
 
26
26
  ${({
27
27
  labelInline,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "101.0.1",
3
+ "version": "101.0.2",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "engineStrict": true,
6
6
  "engines": {
@@ -59,9 +59,9 @@
59
59
  "@babel/preset-typescript": "7.12.7",
60
60
  "@commitlint/cli": "^11.0.0",
61
61
  "@commitlint/config-conventional": "^11.0.0",
62
- "@semantic-release/changelog": "^5.0.1",
62
+ "@semantic-release/changelog": "^6.0.1",
63
63
  "@semantic-release/exec": "^6.0.2",
64
- "@semantic-release/git": "^9.0.0",
64
+ "@semantic-release/git": "^10.0.1",
65
65
  "@storybook/addon-a11y": "^6.3.6",
66
66
  "@storybook/addon-actions": "^6.3.6",
67
67
  "@storybook/addon-controls": "^6.3.7",
@@ -132,7 +132,7 @@
132
132
  "react-dom": "^16.12.0",
133
133
  "react-test-renderer": "^16.12.0",
134
134
  "rimraf": "^3.0.2",
135
- "semantic-release": "^17.4.7",
135
+ "semantic-release": "^18.0.1",
136
136
  "semver": "^7.3.5",
137
137
  "sprintf-js": "^1.1.2",
138
138
  "styled-components": "^4.4.1",