@atlaskit/mobile-header 6.1.7 → 6.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 +7 -0
  2. package/package.json +9 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/mobile-header
2
2
 
3
+ ## 6.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#67949](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67949) [`4ceb213f9313`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4ceb213f9313) - Migrate packages to use declarative entry points
8
+ - Updated dependencies
9
+
3
10
  ## 6.1.7
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@atlaskit/mobile-header",
3
- "version": "6.1.7",
3
+ "version": "6.1.8",
4
4
  "description": "A React component rendering a mobile header",
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",
@@ -21,19 +21,22 @@
21
21
  }
22
22
  },
23
23
  "atlaskit:src": "src/index.ts",
24
+ "af:exports": {
25
+ ".": "./src/index.ts",
26
+ "./styled": "./src/styled.ts"
27
+ },
24
28
  "atlassian": {
25
29
  "team": "Bitbucket: CoreX",
26
- "deprecatedAutoEntryPoints": true,
27
30
  "releaseModel": "continuous",
28
31
  "website": {
29
32
  "name": "Mobile Header"
30
33
  }
31
34
  },
32
35
  "dependencies": {
33
- "@atlaskit/button": "^17.1.0",
36
+ "@atlaskit/button": "^17.2.0",
34
37
  "@atlaskit/icon": "^22.0.0",
35
38
  "@atlaskit/theme": "^12.6.0",
36
- "@atlaskit/tokens": "^1.30.0",
39
+ "@atlaskit/tokens": "^1.34.0",
37
40
  "@babel/runtime": "^7.0.0",
38
41
  "@emotion/styled": "^11.0.0"
39
42
  },
@@ -54,4 +57,4 @@
54
57
  }
55
58
  },
56
59
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
57
- }
60
+ }