@atlaskit/empty-state 10.1.6 → 10.1.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.
- package/CHANGELOG.md +6 -6
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/empty-state
|
|
2
2
|
|
|
3
|
+
## 10.1.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 10.1.6
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -668,7 +674,6 @@
|
|
|
668
674
|
work in the shortrun before it's formally removed in the component's next major release.
|
|
669
675
|
|
|
670
676
|
Housekeeping:
|
|
671
|
-
|
|
672
677
|
- Component now uses the new entrypoint format.
|
|
673
678
|
- Prop descriptions have been updated to better describe component behaviors.
|
|
674
679
|
- Small bug fix related to additional props being spread in to some of the component's internals.
|
|
@@ -826,7 +831,6 @@
|
|
|
826
831
|
|
|
827
832
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
828
833
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
829
|
-
|
|
830
834
|
- @atlaskit/docs@8.3.2
|
|
831
835
|
- @atlaskit/visual-regression@0.1.9
|
|
832
836
|
- @atlaskit/button@13.3.7
|
|
@@ -907,7 +911,6 @@
|
|
|
907
911
|
## 5.0.2
|
|
908
912
|
|
|
909
913
|
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
910
|
-
|
|
911
914
|
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
912
915
|
Request #5942 for details
|
|
913
916
|
|
|
@@ -921,7 +924,6 @@
|
|
|
921
924
|
## 5.0.0
|
|
922
925
|
|
|
923
926
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
924
|
-
|
|
925
927
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
926
928
|
this package, please ensure you use at least this version of react and react-dom.
|
|
927
929
|
|
|
@@ -946,7 +948,6 @@
|
|
|
946
948
|
## 4.0.2
|
|
947
949
|
|
|
948
950
|
- [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
|
|
949
|
-
|
|
950
951
|
- Removes duplicate babel-runtime dependency
|
|
951
952
|
|
|
952
953
|
## 4.0.1
|
|
@@ -961,7 +962,6 @@
|
|
|
961
962
|
## 4.0.0
|
|
962
963
|
|
|
963
964
|
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
964
|
-
|
|
965
965
|
- Drop ES5 from all the flow modules
|
|
966
966
|
|
|
967
967
|
### Dropping CJS support in all @atlaskit packages
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/empty-state",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.7",
|
|
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/"
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"@atlaskit/primitives": "^15.0.0",
|
|
30
30
|
"@atlaskit/spinner": "^19.0.0",
|
|
31
31
|
"@atlaskit/theme": "^21.0.0",
|
|
32
|
-
"@atlaskit/tokens": "^
|
|
32
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
33
33
|
"@babel/runtime": "^7.0.0",
|
|
34
|
-
"@compiled/react": "^0.18.
|
|
34
|
+
"@compiled/react": "^0.18.6"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"react": "^18.2.0"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@af/accessibility-testing": "workspace:^",
|
|
41
41
|
"@af/integration-testing": "workspace:^",
|
|
42
42
|
"@af/visual-regression": "workspace:^",
|
|
43
|
-
"@atlaskit/docs": "^11.
|
|
43
|
+
"@atlaskit/docs": "^11.2.0",
|
|
44
44
|
"@atlaskit/ds-lib": "^5.1.0",
|
|
45
45
|
"@atlaskit/link": "^3.2.0",
|
|
46
46
|
"@atlaskit/section-message": "^8.7.0",
|