@atlaskit/help-article 4.1.7 → 4.1.9

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 +12 -0
  2. package/package.json +10 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/help-article
2
2
 
3
+ ## 4.1.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#72381](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72381) [`613a669ad9bb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/613a669ad9bb) - Enrolling help packages to push model in JFE.
8
+
9
+ ## 4.1.8
10
+
11
+ ### Patch Changes
12
+
13
+ - [#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
14
+
3
15
  ## 4.1.7
4
16
 
5
17
  ### 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.9",
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,10 +22,15 @@
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",
31
+ "productPushConsumption": [
32
+ "jira"
33
+ ],
29
34
  "website": {
30
35
  "name": "Help Article"
31
36
  }
@@ -33,8 +38,8 @@
33
38
  "dependencies": {
34
39
  "@atlaskit/css-reset": "^6.6.0",
35
40
  "@atlaskit/icon": "^22.0.0",
36
- "@atlaskit/renderer": "^109.0.0",
37
- "@atlaskit/tokens": "^1.30.0",
41
+ "@atlaskit/renderer": "^109.4.0",
42
+ "@atlaskit/tokens": "^1.36.0",
38
43
  "@babel/runtime": "^7.0.0",
39
44
  "@emotion/styled": "^10.0.7",
40
45
  "lodash": "^4.17.21"