@atlaskit/focused-task-close-account 2.0.0 → 2.0.2

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,17 @@
1
1
  # @atlaskit/focused-task-close-account
2
2
 
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 2.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 2.0.0
4
16
 
5
17
  ### Major Changes
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/focused-task-close-account",
3
- "version": "2.0.0"
3
+ "version": "2.0.2"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/focused-task-close-account",
3
- "version": "2.0.0"
3
+ "version": "2.0.2"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/focused-task-close-account",
3
- "version": "2.0.0"
3
+ "version": "2.0.2"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/focused-task-close-account",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "This package contains all of the UI components needed to assemble the focused tasks for deactivating and deleting users' accounts in accordance with the GDPR \"Right to be forgotten\".",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@atlaskit/avatar": "^21.1.0",
28
- "@atlaskit/button": "^16.4.0",
28
+ "@atlaskit/button": "^16.5.0",
29
29
  "@atlaskit/drawer": "^7.4.0",
30
30
  "@atlaskit/icon": "^21.11.0",
31
31
  "@atlaskit/inline-dialog": "^13.4.0",
32
32
  "@atlaskit/section-message": "^6.3.0",
33
33
  "@atlaskit/theme": "^12.2.0",
34
- "@atlaskit/tokens": "^0.10.0",
34
+ "@atlaskit/tokens": "^0.12.0",
35
35
  "@babel/runtime": "^7.0.0",
36
36
  "react-intl-next": "npm:react-intl@^5.18.1"
37
37
  },
package/report.api.md CHANGED
@@ -1,12 +1,17 @@
1
+ <!-- API Report Version: 2.2 -->
2
+
1
3
  ## API Report File for "@atlaskit/focused-task-close-account"
2
4
 
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
5
+ > Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/).
6
+ > [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
7
+
8
+ ### Table of contents
4
9
 
5
- <!--
6
- Generated API Report version: 2.0
7
- -->
10
+ - [Main Entry Types](#main-entry-types)
8
11
 
9
- [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
12
+ ### Main Entry Types
13
+
14
+ <!--SECTION START: Main Entry Types-->
10
15
 
11
16
  ```ts
12
17
  import { MessageDescriptor } from 'react-intl-next';
@@ -160,3 +165,5 @@ interface User {
160
165
 
161
166
  // (No @packageDocumentation comment for this package)
162
167
  ```
168
+
169
+ <!--SECTION END: Main Entry Types-->