@atlaskit/focused-task-close-account 3.2.20 → 3.3.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,18 @@
1
1
  # @atlaskit/focused-task-close-account
2
2
 
3
+ ## 3.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`92f68aebd9135`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/92f68aebd9135) -
8
+ Update i18n NPM package versions for people-and-teams,identity (Group 8)
9
+
10
+ ## 3.2.21
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 3.2.20
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/focused-task-close-account",
3
- "version": "3.2.20",
3
+ "version": "3.3.0",
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
  "deprecated": "⚠️ DEPRECATED: This package is marked for removal. Please avoid new usage.",
6
6
  "publishConfig": {
@@ -26,18 +26,18 @@
26
26
  "test:coverage": "(cd ../../.. && yarn test 'packages/people-and-teams/focused-task-close-account/src' --coverage --coverageProvider=v8 --collectCoverageFrom='[\"packages/people-and-teams/focused-task-close-account/src/**\", \"!packages/people-and-teams/focused-task-close-account/src/**/**/types.ts\", \"!packages/people-and-teams/focused-task-close-account/src/ui/**/styled.tsx\"]')"
27
27
  },
28
28
  "atlassian": {
29
- "team": "People and Teams Collective",
29
+ "team": "Admin Hub: Nexus",
30
30
  "website": {
31
31
  "name": "Focused Task Close Account"
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/afm-i18n-platform-people-and-teams-focused-task-close-account": "2.7.0",
35
+ "@atlaskit/afm-i18n-platform-people-and-teams-focused-task-close-account": "2.39.0",
36
36
  "@atlaskit/avatar": "^25.7.0",
37
37
  "@atlaskit/button": "^23.9.0",
38
38
  "@atlaskit/drawer": "^11.0.0",
39
- "@atlaskit/heading": "^5.2.0",
40
- "@atlaskit/icon": "^30.0.0",
39
+ "@atlaskit/heading": "^5.3.0",
40
+ "@atlaskit/icon": "^31.0.0",
41
41
  "@atlaskit/inline-dialog": "^18.0.0",
42
42
  "@atlaskit/platform-feature-flags": "^1.1.0",
43
43
  "@atlaskit/primitives": "^18.0.0",
package/tsconfig.json CHANGED
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "extends": "../../../tsconfig.json",
3
- "compilerOptions": {},
4
3
  "include": [
5
4
  "./src/**/*.ts",
6
5
  "./src/**/*.tsx",