@atlaskit/progress-tracker 8.5.4 → 8.5.5

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 +5 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/progress-tracker
2
2
 
3
+ ## 8.5.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#41451](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41451) [`b9bbfbe5bbf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9bbfbe5bbf) - Added this package into push model consumption.
8
+
3
9
  ## 8.5.4
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-tracker",
3
- "version": "8.5.4",
3
+ "version": "8.5.5",
4
4
  "description": "A progress tracker displays the steps and progress through a journey.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -17,6 +17,9 @@
17
17
  "atlassian": {
18
18
  "team": "Design System Team",
19
19
  "releaseModel": "continuous",
20
+ "productPushConsumption": [
21
+ "jira"
22
+ ],
20
23
  "website": {
21
24
  "name": "Progress tracker",
22
25
  "category": "Components"
@@ -26,7 +29,7 @@
26
29
  "@atlaskit/ds-explorations": "^3.0.0",
27
30
  "@atlaskit/primitives": "^1.6.0",
28
31
  "@atlaskit/theme": "^12.6.0",
29
- "@atlaskit/tokens": "^1.25.0",
32
+ "@atlaskit/tokens": "^1.26.0",
30
33
  "@babel/runtime": "^7.0.0",
31
34
  "@emotion/react": "^11.7.1",
32
35
  "react-transition-group": "^4.4.1"