@atlaskit/table 1.0.0 → 1.0.1

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,14 @@
1
1
  # @atlaskit/table
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
8
+ Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
9
+ gating.
10
+ - Updated dependencies
11
+
3
12
  ## 1.0.0
4
13
 
5
14
  ### Major Changes
@@ -2,11 +2,10 @@ import React, { type FC, type ReactNode } from 'react';
2
2
  import { type SelectableActions, type SelectableState } from './use-selectable';
3
3
  type SelectionContext = [
4
4
  SelectableState,
5
- (
6
5
  /**
7
6
  * Context actions will be undefined without a `SelectionProvider` mounted.
8
7
  */
9
- SelectableActions | Partial<SelectableActions>)
8
+ SelectableActions | Partial<SelectableActions>
10
9
  ];
11
10
  declare const SelectionContext: React.Context<SelectionContext>;
12
11
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/table",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A table is used to display data.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -36,15 +36,16 @@
36
36
  ],
37
37
  "atlaskit:src": "src/index.tsx",
38
38
  "dependencies": {
39
- "@atlaskit/button": "^24.0.0",
39
+ "@atlaskit/button": "^24.1.0",
40
40
  "@atlaskit/checkbox": "^18.0.0",
41
41
  "@atlaskit/css": "^1.0.0",
42
42
  "@atlaskit/ds-lib": "^8.0.0",
43
43
  "@atlaskit/icon": "^36.0.0",
44
44
  "@atlaskit/primitives": "^20.0.0",
45
- "@atlaskit/tokens": "^14.0.0",
45
+ "@atlaskit/tokens": "^15.0.0",
46
46
  "@atlaskit/tooltip": "^23.0.0",
47
47
  "@atlaskit/visually-hidden": "^4.0.0",
48
+ "@atlassian/react-compiler-gating": "^0.2.0",
48
49
  "@babel/runtime": "^7.0.0",
49
50
  "@compiled/react": "^0.20.0",
50
51
  "tiny-invariant": "^1.2.0"
@@ -60,8 +61,7 @@
60
61
  "@atlaskit/docs": "^12.0.0",
61
62
  "@atlaskit/dynamic-table": "^19.0.0",
62
63
  "@atlaskit/lozenge": "^14.0.0",
63
- "@atlaskit/section-message": "^9.0.0",
64
- "@atlassian/react-compiler-gating": "workspace:^",
64
+ "@atlaskit/section-message": "^9.1.0",
65
65
  "@atlassian/ssr-tests": "workspace:^",
66
66
  "@testing-library/react": "^16.3.0",
67
67
  "raw-loader": "^0.5.1",