@atlaskit/inline-edit 12.1.0 → 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,29 @@
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
+
9
+ ## 12.1.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 12.1.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
21
+ ## 12.1.1
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+
3
27
  ## 12.1.0
4
28
 
5
29
  ### Minor 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.0"
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.0",
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.0"
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.0",
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.0"
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.0",
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.0",
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/"
@@ -26,13 +26,13 @@
26
26
  "dependencies": {
27
27
  "@atlaskit/analytics-next": "^8.2.0",
28
28
  "@atlaskit/button": "^16.1.0",
29
- "@atlaskit/codemod-utils": "^3.0.0",
30
- "@atlaskit/form": "^8.3.0",
31
- "@atlaskit/icon": "^21.7.0",
32
- "@atlaskit/inline-dialog": "^13.1.0",
29
+ "@atlaskit/codemod-utils": "^3.4.0",
30
+ "@atlaskit/form": "^8.4.0",
31
+ "@atlaskit/icon": "^21.9.0",
32
+ "@atlaskit/inline-dialog": "^13.1.8",
33
33
  "@atlaskit/textfield": "^5.1.0",
34
- "@atlaskit/theme": "^11.4.0",
35
- "@atlaskit/tokens": "^0.1.0",
34
+ "@atlaskit/theme": "^12.0.0",
35
+ "@atlaskit/tokens": "^0.3.0",
36
36
  "@babel/runtime": "^7.0.0",
37
37
  "@emotion/core": "^10.0.9"
38
38
  },
@@ -42,11 +42,10 @@
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": "*",
49
- "@atlaskit/tag": "^11.0.0",
48
+ "@atlaskit/tag": "^11.2.0",
50
49
  "@atlaskit/tag-group": "^10.0.0",
51
50
  "@atlaskit/textarea": "^4.2.0",
52
51
  "@atlaskit/visual-regression": "*",