@atlaskit/empty-state 8.2.2 → 8.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 +12 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/empty-state
2
2
 
3
+ ## 8.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#116138](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/116138)
8
+ [`b50c5d5d65ae2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b50c5d5d65ae2) -
9
+ Bump to the latest version of @compiled/react
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 8.2.2
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/empty-state",
3
- "version": "8.2.2",
3
+ "version": "8.3.0",
4
4
  "description": "An empty state appears when there is no data to display and describes what the user can do next.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -26,13 +26,13 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@atlaskit/button": "^20.5.0",
29
- "@atlaskit/heading": "^4.1.0",
30
- "@atlaskit/primitives": "^13.5.0",
31
- "@atlaskit/spinner": "^17.1.0",
29
+ "@atlaskit/heading": "^4.3.0",
30
+ "@atlaskit/primitives": "^13.6.0",
31
+ "@atlaskit/spinner": "^17.2.0",
32
32
  "@atlaskit/theme": "^16.0.0",
33
33
  "@atlaskit/tokens": "^3.3.0",
34
34
  "@babel/runtime": "^7.0.0",
35
- "@compiled/react": "^0.18.1"
35
+ "@compiled/react": "^0.18.2"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0"