@forge/react 11.3.0-next.0 → 11.3.0-next.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,13 @@
1
1
  # @forge/react
2
2
 
3
+ ## 11.3.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 0371b03: Update type import from @forge/bridge
8
+ - Updated dependencies [8e77d28]
9
+ - @forge/bridge@5.5.0-next.0
10
+
3
11
  ## 11.3.0-next.0
4
12
 
5
13
  ### Minor Changes
@@ -1,3 +1,3 @@
1
- import type { FullContext } from '@forge/bridge/out/types';
1
+ import type { FullContext } from '@forge/bridge';
2
2
  export declare const useProductContext: () => FullContext | undefined;
3
3
  //# sourceMappingURL=useProductContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useProductContext.d.ts","sourceRoot":"","sources":["../../src/hooks/useProductContext.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAG3D,eAAO,MAAM,iBAAiB,+BAa7B,CAAC"}
1
+ {"version":3,"file":"useProductContext.d.ts","sourceRoot":"","sources":["../../src/hooks/useProductContext.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAGjD,eAAO,MAAM,iBAAiB,+BAa7B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "11.3.0-next.0",
3
+ "version": "11.3.0-next.1",
4
4
  "description": "Forge React reconciler",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -28,7 +28,7 @@
28
28
  "@atlaskit/adf-schema": "^48.0.0",
29
29
  "@atlaskit/adf-utils": "^19.19.0",
30
30
  "@atlaskit/forge-react-types": "^0.42.10",
31
- "@forge/bridge": "^5.4.1",
31
+ "@forge/bridge": "^5.5.0-next.0",
32
32
  "@forge/i18n": "0.0.7",
33
33
  "@types/react": "^18.2.64",
34
34
  "@types/react-reconciler": "^0.28.8",