@atlaskit/inline-dialog
Advanced tools
Comparing version 7.1.2 to 7.1.3
# @atlaskit/inline-dialog | ||
## 7.1.3 | ||
- [patch] Fix $FlowFixMe and release packages [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d) | ||
- [none] Updated dependencies [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d) | ||
- @atlaskit/select@4.3.1 | ||
- @atlaskit/single-select@5.2.1 | ||
- @atlaskit/button@8.2.2 | ||
- @atlaskit/icon@12.3.1 | ||
## 7.1.2 | ||
@@ -4,0 +12,0 @@ - [patch] Clean Changelogs - remove duplicates and empty entries [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd) |
@@ -99,3 +99,3 @@ 'use strict'; | ||
// in pixels | ||
// $FlowFixMe TEMPORARY | ||
// $FlowFixMe - no arguments are expected by function | ||
@@ -102,0 +102,0 @@ var dialogOffset = '0 ' + (0, _theme.gridSize)(this.props); |
@@ -64,3 +64,3 @@ import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of'; | ||
// in pixels | ||
// $FlowFixMe TEMPORARY | ||
// $FlowFixMe - no arguments are expected by function | ||
@@ -67,0 +67,0 @@ var dialogOffset = '0 ' + gridSize(this.props); |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "7.1.1" | ||
"version": "7.1.2" | ||
} |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "7.1.2", | ||
"version": "7.1.3", | ||
"description": "An inline dialog React component for secondary content and controls that are displayed on user request", | ||
@@ -30,8 +30,8 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@atlaskit/button": "^8.1.2", | ||
"@atlaskit/button": "^8.2.2", | ||
"@atlaskit/datetime-picker": "^5.2.1", | ||
"@atlaskit/docs": "^4.1.1", | ||
"@atlaskit/icon": "^12.1.2", | ||
"@atlaskit/select": "^4.2.3", | ||
"@atlaskit/single-select": "^5.1.2", | ||
"@atlaskit/icon": "^12.3.1", | ||
"@atlaskit/select": "^4.3.1", | ||
"@atlaskit/single-select": "^5.2.1", | ||
"enzyme": "https://registry.npmjs.org/@pgleeson/enzyme/-/enzyme-3.3.7.tgz" | ||
@@ -38,0 +38,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
35552