@atlaskit/dynamic-table 18.3.8 → 18.3.9

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/dynamic-table
2
2
 
3
+ ## 18.3.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [`14886457b3a3a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/14886457b3a3a) -
8
+ Suppress i18n violations
9
+
3
10
  ## 18.3.8
4
11
 
5
12
  ### Patch Changes
@@ -72,7 +72,6 @@ var DynamicTable = function DynamicTable(_ref) {
72
72
  paginationi18n = _ref$paginationi18n === void 0 ? {
73
73
  prev: 'Previous Page',
74
74
  next: 'Next Page',
75
- // eslint-disable-next-line @atlassian/i18n/no-literal-string-in-object
76
75
  label: 'Pagination',
77
76
  pageLabel: 'Page'
78
77
  } : _ref$paginationi18n;
@@ -49,7 +49,6 @@ const DynamicTable = ({
49
49
  paginationi18n = {
50
50
  prev: 'Previous Page',
51
51
  next: 'Next Page',
52
- // eslint-disable-next-line @atlassian/i18n/no-literal-string-in-object
53
52
  label: 'Pagination',
54
53
  pageLabel: 'Page'
55
54
  }
@@ -63,7 +63,6 @@ var DynamicTable = function DynamicTable(_ref) {
63
63
  paginationi18n = _ref$paginationi18n === void 0 ? {
64
64
  prev: 'Previous Page',
65
65
  next: 'Next Page',
66
- // eslint-disable-next-line @atlassian/i18n/no-literal-string-in-object
67
66
  label: 'Pagination',
68
67
  pageLabel: 'Page'
69
68
  } : _ref$paginationi18n;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/dynamic-table",
3
- "version": "18.3.8",
3
+ "version": "18.3.9",
4
4
  "description": "A dynamic table displays rows of data with built-in pagination, sorting, and re-ordering functionality.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"