@atlaskit/inline-edit 12.1.3 → 12.1.4

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/inline-edit
2
2
 
3
+ ## 12.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`d9d76592b37`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9d76592b37) - This change bumps the @atlaskit/inline-dialog dependency to the latest version 13.1.8. This fixes a bug where the inline dialog opens incorrectly.
8
+
3
9
  ## 12.1.3
4
10
 
5
11
  ### Patch Changes
@@ -48,7 +48,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
48
48
  var analyticsAttributes = {
49
49
  componentName: 'inlineEdit',
50
50
  packageName: "@atlaskit/inline-edit",
51
- packageVersion: "12.1.3"
51
+ packageVersion: "12.1.4"
52
52
  };
53
53
 
54
54
  var noop = function noop() {};
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-edit",
3
- "version": "12.1.3",
3
+ "version": "12.1.4",
4
4
  "sideEffects": false
5
5
  }
@@ -13,7 +13,7 @@ import ReadView from './internal/read-view';
13
13
  const analyticsAttributes = {
14
14
  componentName: 'inlineEdit',
15
15
  packageName: "@atlaskit/inline-edit",
16
- packageVersion: "12.1.3"
16
+ packageVersion: "12.1.4"
17
17
  };
18
18
 
19
19
  const noop = () => {};
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-edit",
3
- "version": "12.1.3",
3
+ "version": "12.1.4",
4
4
  "sideEffects": false
5
5
  }
@@ -22,7 +22,7 @@ import ReadView from './internal/read-view';
22
22
  var analyticsAttributes = {
23
23
  componentName: 'inlineEdit',
24
24
  packageName: "@atlaskit/inline-edit",
25
- packageVersion: "12.1.3"
25
+ packageVersion: "12.1.4"
26
26
  };
27
27
 
28
28
  var noop = function noop() {};
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-edit",
3
- "version": "12.1.3",
3
+ "version": "12.1.4",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-edit",
3
- "version": "12.1.3",
3
+ "version": "12.1.4",
4
4
  "description": "An inline edit displays a custom input component that switches between reading and editing on the same page.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -29,7 +29,7 @@
29
29
  "@atlaskit/codemod-utils": "^3.4.0",
30
30
  "@atlaskit/form": "^8.4.0",
31
31
  "@atlaskit/icon": "^21.9.0",
32
- "@atlaskit/inline-dialog": "^13.1.0",
32
+ "@atlaskit/inline-dialog": "^13.1.8",
33
33
  "@atlaskit/textfield": "^5.1.0",
34
34
  "@atlaskit/theme": "^12.0.0",
35
35
  "@atlaskit/tokens": "^0.3.0",
@@ -42,7 +42,6 @@
42
42
  "devDependencies": {
43
43
  "@atlaskit/build-utils": "*",
44
44
  "@atlaskit/docs": "*",
45
- "@atlaskit/inline-dialog": "^13.1.0",
46
45
  "@atlaskit/section-message": "^6.1.0",
47
46
  "@atlaskit/select": "^15.0.0",
48
47
  "@atlaskit/ssr": "*",