@forge/react 11.16.0-next.0 → 11.16.1-next.0

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,29 @@
1
1
  # @forge/react
2
2
 
3
+ ## 11.16.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @forge/bridge@5.16.2-next.0
8
+
9
+ ## 11.16.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 8379fe9: The following new components have been added:
14
+
15
+ - Bleed
16
+ - Breadcrumbs
17
+ - BreadcrumbsItem
18
+ - Pagination
19
+
20
+ For more details of these changes and new components, view our [component documentation](https://developer.atlassian.com/platform/forge/ui-kit/components/)
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [feeb0ab]
25
+ - @forge/bridge@5.16.1
26
+
3
27
  ## 11.16.0-next.0
4
28
 
5
29
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "11.16.0-next.0",
3
+ "version": "11.16.1-next.0",
4
4
  "description": "Forge React reconciler",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -32,7 +32,7 @@
32
32
  "@atlaskit/adf-schema": "^48.0.0",
33
33
  "@atlaskit/adf-utils": "^19.19.0",
34
34
  "@atlaskit/forge-react-types": "^1.3.0",
35
- "@forge/bridge": "^5.16.1-next.0",
35
+ "@forge/bridge": "^5.16.2-next.0",
36
36
  "@forge/egress": "^2.3.2",
37
37
  "@forge/i18n": "0.0.7",
38
38
  "@types/react": "^18.2.64",