@atlaskit/onboarding 10.6.5 → 10.6.6

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/onboarding
2
2
 
3
+ ## 10.6.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`716af1d3387`](https://bitbucket.org/atlassian/atlassian-frontend/commits/716af1d3387) - Bump @atlaskit/heading from 1.0.0 to 1.0.1 to avoid resolving to poison dependency version
8
+
3
9
  ## 10.6.5
4
10
 
5
11
  ### Patch Changes
@@ -50,7 +50,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
50
50
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
51
51
 
52
52
  var packageName = "@atlaskit/onboarding";
53
- var packageVersion = "10.6.5";
53
+ var packageVersion = "10.6.6";
54
54
 
55
55
  var SpotlightDialog = /*#__PURE__*/function (_Component) {
56
56
  (0, _inherits2.default)(SpotlightDialog, _Component);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "10.6.5",
3
+ "version": "10.6.6",
4
4
  "sideEffects": false
5
5
  }
@@ -7,7 +7,7 @@ import { DialogImage } from '../styled/dialog';
7
7
  import SpotlightCard from './spotlight-card';
8
8
  import ValueChanged from './value-changed';
9
9
  const packageName = "@atlaskit/onboarding";
10
- const packageVersion = "10.6.5";
10
+ const packageVersion = "10.6.6";
11
11
 
12
12
  class SpotlightDialog extends Component {
13
13
  constructor(...args) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "10.6.5",
3
+ "version": "10.6.6",
4
4
  "sideEffects": false
5
5
  }
@@ -22,7 +22,7 @@ import { DialogImage } from '../styled/dialog';
22
22
  import SpotlightCard from './spotlight-card';
23
23
  import ValueChanged from './value-changed';
24
24
  var packageName = "@atlaskit/onboarding";
25
- var packageVersion = "10.6.5";
25
+ var packageVersion = "10.6.6";
26
26
 
27
27
  var SpotlightDialog = /*#__PURE__*/function (_Component) {
28
28
  _inherits(SpotlightDialog, _Component);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "10.6.5",
3
+ "version": "10.6.6",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "10.6.5",
3
+ "version": "10.6.6",
4
4
  "description": "An onboarding spotlight introduces new features to users through focused messages or multi-step tours.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -29,7 +29,7 @@
29
29
  "@atlaskit/analytics-next": "^8.0.0",
30
30
  "@atlaskit/button": "^16.5.0",
31
31
  "@atlaskit/ds-lib": "^2.1.0",
32
- "@atlaskit/heading": "^1.0.0",
32
+ "@atlaskit/heading": "^1.0.1",
33
33
  "@atlaskit/modal-dialog": "^12.4.0",
34
34
  "@atlaskit/popper": "^5.4.0",
35
35
  "@atlaskit/portal": "^4.0.0",
@@ -55,7 +55,7 @@
55
55
  "@atlaskit/docs": "*",
56
56
  "@atlaskit/icon": "^21.11.0",
57
57
  "@atlaskit/progress-indicator": "^9.4.0",
58
- "@atlaskit/select": "^16.0.0",
58
+ "@atlaskit/select": "^16.1.0",
59
59
  "@atlaskit/ssr": "*",
60
60
  "@atlaskit/visual-regression": "*",
61
61
  "@atlaskit/webdriver-runner": "*",
package/report.api.md CHANGED
@@ -1,4 +1,4 @@
1
- <!-- API Report Version: 2.2 -->
1
+ <!-- API Report Version: 2.3 -->
2
2
 
3
3
  ## API Report File for "@atlaskit/onboarding"
4
4