@atlaskit/editor-tables 3.0.29 → 3.0.31

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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/editor-tables
2
2
 
3
+ ## 3.0.31
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 3.0.30
10
+
11
+ ### Patch Changes
12
+
13
+ - [`2e35052e8fe41`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2e35052e8fe41) -
14
+ Remove the temporary experiment mock after the drag-and-drop multiselect cleanup.
15
+ - Updated dependencies
16
+
3
17
  ## 3.0.29
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-tables",
3
- "version": "3.0.29",
3
+ "version": "3.0.31",
4
4
  "description": "A package that contains common classes and utility functions for editor tables",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@atlaskit/editor-prosemirror": "^8.0.0",
23
23
  "@atlaskit/platform-feature-flags": "^2.1.0",
24
- "@atlaskit/tmp-editor-statsig": "^132.0.0",
24
+ "@atlaskit/tmp-editor-statsig": "^133.0.0",
25
25
  "@babel/runtime": "^7.0.0"
26
26
  },
27
27
  "devDependencies": {