@atlaskit/help-article 4.0.31 → 4.0.33

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/help-article
2
2
 
3
+ ## 4.0.33
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0c19f354255`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c19f354255) - Consolidate In Product Help & Self-Help Experiences ownership
8
+
9
+ ## 4.0.32
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 4.0.31
4
16
 
5
17
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help-article",
3
- "version": "4.0.31",
3
+ "version": "4.0.33",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help-article",
3
- "version": "4.0.31",
3
+ "version": "4.0.33",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help-article",
3
- "version": "4.0.31",
3
+ "version": "4.0.33",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help-article",
3
- "version": "4.0.31",
3
+ "version": "4.0.33",
4
4
  "description": "A cross-product help-article component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -15,14 +15,15 @@
15
15
  "typesVersions": {
16
16
  ">=4.0 <4.5": {
17
17
  "*": [
18
- "dist/types-ts4.0/*"
18
+ "dist/types-ts4.0/*",
19
+ "dist/types-ts4.0/index.d.ts"
19
20
  ]
20
21
  }
21
22
  },
22
23
  "sideEffects": false,
23
24
  "atlaskit:src": "src/index.ts",
24
25
  "atlassian": {
25
- "team": "In Product Help",
26
+ "team": "Self-Help Experiences",
26
27
  "deprecatedAutoEntryPoints": true,
27
28
  "releaseModel": "continuous",
28
29
  "website": {
@@ -32,7 +33,7 @@
32
33
  "dependencies": {
33
34
  "@atlaskit/css-reset": "^6.3.0",
34
35
  "@atlaskit/icon": "^21.11.0",
35
- "@atlaskit/renderer": "^102.0.0",
36
+ "@atlaskit/renderer": "^103.0.0",
36
37
  "@atlaskit/theme": "^12.2.0",
37
38
  "@babel/runtime": "^7.0.0",
38
39
  "@emotion/styled": "^10.0.7",
@@ -43,7 +44,7 @@
43
44
  "react-dom": "^16.8.0"
44
45
  },
45
46
  "devDependencies": {
46
- "@atlaskit/button": "^16.3.0",
47
+ "@atlaskit/button": "^16.4.0",
47
48
  "@atlaskit/docs": "*",
48
49
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
49
50
  "enzyme": "^3.10.0",
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/help-article"
4
4