@atlaskit/focused-task-close-account 3.2.7 → 3.2.8

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +3 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/focused-task-close-account
2
2
 
3
+ ## 3.2.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [`45c6f8d40f9ac`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/45c6f8d40f9ac) -
8
+ Bump i18n pkg versions for atlaskit packages for including license field
9
+
3
10
  ## 3.2.7
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/focused-task-close-account",
3
- "version": "3.2.7",
3
+ "version": "3.2.8",
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/"
@@ -21,9 +21,6 @@
21
21
  }
22
22
  },
23
23
  "atlaskit:src": "src/index.ts",
24
- "af:exports": {
25
- ".": "./src/index.ts"
26
- },
27
24
  "scripts": {
28
25
  "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\"]')"
29
26
  },
@@ -34,12 +31,12 @@
34
31
  }
35
32
  },
36
33
  "dependencies": {
37
- "@atlaskit/afm-i18n-platform-people-and-teams-focused-task-close-account": "2.5.0",
34
+ "@atlaskit/afm-i18n-platform-people-and-teams-focused-task-close-account": "2.7.0",
38
35
  "@atlaskit/avatar": "^25.1.0",
39
36
  "@atlaskit/button": "^23.4.0",
40
37
  "@atlaskit/drawer": "^11.0.0",
41
38
  "@atlaskit/heading": "^5.2.0",
42
- "@atlaskit/icon": "^28.1.0",
39
+ "@atlaskit/icon": "^28.2.0",
43
40
  "@atlaskit/inline-dialog": "^18.0.0",
44
41
  "@atlaskit/platform-feature-flags": "^1.1.0",
45
42
  "@atlaskit/primitives": "^14.14.0",