@atlaskit/progress-tracker 10.3.6 → 10.3.7

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 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/progress-tracker
2
2
 
3
+ ## 10.3.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 10.3.6
4
10
 
5
11
  ### Patch Changes
@@ -880,7 +886,6 @@
880
886
 
881
887
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
882
888
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
883
-
884
889
  - @atlaskit/docs@8.3.2
885
890
  - @atlaskit/visual-regression@0.1.9
886
891
  - @atlaskit/button@13.3.7
@@ -1015,7 +1020,6 @@
1015
1020
  ## 6.0.0
1016
1021
 
1017
1022
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1018
-
1019
1023
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1020
1024
  this package, please ensure you use at least this version of react and react-dom.
1021
1025
 
@@ -1029,13 +1033,11 @@
1029
1033
  ## 5.0.1
1030
1034
 
1031
1035
  - [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
1032
-
1033
1036
  - Removes duplicate babel-runtime dependency
1034
1037
 
1035
1038
  ## 5.0.0
1036
1039
 
1037
1040
  - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1038
-
1039
1041
  - Drop ES5 from all the flow modules
1040
1042
 
1041
1043
  ### Dropping CJS support in all @atlaskit packages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-tracker",
3
- "version": "10.3.6",
3
+ "version": "10.3.7",
4
4
  "description": "A progress tracker displays the steps and progress through a journey.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -27,9 +27,9 @@
27
27
  "@atlaskit/css": "^0.15.0",
28
28
  "@atlaskit/primitives": "^15.0.0",
29
29
  "@atlaskit/theme": "^21.0.0",
30
- "@atlaskit/tokens": "^6.5.0",
30
+ "@atlaskit/tokens": "^7.0.0",
31
31
  "@babel/runtime": "^7.0.0",
32
- "@compiled/react": "^0.18.3",
32
+ "@compiled/react": "^0.18.6",
33
33
  "react-transition-group": "^4.4.1"
34
34
  },
35
35
  "peerDependencies": {
@@ -40,7 +40,7 @@
40
40
  "@af/integration-testing": "workspace:^",
41
41
  "@af/visual-regression": "workspace:^",
42
42
  "@atlaskit/button": "^23.5.0",
43
- "@atlaskit/docs": "^11.1.0",
43
+ "@atlaskit/docs": "^11.2.0",
44
44
  "@atlaskit/ds-lib": "^5.1.0",
45
45
  "@atlaskit/icon": "^28.5.0",
46
46
  "@atlaskit/link": "^3.2.0",