@forge/react

11.18.0-next.011.18.0-next.1
+

Added (48 files)

~

Modified (3 files)

Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@forge/react",
-  "version": "11.18.0-next.0",
+  "version": "11.18.0-next.1",
   "description": "Forge React reconciler",
   "author": "Atlassian",
   "license": "SEE LICENSE IN LICENSE.txt",
   "main": "out/index.js",
@@ -25,8 +25,12 @@
     },
     "./global": {
       "types": "./out/components/global/index.d.ts",
       "default": "./out/components/global/index.js"
+    },
+    "./router": {
+      "types": "./out/router/index.d.ts",
+      "default": "./out/router/index.js"
     }
   },
   "dependencies": {
     "@atlaskit/adf-schema": "^48.0.0",
@@ -45,8 +49,9 @@
     "uuid": "^9.0.1"
   },
   "devDependencies": {
     "@testing-library/react-hooks": "^8.0.1",
+    "history": "5.3.0",
     "ts-morph": "^22.0.0",
     "ts-node": "^10.9.2"
   },
   "publishConfig": {
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,6 +1,20 @@
 # @forge/react
 
+## 11.18.0-next.1
+
+### Minor Changes
+
+- 8dc5a0c: Add routing components and hooks for use in full-page apps.
+
+  Added the following:
+
+  - `Router`
+  - `Route`
+  - `useNavigate`
+  - `useLocation`
+  - `useParams`
+
 ## 11.18.0-next.0
 
 ### Minor Changes
File too large for inline diff