@atlaskit/editor-palette 2.1.3 → 2.1.4

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,11 @@
1
1
  # @atlaskit/editor-palette
2
2
 
3
+ ## 2.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 2.1.3
4
10
 
5
11
  ### Patch Changes
package/docs/0-intro.tsx CHANGED
@@ -51,6 +51,7 @@ ${
51
51
  <p>
52
52
  The exact output of this function is an implementation detail only and should only be used
53
53
  when rendering content to the user, on a client with a matching major version of{' '}
54
+ {/* eslint-disable-next-line @atlaskit/design-system/no-html-code */}
54
55
  <code>@atlaskit/tokens</code>.
55
56
  </p>
56
57
  <ul>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-palette",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "The editor palette",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -33,8 +33,8 @@
33
33
  ".": "./src/index.ts"
34
34
  },
35
35
  "dependencies": {
36
- "@atlaskit/tmp-editor-statsig": "^5.7.0",
37
- "@atlaskit/tokens": "^5.0.0",
36
+ "@atlaskit/tmp-editor-statsig": "^6.0.0",
37
+ "@atlaskit/tokens": "^5.1.0",
38
38
  "@babel/runtime": "^7.0.0"
39
39
  },
40
40
  "devDependencies": {