@atlaskit/help-article 4.1.7 → 4.1.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 +6 -0
  2. package/package.json +8 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/help-article
2
2
 
3
+ ## 4.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#68561](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68561) [`6a1919bf8400`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6a1919bf8400) - Migrate packages to use declarative entry points
8
+
3
9
  ## 4.1.7
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@atlaskit/help-article",
3
- "version": "4.1.7",
3
+ "version": "4.1.8",
4
4
  "description": "A cross-product help-article component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
7
7
  },
8
- "repository": "https://bitbucket.org/atlassian/atlassian-frontend",
8
+ "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
9
9
  "author": "Atlassian Pty Ltd",
10
10
  "license": "Apache-2.0",
11
11
  "main": "dist/cjs/index.js",
@@ -22,9 +22,11 @@
22
22
  },
23
23
  "sideEffects": false,
24
24
  "atlaskit:src": "src/index.ts",
25
+ "af:exports": {
26
+ ".": "./src/index.ts"
27
+ },
25
28
  "atlassian": {
26
29
  "team": "Self-Help Experiences",
27
- "deprecatedAutoEntryPoints": true,
28
30
  "releaseModel": "continuous",
29
31
  "website": {
30
32
  "name": "Help Article"
@@ -33,8 +35,8 @@
33
35
  "dependencies": {
34
36
  "@atlaskit/css-reset": "^6.6.0",
35
37
  "@atlaskit/icon": "^22.0.0",
36
- "@atlaskit/renderer": "^109.0.0",
37
- "@atlaskit/tokens": "^1.30.0",
38
+ "@atlaskit/renderer": "^109.2.0",
39
+ "@atlaskit/tokens": "^1.34.0",
38
40
  "@babel/runtime": "^7.0.0",
39
41
  "@emotion/styled": "^10.0.7",
40
42
  "lodash": "^4.17.21"
@@ -64,4 +66,4 @@
64
66
  }
65
67
  },
66
68
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
67
- }
69
+ }