@atlaskit/badge 15.2.7 → 15.3.0

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 +10 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @atlaskit/badge
2
2
 
3
+ ## 15.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#87252](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87252) [`eef585934a84`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eef585934a84) - Add react 18 support
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+
3
13
  ## 15.2.7
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/badge",
3
- "version": "15.2.7",
3
+ "version": "15.3.0",
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/"
@@ -32,7 +32,7 @@
32
32
  "name": "Badge",
33
33
  "category": "Components"
34
34
  },
35
- "runReact18": false
35
+ "runReact18": true
36
36
  },
37
37
  "af:exports": {
38
38
  "./types": "./src/entry-points/types.tsx",
@@ -40,12 +40,12 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@atlaskit/codemod-utils": "^4.2.0",
43
- "@atlaskit/ds-explorations": "^3.3.0",
44
- "@atlaskit/primitives": "^5.1.0",
43
+ "@atlaskit/ds-explorations": "^3.4.0",
44
+ "@atlaskit/primitives": "^5.4.0",
45
45
  "@babel/runtime": "^7.0.0"
46
46
  },
47
47
  "peerDependencies": {
48
- "react": "^16.8.0"
48
+ "react": "^16.8.0 || ^17.0.0 || ~18.2.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@af/accessibility-testing": "*",