@atlaskit/progress-tracker 10.3.6 → 10.3.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 +12 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/progress-tracker
2
2
 
3
+ ## 10.3.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 10.3.7
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 10.3.6
4
16
 
5
17
  ### Patch Changes
@@ -880,7 +892,6 @@
880
892
 
881
893
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
882
894
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
883
-
884
895
  - @atlaskit/docs@8.3.2
885
896
  - @atlaskit/visual-regression@0.1.9
886
897
  - @atlaskit/button@13.3.7
@@ -1015,7 +1026,6 @@
1015
1026
  ## 6.0.0
1016
1027
 
1017
1028
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1018
-
1019
1029
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1020
1030
  this package, please ensure you use at least this version of react and react-dom.
1021
1031
 
@@ -1029,13 +1039,11 @@
1029
1039
  ## 5.0.1
1030
1040
 
1031
1041
  - [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
1032
-
1033
1042
  - Removes duplicate babel-runtime dependency
1034
1043
 
1035
1044
  ## 5.0.0
1036
1045
 
1037
1046
  - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1038
-
1039
1047
  - Drop ES5 from all the flow modules
1040
1048
 
1041
1049
  ### 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.8",
4
4
  "description": "A progress tracker displays the steps and progress through a journey.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,11 +25,11 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@atlaskit/css": "^0.15.0",
28
- "@atlaskit/primitives": "^15.0.0",
28
+ "@atlaskit/primitives": "^16.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",