@atlaskit/inline-dialog
Advanced tools
Comparing version 13.0.9 to 13.0.10
# @atlaskit/inline-dialog | ||
## 13.0.10 | ||
### Patch Changes | ||
- [`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use injected package name and version for analytics instead of version.json. | ||
## 13.0.9 | ||
@@ -4,0 +10,0 @@ |
@@ -34,4 +34,2 @@ "use strict"; | ||
var _version = require("../version.json"); | ||
var _styled = require("./styled"); | ||
@@ -43,2 +41,5 @@ | ||
var packageName = "@atlaskit/inline-dialog"; | ||
var packageVersion = "13.0.10"; | ||
var InlineDialog = /*#__PURE__*/function (_Component) { | ||
@@ -188,4 +189,4 @@ (0, _inherits2.default)(InlineDialog, _Component); | ||
componentName: 'inlineDialog', | ||
packageName: _version.name, | ||
packageVersion: _version.version | ||
packageName: packageName, | ||
packageVersion: packageVersion | ||
})((0, _analyticsNext.withAnalyticsEvents)({ | ||
@@ -197,4 +198,4 @@ onClose: createAndFireEventOnAtlaskit({ | ||
componentName: 'inlineDialog', | ||
packageName: _version.name, | ||
packageVersion: _version.version | ||
packageName: packageName, | ||
packageVersion: packageVersion | ||
} | ||
@@ -201,0 +202,0 @@ }) |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "13.0.9", | ||
"version": "13.0.10", | ||
"sideEffects": false | ||
} |
@@ -6,4 +6,5 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
import { Manager, Popper, Reference } from '@atlaskit/popper'; | ||
import { name as packageName, version as packageVersion } from '../version.json'; | ||
import { Container } from './styled'; | ||
const packageName = "@atlaskit/inline-dialog"; | ||
const packageVersion = "13.0.10"; | ||
@@ -10,0 +11,0 @@ class InlineDialog extends Component { |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "13.0.9", | ||
"version": "13.0.10", | ||
"sideEffects": false | ||
} |
@@ -17,4 +17,5 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import { Manager, Popper, Reference } from '@atlaskit/popper'; | ||
import { name as packageName, version as packageVersion } from '../version.json'; | ||
import { Container } from './styled'; | ||
var packageName = "@atlaskit/inline-dialog"; | ||
var packageVersion = "13.0.10"; | ||
@@ -21,0 +22,0 @@ var InlineDialog = /*#__PURE__*/function (_Component) { |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "13.0.9", | ||
"version": "13.0.10", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "13.0.9", | ||
"version": "13.0.10", | ||
"description": "An inline dialog is a pop-up container for small amounts of information. It can also contain controls.", | ||
@@ -42,4 +42,4 @@ "publishConfig": { | ||
"@atlaskit/docs": "*", | ||
"@atlaskit/icon": "^21.0.0", | ||
"@atlaskit/select": "^13.0.0", | ||
"@atlaskit/icon": "^21.4.0", | ||
"@atlaskit/select": "^13.2.0", | ||
"@atlaskit/single-select": "^10.0.0", | ||
@@ -52,3 +52,3 @@ "@atlaskit/ssr": "*", | ||
"react-dom": "^16.8.0", | ||
"react-lorem-component": "^0.12.2", | ||
"react-lorem-component": "^0.13.0", | ||
"typescript": "3.9.6", | ||
@@ -55,0 +55,0 @@ "wait-for-expect": "^1.2.0" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
65149
648
0