@atlaskit/modal-dialog 12.4.13 → 12.5.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/modal-dialog
2
2
 
3
+ ## 12.5.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
  ## 12.4.13
4
14
 
5
15
  ### Patch Changes
@@ -85,7 +85,7 @@ var ModalWrapper = function ModalWrapper(props) {
85
85
  action: 'closed',
86
86
  componentName: 'modalDialog',
87
87
  packageName: "@atlaskit/modal-dialog",
88
- packageVersion: "12.4.13"
88
+ packageVersion: "12.5.0"
89
89
  });
90
90
  var onBlanketClicked = (0, _react.useCallback)(function (e) {
91
91
  if (shouldCloseOnOverlayClick) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "12.4.13",
3
+ "version": "12.5.0",
4
4
  "sideEffects": false
5
5
  }
@@ -71,7 +71,7 @@ const ModalWrapper = props => {
71
71
  action: 'closed',
72
72
  componentName: 'modalDialog',
73
73
  packageName: "@atlaskit/modal-dialog",
74
- packageVersion: "12.4.13"
74
+ packageVersion: "12.5.0"
75
75
  });
76
76
  const onBlanketClicked = useCallback(e => {
77
77
  if (shouldCloseOnOverlayClick) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "12.4.13",
3
+ "version": "12.5.0",
4
4
  "sideEffects": false
5
5
  }
@@ -75,7 +75,7 @@ var ModalWrapper = function ModalWrapper(props) {
75
75
  action: 'closed',
76
76
  componentName: 'modalDialog',
77
77
  packageName: "@atlaskit/modal-dialog",
78
- packageVersion: "12.4.13"
78
+ packageVersion: "12.5.0"
79
79
  });
80
80
  var onBlanketClicked = useCallback(function (e) {
81
81
  if (shouldCloseOnOverlayClick) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "12.4.13",
3
+ "version": "12.5.0",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "12.4.13",
3
+ "version": "12.5.0",
4
4
  "description": "A modal dialog displays content that requires user interaction, in a layer above the page.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -37,16 +37,16 @@
37
37
  "watch": "tsc --watch --noEmit --project './tsconfig.json'"
38
38
  },
39
39
  "dependencies": {
40
- "@atlaskit/analytics-next": "^9.0.0",
41
- "@atlaskit/blanket": "^12.3.0",
42
- "@atlaskit/codemod-utils": "^4.1.0",
43
- "@atlaskit/ds-lib": "^2.1.0",
44
- "@atlaskit/focus-ring": "^1.2.0",
45
- "@atlaskit/icon": "^21.11.0",
46
- "@atlaskit/motion": "^1.3.0",
47
- "@atlaskit/portal": "^4.1.0",
48
- "@atlaskit/theme": "^12.4.0",
49
- "@atlaskit/tokens": "^1.2.0",
40
+ "@atlaskit/analytics-next": "^9.1.0",
41
+ "@atlaskit/blanket": "^12.4.0",
42
+ "@atlaskit/codemod-utils": "^4.2.0",
43
+ "@atlaskit/ds-lib": "^2.2.0",
44
+ "@atlaskit/focus-ring": "^1.3.0",
45
+ "@atlaskit/icon": "^21.12.0",
46
+ "@atlaskit/motion": "^1.4.0",
47
+ "@atlaskit/portal": "^4.3.0",
48
+ "@atlaskit/theme": "^12.5.0",
49
+ "@atlaskit/tokens": "^1.3.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@emotion/react": "^11.7.1",
52
52
  "bind-event-listener": "^2.1.1",