@atlaskit/textfield 5.3.7 → 5.4.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @atlaskit/textfield
2
2
 
3
+ ## 5.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+
3
13
  ## 5.3.7
4
14
 
5
15
  ### Patch Changes
@@ -24,7 +24,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
24
24
  var analyticsParams = {
25
25
  componentName: 'textField',
26
26
  packageName: "@atlaskit/textfield",
27
- packageVersion: "5.3.7"
27
+ packageVersion: "5.4.0"
28
28
  };
29
29
  var Textfield = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
30
30
  var _props$appearance = props.appearance,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/textfield",
3
- "version": "5.3.7",
3
+ "version": "5.4.0",
4
4
  "sideEffects": false
5
5
  }
@@ -8,7 +8,7 @@ import { containerStyles as getContainerStyles, inputStyles as getInputStyles }
8
8
  const analyticsParams = {
9
9
  componentName: 'textField',
10
10
  packageName: "@atlaskit/textfield",
11
- packageVersion: "5.3.7"
11
+ packageVersion: "5.4.0"
12
12
  };
13
13
  const Textfield = /*#__PURE__*/forwardRef((props, ref) => {
14
14
  const {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/textfield",
3
- "version": "5.3.7",
3
+ "version": "5.4.0",
4
4
  "sideEffects": false
5
5
  }
@@ -14,7 +14,7 @@ import { containerStyles as getContainerStyles, inputStyles as getInputStyles }
14
14
  var analyticsParams = {
15
15
  componentName: 'textField',
16
16
  packageName: "@atlaskit/textfield",
17
- packageVersion: "5.3.7"
17
+ packageVersion: "5.4.0"
18
18
  };
19
19
  var Textfield = /*#__PURE__*/forwardRef(function (props, ref) {
20
20
  var _props$appearance = props.appearance,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/textfield",
3
- "version": "5.3.7",
3
+ "version": "5.4.0",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/textfield",
3
- "version": "5.3.7",
3
+ "version": "5.4.0",
4
4
  "description": "A text field is an input that allows a user to write or edit text.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -26,9 +26,9 @@
26
26
  ".": "./src/index.tsx"
27
27
  },
28
28
  "dependencies": {
29
- "@atlaskit/analytics-next": "^9.0.0",
30
- "@atlaskit/theme": "^12.4.0",
31
- "@atlaskit/tokens": "^1.2.0",
29
+ "@atlaskit/analytics-next": "^9.1.0",
30
+ "@atlaskit/theme": "^12.5.0",
31
+ "@atlaskit/tokens": "^1.3.0",
32
32
  "@babel/runtime": "^7.0.0",
33
33
  "@emotion/react": "^11.7.1"
34
34
  },
@@ -36,15 +36,15 @@
36
36
  "react": "^16.8.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@atlaskit/avatar": "^21.2.0",
40
- "@atlaskit/button": "^16.6.0",
39
+ "@atlaskit/avatar": "^21.3.0",
40
+ "@atlaskit/button": "^16.7.0",
41
41
  "@atlaskit/docs": "*",
42
- "@atlaskit/ds-lib": "^2.0.1",
43
- "@atlaskit/form": "^8.10.0",
44
- "@atlaskit/icon": "^21.11.0",
45
- "@atlaskit/section-message": "^6.3.0",
42
+ "@atlaskit/ds-lib": "^2.2.0",
43
+ "@atlaskit/form": "^8.11.0",
44
+ "@atlaskit/icon": "^21.12.0",
45
+ "@atlaskit/section-message": "^6.4.0",
46
46
  "@atlaskit/ssr": "*",
47
- "@atlaskit/toggle": "^12.5.0",
47
+ "@atlaskit/toggle": "^12.6.0",
48
48
  "@atlaskit/visual-regression": "*",
49
49
  "@atlaskit/webdriver-runner": "*",
50
50
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",