@atlaskit/focus-ring 1.3.5 → 1.3.6

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,11 @@
1
1
  # @atlaskit/focus-ring
2
2
 
3
+ ## 1.3.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1e90520801a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e90520801a) - Added this package into push model consumption.
8
+
3
9
  ## 1.3.5
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/focus-ring",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "A focus ring is used to indicate the currently focused item.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -10,6 +10,9 @@
10
10
  "atlassian": {
11
11
  "team": "Design System Team",
12
12
  "releaseModel": "continuous",
13
+ "productPushConsumption": [
14
+ "jira"
15
+ ],
13
16
  "website": {
14
17
  "name": "Focus ring",
15
18
  "category": "Components"
@@ -34,7 +37,7 @@
34
37
  ".": "./src/index.tsx"
35
38
  },
36
39
  "dependencies": {
37
- "@atlaskit/tokens": "^1.14.0",
40
+ "@atlaskit/tokens": "^1.18.0",
38
41
  "@babel/runtime": "^7.0.0",
39
42
  "@emotion/react": "^11.7.1"
40
43
  },
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/focus-ring",
3
- "version": "1.3.5",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/focus-ring",
3
- "version": "1.3.5",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/focus-ring",
3
- "version": "1.3.5",
4
- "sideEffects": false
5
- }