diff --git a/.changeset/friendly-tips-end.md b/.changeset/friendly-tips-end.md
deleted file mode 100644
index edc00e323..000000000
--- a/.changeset/friendly-tips-end.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@stackflow/plugin-history-sync": patch
----
-
-fix(plugin-history-sync): replace json-cycle with flatted
diff --git a/.changeset/heavy-pumpkins-obey.md b/.changeset/heavy-pumpkins-obey.md
deleted file mode 100644
index b7f15719a..000000000
--- a/.changeset/heavy-pumpkins-obey.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-"@stackflow/plugin-history-sync": minor
-"@stackflow/react": minor
-"@stackflow/link": minor
-"@stackflow/config": minor
-"@stackflow/demo": minor
----
-
-feat: Support `` in Future API
diff --git a/.changeset/perfect-impalas-marry.md b/.changeset/perfect-impalas-marry.md
deleted file mode 100644
index 7baff5d7d..000000000
--- a/.changeset/perfect-impalas-marry.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-"@stackflow/react": minor
-"@stackflow/link": minor
-"@stackflow/config": minor
----
-
-add `config` property in loader args
diff --git a/.changeset/pre.json b/.changeset/pre.json
deleted file mode 100644
index e7ffba226..000000000
--- a/.changeset/pre.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "mode": "exit",
- "tag": "canary",
- "initialVersions": {
- "@stackflow/config": "1.1.0",
- "@stackflow/core": "1.1.0",
- "@stackflow/demo": "1.3.2",
- "@stackflow/docs": "1.2.27",
- "@stackflow/compat-await-push": "1.1.13",
- "@stackflow/link": "1.4.5",
- "@stackflow/plugin-basic-ui": "1.10.0",
- "@stackflow/plugin-devtools": "0.1.11",
- "@stackflow/plugin-google-analytics-4": "1.1.15",
- "@stackflow/plugin-history-sync": "1.6.3",
- "@stackflow/plugin-map-initial-activity": "1.0.11",
- "@stackflow/plugin-preload": "1.4.2",
- "@stackflow/plugin-renderer-basic": "1.1.13",
- "@stackflow/plugin-renderer-web": "1.1.13",
- "@stackflow/plugin-stack-depth-change": "1.1.5",
- "@stackflow/react-ui-core": "1.1.2",
- "@stackflow/react": "1.3.2",
- "@stackflow/esbuild-config": "1.0.3"
- },
- "changesets": [
- "friendly-tips-end"
- ]
-}
diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md
index 49d8aab13..3cc805660 100644
--- a/config/CHANGELOG.md
+++ b/config/CHANGELOG.md
@@ -1,5 +1,12 @@
# @stackflow/config
+## 1.2.0
+
+### Minor Changes
+
+- 7b1780f: feat: Support `` in Future API
+- 412de46: add `config` property in loader args
+
## 1.1.0
### Minor Changes
diff --git a/config/package.json b/config/package.json
index ed992b335..cc517ad61 100644
--- a/config/package.json
+++ b/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@stackflow/config",
- "version": "1.1.0",
+ "version": "1.2.0",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
diff --git a/demo/CHANGELOG.md b/demo/CHANGELOG.md
index db00b6dd6..6eb69d6b1 100644
--- a/demo/CHANGELOG.md
+++ b/demo/CHANGELOG.md
@@ -1,5 +1,22 @@
# @stackflow/demo
+## 1.4.0
+
+### Minor Changes
+
+- 7b1780f: feat: Support `` in Future API
+
+### Patch Changes
+
+- Updated dependencies [dc26742]
+- Updated dependencies [7b1780f]
+- Updated dependencies [412de46]
+ - @stackflow/plugin-history-sync@1.7.0
+ - @stackflow/react@1.4.0
+ - @stackflow/link@1.5.0
+ - @stackflow/config@1.2.0
+ - @stackflow/plugin-preload@1.4.3
+
## 1.3.3-canary.0
### Patch Changes
diff --git a/demo/package.json b/demo/package.json
index bd931d15b..ba15b3c06 100644
--- a/demo/package.json
+++ b/demo/package.json
@@ -1,6 +1,6 @@
{
"name": "@stackflow/demo",
- "version": "1.3.3-canary.0",
+ "version": "1.4.0",
"private": true,
"license": "MIT",
"type": "module",
@@ -33,17 +33,17 @@
"@seed-design/design-token": "^1.0.3",
"@seed-design/stylesheet": "^1.0.4",
"@stackflow/compat-await-push": "^1.1.13",
- "@stackflow/config": "^1.1.0",
+ "@stackflow/config": "^1.2.0",
"@stackflow/core": "^1.1.0",
- "@stackflow/link": "^1.4.6-canary.0",
+ "@stackflow/link": "^1.5.0",
"@stackflow/plugin-basic-ui": "^1.9.2",
"@stackflow/plugin-devtools": "^0.1.11",
- "@stackflow/plugin-history-sync": "^1.6.4-canary.0",
+ "@stackflow/plugin-history-sync": "^1.7.0",
"@stackflow/plugin-map-initial-activity": "^1.0.11",
- "@stackflow/plugin-preload": "^1.4.3-canary.0",
+ "@stackflow/plugin-preload": "^1.4.3",
"@stackflow/plugin-renderer-basic": "^1.1.13",
"@stackflow/plugin-stack-depth-change": "^1.1.5",
- "@stackflow/react": "^1.3.2",
+ "@stackflow/react": "^1.4.0",
"lorem-ipsum": "^2.0.8",
"lz-string": "^1.5.0",
"normalize.css": "^8.0.1",
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index c3605cc1e..590c74e9b 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,5 +1,16 @@
# @stackflow/docs
+## 1.2.28
+
+### Patch Changes
+
+- Updated dependencies [dc26742]
+- Updated dependencies [7b1780f]
+- Updated dependencies [412de46]
+ - @stackflow/plugin-history-sync@1.7.0
+ - @stackflow/react@1.4.0
+ - @stackflow/demo@1.4.0
+
## 1.2.28-canary.0
### Patch Changes
diff --git a/docs/package.json b/docs/package.json
index 26d3f71cd..eed70fdf8 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@stackflow/docs",
- "version": "1.2.28-canary.0",
+ "version": "1.2.28",
"private": true,
"description": "Mobile-first stack navigator framework with Composable Plugin System",
"license": "MIT",
@@ -12,11 +12,11 @@
"dependencies": {
"@mdx-js/react": "^3.0.1",
"@stackflow/core": "^1.1.0",
- "@stackflow/demo": "^1.3.3-canary.0",
+ "@stackflow/demo": "^1.4.0",
"@stackflow/plugin-basic-ui": "^1.9.2",
- "@stackflow/plugin-history-sync": "^1.6.4-canary.0",
+ "@stackflow/plugin-history-sync": "^1.7.0",
"@stackflow/plugin-renderer-basic": "^1.1.13",
- "@stackflow/react": "^1.3.2",
+ "@stackflow/react": "^1.4.0",
"@types/react": "^18.3.3",
"next": "^14.2.4",
"nextra": "^2.13.4",
diff --git a/extensions/link/CHANGELOG.md b/extensions/link/CHANGELOG.md
index 2df7f9857..7070910fb 100644
--- a/extensions/link/CHANGELOG.md
+++ b/extensions/link/CHANGELOG.md
@@ -1,5 +1,12 @@
# @stackflow/link
+## 1.5.0
+
+### Minor Changes
+
+- 7b1780f: feat: Support `` in Future API
+- 412de46: add `config` property in loader args
+
## 1.4.6-canary.0
### Patch Changes
diff --git a/extensions/link/package.json b/extensions/link/package.json
index b00a5b4dc..9374748f0 100644
--- a/extensions/link/package.json
+++ b/extensions/link/package.json
@@ -1,6 +1,6 @@
{
"name": "@stackflow/link",
- "version": "1.4.6-canary.0",
+ "version": "1.5.0",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
@@ -41,12 +41,12 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
- "@stackflow/config": "^1.1.0",
+ "@stackflow/config": "^1.2.0",
"@stackflow/core": "^1.1.0",
"@stackflow/esbuild-config": "^1.0.3",
- "@stackflow/plugin-history-sync": "^1.6.4-canary.0",
- "@stackflow/plugin-preload": "^1.4.3-canary.0",
- "@stackflow/react": "^1.3.2",
+ "@stackflow/plugin-history-sync": "^1.7.0",
+ "@stackflow/plugin-preload": "^1.4.3",
+ "@stackflow/react": "^1.4.0",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"esbuild-plugin-file-path-extensions": "^2.1.3",
diff --git a/extensions/plugin-history-sync/CHANGELOG.md b/extensions/plugin-history-sync/CHANGELOG.md
index a3f2d8e33..dae03d522 100644
--- a/extensions/plugin-history-sync/CHANGELOG.md
+++ b/extensions/plugin-history-sync/CHANGELOG.md
@@ -1,5 +1,15 @@
# @stackflow/plugin-history-sync
+## 1.7.0
+
+### Minor Changes
+
+- 7b1780f: feat: Support `` in Future API
+
+### Patch Changes
+
+- dc26742: fix(plugin-history-sync): replace json-cycle with flatted
+
## 1.6.4-canary.0
### Patch Changes
diff --git a/extensions/plugin-history-sync/package.json b/extensions/plugin-history-sync/package.json
index 66b546e04..a9f7e36ed 100644
--- a/extensions/plugin-history-sync/package.json
+++ b/extensions/plugin-history-sync/package.json
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-history-sync",
- "version": "1.6.4-canary.0",
+ "version": "1.7.0",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
@@ -47,10 +47,10 @@
},
"devDependencies": {
"@graphql-tools/schema": "^10.0.5",
- "@stackflow/config": "^1.1.0",
+ "@stackflow/config": "^1.2.0",
"@stackflow/core": "^1.1.0",
"@stackflow/esbuild-config": "^1.0.3",
- "@stackflow/react": "^1.3.2-canary.0",
+ "@stackflow/react": "^1.4.0",
"@swc/core": "^1.6.6",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
diff --git a/extensions/plugin-preload/CHANGELOG.md b/extensions/plugin-preload/CHANGELOG.md
index 5376daa8e..5dbea0447 100644
--- a/extensions/plugin-preload/CHANGELOG.md
+++ b/extensions/plugin-preload/CHANGELOG.md
@@ -1,5 +1,7 @@
# @stackflow/plugin-preload
+## 1.4.3
+
## 1.4.3-canary.0
### Patch Changes
diff --git a/extensions/plugin-preload/package.json b/extensions/plugin-preload/package.json
index a28f51c01..b0dd566b2 100644
--- a/extensions/plugin-preload/package.json
+++ b/extensions/plugin-preload/package.json
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-preload",
- "version": "1.4.3-canary.0",
+ "version": "1.4.3",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
@@ -33,8 +33,8 @@
"devDependencies": {
"@stackflow/core": "^1.1.0",
"@stackflow/esbuild-config": "^1.0.3",
- "@stackflow/plugin-history-sync": "^1.6.4-canary.0",
- "@stackflow/react": "^1.3.2",
+ "@stackflow/plugin-history-sync": "^1.7.0",
+ "@stackflow/react": "^1.4.0",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"react": "^18.3.1",
diff --git a/integrations/react/CHANGELOG.md b/integrations/react/CHANGELOG.md
index 0985772bf..d67c5847e 100644
--- a/integrations/react/CHANGELOG.md
+++ b/integrations/react/CHANGELOG.md
@@ -1,5 +1,12 @@
# @stackflow/react
+## 1.4.0
+
+### Minor Changes
+
+- 7b1780f: feat: Support `` in Future API
+- 412de46: add `config` property in loader args
+
## 1.3.2
### Patch Changes
diff --git a/integrations/react/package.json b/integrations/react/package.json
index 892d23f0e..fac14688d 100644
--- a/integrations/react/package.json
+++ b/integrations/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@stackflow/react",
- "version": "1.3.2",
+ "version": "1.4.0",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
@@ -46,7 +46,7 @@
"url-pattern": "^1.0.3"
},
"devDependencies": {
- "@stackflow/config": "^1.1.0",
+ "@stackflow/config": "^1.2.0",
"@stackflow/core": "^1.1.0",
"@stackflow/esbuild-config": "^1.0.3",
"@types/react": "^18.3.3",
diff --git a/yarn.lock b/yarn.lock
index add4f498a..a2e21e128 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1987,7 +1987,7 @@ __metadata:
languageName: unknown
linkType: soft
-"@stackflow/config@npm:^1.1.0, @stackflow/config@workspace:config":
+"@stackflow/config@npm:^1.2.0, @stackflow/config@workspace:config":
version: 0.0.0-use.local
resolution: "@stackflow/config@workspace:config"
dependencies:
@@ -2017,25 +2017,25 @@ __metadata:
languageName: unknown
linkType: soft
-"@stackflow/demo@npm:^1.3.3-canary.0, @stackflow/demo@workspace:demo":
+"@stackflow/demo@npm:^1.4.0, @stackflow/demo@workspace:demo":
version: 0.0.0-use.local
resolution: "@stackflow/demo@workspace:demo"
dependencies:
"@seed-design/design-token": "npm:^1.0.3"
"@seed-design/stylesheet": "npm:^1.0.4"
"@stackflow/compat-await-push": "npm:^1.1.13"
- "@stackflow/config": "npm:^1.1.0"
+ "@stackflow/config": "npm:^1.2.0"
"@stackflow/core": "npm:^1.1.0"
"@stackflow/esbuild-config": "npm:^1.0.3"
- "@stackflow/link": "npm:^1.4.6-canary.0"
+ "@stackflow/link": "npm:^1.5.0"
"@stackflow/plugin-basic-ui": "npm:^1.9.2"
"@stackflow/plugin-devtools": "npm:^0.1.11"
- "@stackflow/plugin-history-sync": "npm:^1.6.4-canary.0"
+ "@stackflow/plugin-history-sync": "npm:^1.7.0"
"@stackflow/plugin-map-initial-activity": "npm:^1.0.11"
- "@stackflow/plugin-preload": "npm:^1.4.3-canary.0"
+ "@stackflow/plugin-preload": "npm:^1.4.3"
"@stackflow/plugin-renderer-basic": "npm:^1.1.13"
"@stackflow/plugin-stack-depth-change": "npm:^1.1.5"
- "@stackflow/react": "npm:^1.3.2"
+ "@stackflow/react": "npm:^1.4.0"
"@types/react": "npm:^18.3.3"
"@types/react-dom": "npm:^18.3.0"
"@types/react-lazy-load-image-component": "npm:^1.6.4"
@@ -2064,11 +2064,11 @@ __metadata:
"@mdx-js/react": "npm:^3.0.1"
"@seed-design/stylesheet": "npm:^1.0.4"
"@stackflow/core": "npm:^1.1.0"
- "@stackflow/demo": "npm:^1.3.3-canary.0"
+ "@stackflow/demo": "npm:^1.4.0"
"@stackflow/plugin-basic-ui": "npm:^1.9.2"
- "@stackflow/plugin-history-sync": "npm:^1.6.4-canary.0"
+ "@stackflow/plugin-history-sync": "npm:^1.7.0"
"@stackflow/plugin-renderer-basic": "npm:^1.1.13"
- "@stackflow/react": "npm:^1.3.2"
+ "@stackflow/react": "npm:^1.4.0"
"@types/react": "npm:^18.3.3"
next: "npm:^14.2.4"
nextra: "npm:^2.13.4"
@@ -2088,16 +2088,16 @@ __metadata:
languageName: unknown
linkType: soft
-"@stackflow/link@npm:^1.4.6-canary.0, @stackflow/link@workspace:extensions/link":
+"@stackflow/link@npm:^1.5.0, @stackflow/link@workspace:extensions/link":
version: 0.0.0-use.local
resolution: "@stackflow/link@workspace:extensions/link"
dependencies:
- "@stackflow/config": "npm:^1.1.0"
+ "@stackflow/config": "npm:^1.2.0"
"@stackflow/core": "npm:^1.1.0"
"@stackflow/esbuild-config": "npm:^1.0.3"
- "@stackflow/plugin-history-sync": "npm:^1.6.4-canary.0"
- "@stackflow/plugin-preload": "npm:^1.4.3-canary.0"
- "@stackflow/react": "npm:^1.3.2"
+ "@stackflow/plugin-history-sync": "npm:^1.7.0"
+ "@stackflow/plugin-preload": "npm:^1.4.3"
+ "@stackflow/react": "npm:^1.4.0"
"@types/react": "npm:^18.3.3"
esbuild: "npm:^0.23.0"
esbuild-plugin-file-path-extensions: "npm:^2.1.3"
@@ -2189,15 +2189,15 @@ __metadata:
languageName: unknown
linkType: soft
-"@stackflow/plugin-history-sync@npm:^1.6.4-canary.0, @stackflow/plugin-history-sync@workspace:extensions/plugin-history-sync":
+"@stackflow/plugin-history-sync@npm:^1.7.0, @stackflow/plugin-history-sync@workspace:extensions/plugin-history-sync":
version: 0.0.0-use.local
resolution: "@stackflow/plugin-history-sync@workspace:extensions/plugin-history-sync"
dependencies:
"@graphql-tools/schema": "npm:^10.0.5"
- "@stackflow/config": "npm:^1.1.0"
+ "@stackflow/config": "npm:^1.2.0"
"@stackflow/core": "npm:^1.1.0"
"@stackflow/esbuild-config": "npm:^1.0.3"
- "@stackflow/react": "npm:^1.3.2-canary.0"
+ "@stackflow/react": "npm:^1.4.0"
"@swc/core": "npm:^1.6.6"
"@swc/jest": "npm:^0.2.36"
"@types/jest": "npm:^29.5.12"
@@ -2242,14 +2242,14 @@ __metadata:
languageName: unknown
linkType: soft
-"@stackflow/plugin-preload@npm:^1.4.3-canary.0, @stackflow/plugin-preload@workspace:extensions/plugin-preload":
+"@stackflow/plugin-preload@npm:^1.4.3, @stackflow/plugin-preload@workspace:extensions/plugin-preload":
version: 0.0.0-use.local
resolution: "@stackflow/plugin-preload@workspace:extensions/plugin-preload"
dependencies:
"@stackflow/core": "npm:^1.1.0"
"@stackflow/esbuild-config": "npm:^1.0.3"
- "@stackflow/plugin-history-sync": "npm:^1.6.4-canary.0"
- "@stackflow/react": "npm:^1.3.2"
+ "@stackflow/plugin-history-sync": "npm:^1.7.0"
+ "@stackflow/react": "npm:^1.4.0"
"@types/react": "npm:^18.3.3"
esbuild: "npm:^0.23.0"
react: "npm:^18.3.1"
@@ -2339,11 +2339,11 @@ __metadata:
languageName: unknown
linkType: soft
-"@stackflow/react@npm:^1.3.2, @stackflow/react@npm:^1.3.2-canary.0, @stackflow/react@workspace:integrations/react":
+"@stackflow/react@npm:^1.3.2, @stackflow/react@npm:^1.4.0, @stackflow/react@workspace:integrations/react":
version: 0.0.0-use.local
resolution: "@stackflow/react@workspace:integrations/react"
dependencies:
- "@stackflow/config": "npm:^1.1.0"
+ "@stackflow/config": "npm:^1.2.0"
"@stackflow/core": "npm:^1.1.0"
"@stackflow/esbuild-config": "npm:^1.0.3"
"@types/react": "npm:^18.3.3"