@atlaskit/badge 16.2.0 → 16.2.2

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 +15 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/badge
2
2
 
3
+ ## 16.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 16.2.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 16.2.0
4
16
 
5
17
  ### Minor Changes
@@ -595,10 +607,9 @@
595
607
 
596
608
  Run `npx @atlaskit/codemod-cli -h` for more details on usage.
597
609
 
598
- For Atlassians,
599
-
600
- refer to the [documentation](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods)
601
- for more details on the codemod CLI.
610
+ For Atlassians, refer to the
611
+ [documentation](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for more
612
+ details on the codemod CLI.
602
613
 
603
614
  ### Minor Changes
604
615
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/badge",
3
- "version": "16.2.0",
3
+ "version": "16.2.2",
4
4
  "description": "A badge is a visual indicator for numeric values such as tallies and scores.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@atlaskit/codemod-utils": "^4.2.0",
43
- "@atlaskit/primitives": "^7.3.0",
43
+ "@atlaskit/primitives": "^9.0.0",
44
44
  "@babel/runtime": "^7.0.0"
45
45
  },
46
46
  "peerDependencies": {