@atlaskit/textfield 6.8.2 → 6.8.3

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,11 @@
1
1
  # @atlaskit/textfield
2
2
 
3
+ ## 6.8.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 6.8.2
4
10
 
5
11
  ### Patch Changes
@@ -27,7 +27,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
27
27
  var analyticsParams = {
28
28
  componentName: 'textField',
29
29
  packageName: "@atlaskit/textfield",
30
- packageVersion: "6.8.2"
30
+ packageVersion: "6.8.3"
31
31
  };
32
32
 
33
33
  /**
@@ -12,7 +12,7 @@ import { containerStyles as getContainerStyles, inputStyles as getInputStyles }
12
12
  const analyticsParams = {
13
13
  componentName: 'textField',
14
14
  packageName: "@atlaskit/textfield",
15
- packageVersion: "6.8.2"
15
+ packageVersion: "6.8.3"
16
16
  };
17
17
 
18
18
  /**
@@ -18,7 +18,7 @@ import { containerStyles as getContainerStyles, inputStyles as getInputStyles }
18
18
  var analyticsParams = {
19
19
  componentName: 'textField',
20
20
  packageName: "@atlaskit/textfield",
21
- packageVersion: "6.8.2"
21
+ packageVersion: "6.8.3"
22
22
  };
23
23
 
24
24
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/textfield",
3
- "version": "6.8.2",
3
+ "version": "6.8.3",
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
  },
27
27
  "dependencies": {
28
28
  "@atlaskit/analytics-next": "^10.3.0",
29
- "@atlaskit/platform-feature-flags": "^1.0.0",
30
- "@atlaskit/primitives": "^13.4.0",
31
- "@atlaskit/theme": "^15.0.0",
29
+ "@atlaskit/platform-feature-flags": "^1.1.0",
30
+ "@atlaskit/primitives": "^13.5.0",
31
+ "@atlaskit/theme": "^16.0.0",
32
32
  "@atlaskit/tokens": "^3.3.0",
33
33
  "@babel/runtime": "^7.0.0",
34
34
  "@emotion/react": "^11.7.1"