@atlaskit/editor-toolbar-model 1.0.9 → 1.0.10

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 +7 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-toolbar-model
2
2
 
3
+ ## 1.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.0.9
4
10
 
5
11
  ### Patch Changes
@@ -23,7 +29,7 @@
23
29
  ### Patch Changes
24
30
 
25
31
  - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
26
- Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
32
+ Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
27
33
  gating.
28
34
  - Updated dependencies
29
35
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "react-compiler": {
4
4
  "enabled": true,
5
5
  "gating": {
6
- "source": "@atlassian/react-compiler-gating",
6
+ "source": "@atlaskit/react-compiler-gating",
7
7
  "importSpecifierName": "isReactCompilerActivePlatform"
8
8
  }
9
9
  },
@@ -20,9 +20,9 @@
20
20
  ],
21
21
  "atlaskit:src": "src/index.ts",
22
22
  "dependencies": {
23
- "@atlaskit/tmp-editor-statsig": "^113.0.0",
23
+ "@atlaskit/react-compiler-gating": "^0.2.0",
24
+ "@atlaskit/tmp-editor-statsig": "^114.0.0",
24
25
  "@atlaskit/tokens": "^15.0.0",
25
- "@atlassian/react-compiler-gating": "^0.2.0",
26
26
  "@babel/runtime": "^7.0.0",
27
27
  "@compiled/react": "^0.20.0"
28
28
  },
@@ -71,7 +71,7 @@
71
71
  }
72
72
  },
73
73
  "name": "@atlaskit/editor-toolbar-model",
74
- "version": "1.0.9",
74
+ "version": "1.0.10",
75
75
  "description": "register and render toolbar component",
76
76
  "author": "Atlassian Pty Ltd",
77
77
  "license": "Apache-2.0",