From 67598287ce21f77496ff443573fe0ab26d054342 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 22:46:41 +0900 Subject: [PATCH] Version Packages (#431) Co-authored-by: github-actions[bot] Co-authored-by: JH.Lee --- .changeset/dull-eyes-love.md | 5 - .changeset/pre.json | 26 --- .changeset/sharp-files-leave.md | 21 -- core/CHANGELOG.md | 7 + core/package.json | 6 +- demo/CHANGELOG.md | 20 ++ demo/package.json | 28 +-- docs/CHANGELOG.md | 14 ++ docs/package.json | 16 +- extensions/compat-await-push/CHANGELOG.md | 10 + extensions/compat-await-push/package.json | 14 +- extensions/link/CHANGELOG.md | 12 + extensions/link/package.json | 22 +- extensions/plugin-basic-ui/CHANGELOG.md | 9 + extensions/plugin-basic-ui/package.json | 14 +- extensions/plugin-devtools/CHANGELOG.md | 9 + extensions/plugin-devtools/package.json | 10 +- .../plugin-google-analytics-4/CHANGELOG.md | 10 + .../plugin-google-analytics-4/package.json | 14 +- extensions/plugin-history-sync/CHANGELOG.md | 10 + extensions/plugin-history-sync/package.json | 14 +- .../plugin-map-initial-activity/CHANGELOG.md | 10 + .../plugin-map-initial-activity/package.json | 14 +- extensions/plugin-preload/CHANGELOG.md | 11 + extensions/plugin-preload/package.json | 16 +- extensions/plugin-renderer-basic/CHANGELOG.md | 10 + extensions/plugin-renderer-basic/package.json | 14 +- extensions/plugin-renderer-web/CHANGELOG.md | 10 + extensions/plugin-renderer-web/package.json | 14 +- .../plugin-stack-depth-change/CHANGELOG.md | 12 + .../plugin-stack-depth-change/package.json | 10 +- integrations/react/CHANGELOG.md | 9 + integrations/react/package.json | 10 +- packages/esbuild-config/CHANGELOG.md | 7 + packages/esbuild-config/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 7 + packages/eslint-config/package.json | 2 +- yarn.lock | 214 +++++++++--------- 38 files changed, 394 insertions(+), 269 deletions(-) delete mode 100644 .changeset/dull-eyes-love.md delete mode 100644 .changeset/pre.json delete mode 100644 .changeset/sharp-files-leave.md create mode 100644 core/CHANGELOG.md create mode 100644 extensions/compat-await-push/CHANGELOG.md create mode 100644 extensions/link/CHANGELOG.md create mode 100644 extensions/plugin-devtools/CHANGELOG.md create mode 100644 extensions/plugin-google-analytics-4/CHANGELOG.md create mode 100644 extensions/plugin-history-sync/CHANGELOG.md create mode 100644 extensions/plugin-map-initial-activity/CHANGELOG.md create mode 100644 extensions/plugin-preload/CHANGELOG.md create mode 100644 extensions/plugin-renderer-basic/CHANGELOG.md create mode 100644 extensions/plugin-renderer-web/CHANGELOG.md create mode 100644 integrations/react/CHANGELOG.md create mode 100644 packages/esbuild-config/CHANGELOG.md create mode 100644 packages/eslint-config/CHANGELOG.md diff --git a/.changeset/dull-eyes-love.md b/.changeset/dull-eyes-love.md deleted file mode 100644 index c6c653e50..000000000 --- a/.changeset/dull-eyes-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stackflow/plugin-stack-depth-change": minor ---- - -feat(plugin-stack-depth-change): invoke callback only when depth level has changed diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 708ff9b6a..000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "mode": "exit", - "tag": "canary", - "initialVersions": { - "@stackflow/core": "1.0.8", - "@stackflow/demo": "1.2.17", - "@stackflow/docs": "1.2.18", - "@stackflow/compat-await-push": "1.1.5", - "@stackflow/link": "1.3.14", - "@stackflow/plugin-basic-ui": "1.4.1", - "@stackflow/plugin-devtools": "0.1.6", - "@stackflow/plugin-google-analytics-4": "1.1.7", - "@stackflow/plugin-history-sync": "1.3.13", - "@stackflow/plugin-map-initial-activity": "1.0.3", - "@stackflow/plugin-preload": "1.2.13", - "@stackflow/plugin-renderer-basic": "1.1.5", - "@stackflow/plugin-renderer-web": "1.1.5", - "@stackflow/plugin-stack-depth-change": "1.0.9", - "@stackflow/react": "1.1.5", - "@stackflow/esbuild-config": "1.0.0", - "@stackflow/eslint-config": "1.0.1" - }, - "changesets": [ - "dull-eyes-love" - ] -} diff --git a/.changeset/sharp-files-leave.md b/.changeset/sharp-files-leave.md deleted file mode 100644 index d44900250..000000000 --- a/.changeset/sharp-files-leave.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -"@stackflow/core": patch -"@stackflow/demo": patch -"@stackflow/docs": patch -"@stackflow/compat-await-push": patch -"@stackflow/link": patch -"@stackflow/plugin-basic-ui": patch -"@stackflow/plugin-devtools": patch -"@stackflow/plugin-google-analytics-4": patch -"@stackflow/plugin-history-sync": patch -"@stackflow/plugin-map-initial-activity": patch -"@stackflow/plugin-preload": patch -"@stackflow/plugin-renderer-basic": patch -"@stackflow/plugin-renderer-web": patch -"@stackflow/plugin-stack-depth-change": patch -"@stackflow/react": patch -"@stackflow/esbuild-config": patch -"@stackflow/eslint-config": patch ---- - -chore: apply new release system diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md new file mode 100644 index 000000000..444e62a13 --- /dev/null +++ b/core/CHANGELOG.md @@ -0,0 +1,7 @@ +# @stackflow/core + +## 1.0.9 + +### Patch Changes + +- e4c49cdc: chore: apply new release system diff --git a/core/package.json b/core/package.json index 491463667..470867ee3 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/core", - "version": "1.0.8", + "version": "1.0.9", "license": "MIT", "exports": { ".": { @@ -39,8 +39,8 @@ "react-fast-compare": "^3.2.0" }, "devDependencies": { - "@stackflow/esbuild-config": "^1.0.0", - "@stackflow/eslint-config": "^1.0.1", + "@stackflow/esbuild-config": "^1.0.1", + "@stackflow/eslint-config": "^1.0.2", "@swc/core": "^1.2.182", "@swc/jest": "^0.2.21", "@types/jest": "^28.1.6", diff --git a/demo/CHANGELOG.md b/demo/CHANGELOG.md index 96b559008..70ecbfcd9 100644 --- a/demo/CHANGELOG.md +++ b/demo/CHANGELOG.md @@ -1,5 +1,25 @@ # @stackflow/demo +## 1.2.18 + +### Patch Changes + +- e4c49cdc: chore: apply new release system +- Updated dependencies [a2ecfaf4] +- Updated dependencies [e4c49cdc] + - @stackflow/plugin-stack-depth-change@1.1.0 + - @stackflow/core@1.0.9 + - @stackflow/compat-await-push@1.1.6 + - @stackflow/link@1.3.15 + - @stackflow/plugin-basic-ui@1.4.2 + - @stackflow/plugin-devtools@0.1.7 + - @stackflow/plugin-history-sync@1.3.14 + - @stackflow/plugin-map-initial-activity@1.0.4 + - @stackflow/plugin-preload@1.2.14 + - @stackflow/plugin-renderer-basic@1.1.6 + - @stackflow/react@1.1.6 + - @stackflow/eslint-config@1.0.2 + ## 1.2.18-canary.0 ### Patch Changes diff --git a/demo/package.json b/demo/package.json index 0e57fcffe..b5d981630 100644 --- a/demo/package.json +++ b/demo/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/demo", - "version": "1.2.18-canary.0", + "version": "1.2.18", "private": true, "license": "MIT", "exports": { @@ -31,18 +31,18 @@ "dependencies": { "@seed-design/design-token": "^1.0.0-alpha.0", "@seed-design/stylesheet": "^1.0.0-alpha.0", - "@stackflow/compat-await-push": "^1.1.5", - "@stackflow/core": "^1.0.8", - "@stackflow/eslint-config": "^1.0.1", - "@stackflow/link": "^1.3.14", - "@stackflow/plugin-basic-ui": "^1.4.0", - "@stackflow/plugin-devtools": "^0.1.6", - "@stackflow/plugin-history-sync": "^1.3.13", - "@stackflow/plugin-map-initial-activity": "^1.0.3", - "@stackflow/plugin-preload": "^1.2.13", - "@stackflow/plugin-renderer-basic": "^1.1.5", - "@stackflow/plugin-stack-depth-change": "^1.1.0-canary.0", - "@stackflow/react": "^1.1.5", + "@stackflow/compat-await-push": "^1.1.6", + "@stackflow/core": "^1.0.9", + "@stackflow/eslint-config": "^1.0.2", + "@stackflow/link": "^1.3.15", + "@stackflow/plugin-basic-ui": "^1.4.2", + "@stackflow/plugin-devtools": "^0.1.7", + "@stackflow/plugin-history-sync": "^1.3.14", + "@stackflow/plugin-map-initial-activity": "^1.0.4", + "@stackflow/plugin-preload": "^1.2.14", + "@stackflow/plugin-renderer-basic": "^1.1.6", + "@stackflow/plugin-stack-depth-change": "^1.1.0", + "@stackflow/react": "^1.1.6", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", "eslint": "^8.13.0", @@ -64,7 +64,7 @@ "vite": "^4.1.1" }, "devDependencies": { - "@stackflow/esbuild-config": "^1.0.0", + "@stackflow/esbuild-config": "^1.0.1", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", "@types/react-lazy-load-image-component": "^1.5.2", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b5f54ec03..6218137c5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,19 @@ # @stackflow/docs +## 1.2.19 + +### Patch Changes + +- e4c49cdc: chore: apply new release system +- Updated dependencies [e4c49cdc] + - @stackflow/core@1.0.9 + - @stackflow/demo@1.2.18 + - @stackflow/plugin-basic-ui@1.4.2 + - @stackflow/plugin-history-sync@1.3.14 + - @stackflow/plugin-renderer-basic@1.1.6 + - @stackflow/react@1.1.6 + - @stackflow/eslint-config@1.0.2 + ## 1.2.19-canary.0 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index c4220cfd2..d8d9bbb43 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/docs", - "version": "1.2.19-canary.0", + "version": "1.2.19", "private": true, "description": "Mobile-first stack navigator framework with Composable Plugin System", "license": "MIT", @@ -11,13 +11,13 @@ }, "dependencies": { "@mdx-js/react": "^2.1.1", - "@stackflow/core": "^1.0.8", - "@stackflow/demo": "^1.2.18-canary.0", - "@stackflow/eslint-config": "^1.0.1", - "@stackflow/plugin-basic-ui": "^1.4.0", - "@stackflow/plugin-history-sync": "^1.3.13", - "@stackflow/plugin-renderer-basic": "^1.1.5", - "@stackflow/react": "^1.1.5", + "@stackflow/core": "^1.0.9", + "@stackflow/demo": "^1.2.18", + "@stackflow/eslint-config": "^1.0.2", + "@stackflow/plugin-basic-ui": "^1.4.2", + "@stackflow/plugin-history-sync": "^1.3.14", + "@stackflow/plugin-renderer-basic": "^1.1.6", + "@stackflow/react": "^1.1.6", "@types/react": "^18.0.15", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", diff --git a/extensions/compat-await-push/CHANGELOG.md b/extensions/compat-await-push/CHANGELOG.md new file mode 100644 index 000000000..6160fbc3c --- /dev/null +++ b/extensions/compat-await-push/CHANGELOG.md @@ -0,0 +1,10 @@ +# @stackflow/compat-await-push + +## 1.1.6 + +### Patch Changes + +- e4c49cdc: chore: apply new release system +- Updated dependencies [e4c49cdc] + - @stackflow/core@1.0.9 + - @stackflow/react@1.1.6 diff --git a/extensions/compat-await-push/package.json b/extensions/compat-await-push/package.json index 5587acc66..deb543ec4 100644 --- a/extensions/compat-await-push/package.json +++ b/extensions/compat-await-push/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/compat-await-push", - "version": "1.1.5", + "version": "1.1.6", "license": "MIT", "exports": { ".": { @@ -26,10 +26,10 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@stackflow/core": "^1.0.8", - "@stackflow/esbuild-config": "^1.0.0", - "@stackflow/eslint-config": "^1.0.1", - "@stackflow/react": "^1.1.5", + "@stackflow/core": "^1.0.9", + "@stackflow/esbuild-config": "^1.0.1", + "@stackflow/eslint-config": "^1.0.2", + "@stackflow/react": "^1.1.6", "@types/react": "^18.0.10", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", @@ -45,8 +45,8 @@ "typescript": "^4.7.4" }, "peerDependencies": { - "@stackflow/core": "^1.0.0", - "@stackflow/react": "^1.0.0", + "@stackflow/core": "^1.0.9", + "@stackflow/react": "^1.1.6", "@types/react": ">=16.8.0", "react": ">=16.8.0" }, diff --git a/extensions/link/CHANGELOG.md b/extensions/link/CHANGELOG.md new file mode 100644 index 000000000..9c2edbd85 --- /dev/null +++ b/extensions/link/CHANGELOG.md @@ -0,0 +1,12 @@ +# @stackflow/link + +## 1.3.15 + +### Patch Changes + +- e4c49cdc: chore: apply new release system +- Updated dependencies [e4c49cdc] + - @stackflow/core@1.0.9 + - @stackflow/plugin-history-sync@1.3.14 + - @stackflow/plugin-preload@1.2.14 + - @stackflow/react@1.1.6 diff --git a/extensions/link/package.json b/extensions/link/package.json index 5eef2054e..a2b255653 100644 --- a/extensions/link/package.json +++ b/extensions/link/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/link", - "version": "1.3.14", + "version": "1.3.15", "license": "MIT", "exports": { ".": { @@ -26,12 +26,12 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@stackflow/core": "^1.0.8", - "@stackflow/esbuild-config": "^1.0.0", - "@stackflow/eslint-config": "^1.0.1", - "@stackflow/plugin-history-sync": "^1.3.13", - "@stackflow/plugin-preload": "^1.2.13", - "@stackflow/react": "^1.1.5", + "@stackflow/core": "^1.0.9", + "@stackflow/esbuild-config": "^1.0.1", + "@stackflow/eslint-config": "^1.0.2", + "@stackflow/plugin-history-sync": "^1.3.14", + "@stackflow/plugin-preload": "^1.2.14", + "@stackflow/react": "^1.1.6", "@types/react": "^18.0.10", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", @@ -50,10 +50,10 @@ "typescript": "^4.7.4" }, "peerDependencies": { - "@stackflow/core": "^1.0.0", - "@stackflow/plugin-history-sync": "^1.0.0", - "@stackflow/plugin-preload": "^1.0.0", - "@stackflow/react": "^1.0.0", + "@stackflow/core": "^1.0.9", + "@stackflow/plugin-history-sync": "^1.3.14", + "@stackflow/plugin-preload": "^1.2.14", + "@stackflow/react": "^1.1.6", "@types/react": ">=16.8.0", "react": ">=16.8.0" }, diff --git a/extensions/plugin-basic-ui/CHANGELOG.md b/extensions/plugin-basic-ui/CHANGELOG.md index 2b7b0a73a..a906da8a7 100644 --- a/extensions/plugin-basic-ui/CHANGELOG.md +++ b/extensions/plugin-basic-ui/CHANGELOG.md @@ -1,5 +1,14 @@ # @stackflow/plugin-basic-ui +## 1.4.2 + +### Patch Changes + +- e4c49cdc: chore: apply new release system +- Updated dependencies [e4c49cdc] + - @stackflow/core@1.0.9 + - @stackflow/react@1.1.6 + ## 1.4.1 ### Patch Changes diff --git a/extensions/plugin-basic-ui/package.json b/extensions/plugin-basic-ui/package.json index eaa39d6e6..cc3ea173b 100644 --- a/extensions/plugin-basic-ui/package.json +++ b/extensions/plugin-basic-ui/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/plugin-basic-ui", - "version": "1.4.1", + "version": "1.4.2", "license": "MIT", "exports": { ".": { @@ -34,10 +34,10 @@ "ts-pattern": "^4.0.5" }, "devDependencies": { - "@stackflow/core": "^1.0.8", - "@stackflow/esbuild-config": "^1.0.0", - "@stackflow/eslint-config": "^1.0.1", - "@stackflow/react": "^1.1.5", + "@stackflow/core": "^1.0.9", + "@stackflow/esbuild-config": "^1.0.1", + "@stackflow/eslint-config": "^1.0.2", + "@stackflow/react": "^1.1.6", "@types/react": "^18.0.10", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", @@ -56,8 +56,8 @@ "typescript": "^4.7.4" }, "peerDependencies": { - "@stackflow/core": "^1.0.0", - "@stackflow/react": "^1.0.0", + "@stackflow/core": "^1.0.9", + "@stackflow/react": "^1.1.6", "@types/react": ">=16.8.0", "react": ">=16.8.0" }, diff --git a/extensions/plugin-devtools/CHANGELOG.md b/extensions/plugin-devtools/CHANGELOG.md new file mode 100644 index 000000000..88fef5ba5 --- /dev/null +++ b/extensions/plugin-devtools/CHANGELOG.md @@ -0,0 +1,9 @@ +# @stackflow/plugin-devtools + +## 0.1.7 + +### Patch Changes + +- e4c49cdc: chore: apply new release system +- Updated dependencies [e4c49cdc] + - @stackflow/core@1.0.9 diff --git a/extensions/plugin-devtools/package.json b/extensions/plugin-devtools/package.json index 75b1c907a..7a7dc2977 100644 --- a/extensions/plugin-devtools/package.json +++ b/extensions/plugin-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/plugin-devtools", - "version": "0.1.6", + "version": "0.1.7", "license": "MIT", "exports": { ".": { @@ -25,9 +25,9 @@ "dev": "yarn build:js --watch && yarn build:dts --watch" }, "devDependencies": { - "@stackflow/core": "^1.0.8", - "@stackflow/esbuild-config": "^1.0.0", - "@stackflow/eslint-config": "^1.0.1", + "@stackflow/core": "^1.0.9", + "@stackflow/esbuild-config": "^1.0.1", + "@stackflow/eslint-config": "^1.0.2", "@types/node": "^18.6.3", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", @@ -45,7 +45,7 @@ "typescript": "^4.7.4" }, "peerDependencies": { - "@stackflow/core": "^1.0.0" + "@stackflow/core": "^1.0.9" }, "publishConfig": { "access": "public" diff --git a/extensions/plugin-google-analytics-4/CHANGELOG.md b/extensions/plugin-google-analytics-4/CHANGELOG.md new file mode 100644 index 000000000..92b1ef281 --- /dev/null +++ b/extensions/plugin-google-analytics-4/CHANGELOG.md @@ -0,0 +1,10 @@ +# @stackflow/plugin-google-analytics-4 + +## 1.1.8 + +### Patch Changes + +- e4c49cdc: chore: apply new release system +- Updated dependencies [e4c49cdc] + - @stackflow/core@1.0.9 + - @stackflow/react@1.1.6 diff --git a/extensions/plugin-google-analytics-4/package.json b/extensions/plugin-google-analytics-4/package.json index 0c844d97e..999e62747 100644 --- a/extensions/plugin-google-analytics-4/package.json +++ b/extensions/plugin-google-analytics-4/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/plugin-google-analytics-4", - "version": "1.1.7", + "version": "1.1.8", "license": "MIT", "author": "Aaron K ", "exports": { @@ -30,10 +30,10 @@ "react-ga4": "^1.4.1" }, "devDependencies": { - "@stackflow/core": "^1.0.8", - "@stackflow/esbuild-config": "^1.0.0", - "@stackflow/eslint-config": "^1.0.1", - "@stackflow/react": "^1.1.5", + "@stackflow/core": "^1.0.9", + "@stackflow/esbuild-config": "^1.0.1", + "@stackflow/eslint-config": "^1.0.2", + "@stackflow/react": "^1.1.6", "@types/react": "^18.0.10", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", @@ -52,8 +52,8 @@ "typescript": "^4.7.4" }, "peerDependencies": { - "@stackflow/core": "^1.0.0", - "@stackflow/react": "^1.0.0", + "@stackflow/core": "^1.0.9", + "@stackflow/react": "^1.1.6", "@types/react": ">=16.8.0", "react": ">=16.8.0" }, diff --git a/extensions/plugin-history-sync/CHANGELOG.md b/extensions/plugin-history-sync/CHANGELOG.md new file mode 100644 index 000000000..b5e3e5c3b --- /dev/null +++ b/extensions/plugin-history-sync/CHANGELOG.md @@ -0,0 +1,10 @@ +# @stackflow/plugin-history-sync + +## 1.3.14 + +### Patch Changes + +- e4c49cdc: chore: apply new release system +- Updated dependencies [e4c49cdc] + - @stackflow/core@1.0.9 + - @stackflow/react@1.1.6 diff --git a/extensions/plugin-history-sync/package.json b/extensions/plugin-history-sync/package.json index def7c55a5..424b4128f 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.3.13", + "version": "1.3.14", "license": "MIT", "exports": { ".": { @@ -40,10 +40,10 @@ "url-pattern": "^1.0.3" }, "devDependencies": { - "@stackflow/core": "^1.0.8", - "@stackflow/esbuild-config": "^1.0.0", - "@stackflow/eslint-config": "^1.0.1", - "@stackflow/react": "^1.1.5", + "@stackflow/core": "^1.0.9", + "@stackflow/esbuild-config": "^1.0.1", + "@stackflow/eslint-config": "^1.0.2", + "@stackflow/react": "^1.1.6", "@swc/core": "^1.3.35", "@swc/jest": "^0.2.24", "@types/jest": "^29.4.0", @@ -67,8 +67,8 @@ "typescript": "^4.7.4" }, "peerDependencies": { - "@stackflow/core": "^1.0.0", - "@stackflow/react": "^1.0.0", + "@stackflow/core": "^1.0.9", + "@stackflow/react": "^1.1.6", "@types/react": ">=16.8.0", "react": ">=16.8.0" }, diff --git a/extensions/plugin-map-initial-activity/CHANGELOG.md b/extensions/plugin-map-initial-activity/CHANGELOG.md new file mode 100644 index 000000000..be65d824a --- /dev/null +++ b/extensions/plugin-map-initial-activity/CHANGELOG.md @@ -0,0 +1,10 @@ +# @stackflow/plugin-map-initial-activity + +## 1.0.4 + +### Patch Changes + +- e4c49cdc: chore: apply new release system +- Updated dependencies [e4c49cdc] + - @stackflow/core@1.0.9 + - @stackflow/react@1.1.6 diff --git a/extensions/plugin-map-initial-activity/package.json b/extensions/plugin-map-initial-activity/package.json index 06b6118b2..0286b8ba4 100644 --- a/extensions/plugin-map-initial-activity/package.json +++ b/extensions/plugin-map-initial-activity/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/plugin-map-initial-activity", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "exports": { ".": { @@ -26,10 +26,10 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@stackflow/core": "^1.0.8", - "@stackflow/esbuild-config": "^1.0.0", - "@stackflow/eslint-config": "^1.0.1", - "@stackflow/react": "^1.1.5", + "@stackflow/core": "^1.0.9", + "@stackflow/esbuild-config": "^1.0.1", + "@stackflow/eslint-config": "^1.0.2", + "@stackflow/react": "^1.1.6", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", "esbuild": "^0.14.51", @@ -43,8 +43,8 @@ "typescript": "^4.7.4" }, "peerDependencies": { - "@stackflow/core": "^1.0.0", - "@stackflow/react": "^1.0.0" + "@stackflow/core": "^1.0.9", + "@stackflow/react": "^1.1.6" }, "publishConfig": { "access": "public" diff --git a/extensions/plugin-preload/CHANGELOG.md b/extensions/plugin-preload/CHANGELOG.md new file mode 100644 index 000000000..50d485ff5 --- /dev/null +++ b/extensions/plugin-preload/CHANGELOG.md @@ -0,0 +1,11 @@ +# @stackflow/plugin-preload + +## 1.2.14 + +### Patch Changes + +- e4c49cdc: chore: apply new release system +- Updated dependencies [e4c49cdc] + - @stackflow/core@1.0.9 + - @stackflow/plugin-history-sync@1.3.14 + - @stackflow/react@1.1.6 diff --git a/extensions/plugin-preload/package.json b/extensions/plugin-preload/package.json index 64ef8753c..a74a81bb2 100644 --- a/extensions/plugin-preload/package.json +++ b/extensions/plugin-preload/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/plugin-preload", - "version": "1.2.13", + "version": "1.2.14", "license": "MIT", "exports": { ".": { @@ -26,13 +26,13 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@stackflow/plugin-history-sync": "^1.3.13" + "@stackflow/plugin-history-sync": "^1.3.14" }, "devDependencies": { - "@stackflow/core": "^1.0.8", - "@stackflow/esbuild-config": "^1.0.0", - "@stackflow/eslint-config": "^1.0.1", - "@stackflow/react": "^1.1.5", + "@stackflow/core": "^1.0.9", + "@stackflow/esbuild-config": "^1.0.1", + "@stackflow/eslint-config": "^1.0.2", + "@stackflow/react": "^1.1.6", "@types/react": "^18.0.10", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", @@ -51,8 +51,8 @@ "typescript": "^4.7.4" }, "peerDependencies": { - "@stackflow/core": "^1.0.0", - "@stackflow/react": "^1.0.0", + "@stackflow/core": "^1.0.9", + "@stackflow/react": "^1.1.6", "@types/react": ">=16.8.0", "react": ">=16.8.0" }, diff --git a/extensions/plugin-renderer-basic/CHANGELOG.md b/extensions/plugin-renderer-basic/CHANGELOG.md new file mode 100644 index 000000000..e88459616 --- /dev/null +++ b/extensions/plugin-renderer-basic/CHANGELOG.md @@ -0,0 +1,10 @@ +# @stackflow/plugin-renderer-basic + +## 1.1.6 + +### Patch Changes + +- e4c49cdc: chore: apply new release system +- Updated dependencies [e4c49cdc] + - @stackflow/core@1.0.9 + - @stackflow/react@1.1.6 diff --git a/extensions/plugin-renderer-basic/package.json b/extensions/plugin-renderer-basic/package.json index 5cc1cde82..2a8abb2df 100644 --- a/extensions/plugin-renderer-basic/package.json +++ b/extensions/plugin-renderer-basic/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/plugin-renderer-basic", - "version": "1.1.5", + "version": "1.1.6", "license": "MIT", "exports": { ".": { @@ -26,10 +26,10 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@stackflow/core": "^1.0.8", - "@stackflow/esbuild-config": "^1.0.0", - "@stackflow/eslint-config": "^1.0.1", - "@stackflow/react": "^1.1.5", + "@stackflow/core": "^1.0.9", + "@stackflow/esbuild-config": "^1.0.1", + "@stackflow/eslint-config": "^1.0.2", + "@stackflow/react": "^1.1.6", "@types/react": "^18.0.10", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", @@ -48,8 +48,8 @@ "typescript": "^4.7.4" }, "peerDependencies": { - "@stackflow/core": "^1.0.0", - "@stackflow/react": "^1.0.0", + "@stackflow/core": "^1.0.9", + "@stackflow/react": "^1.1.6", "@types/react": ">=16.8.0", "react": ">=16.8.0" }, diff --git a/extensions/plugin-renderer-web/CHANGELOG.md b/extensions/plugin-renderer-web/CHANGELOG.md new file mode 100644 index 000000000..414e10683 --- /dev/null +++ b/extensions/plugin-renderer-web/CHANGELOG.md @@ -0,0 +1,10 @@ +# @stackflow/plugin-renderer-web + +## 1.1.6 + +### Patch Changes + +- e4c49cdc: chore: apply new release system +- Updated dependencies [e4c49cdc] + - @stackflow/core@1.0.9 + - @stackflow/react@1.1.6 diff --git a/extensions/plugin-renderer-web/package.json b/extensions/plugin-renderer-web/package.json index dadc0d14a..f1a27a6ad 100644 --- a/extensions/plugin-renderer-web/package.json +++ b/extensions/plugin-renderer-web/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/plugin-renderer-web", - "version": "1.1.5", + "version": "1.1.6", "license": "MIT", "exports": { ".": { @@ -26,10 +26,10 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@stackflow/core": "^1.0.8", - "@stackflow/esbuild-config": "^1.0.0", - "@stackflow/eslint-config": "^1.0.1", - "@stackflow/react": "^1.1.5", + "@stackflow/core": "^1.0.9", + "@stackflow/esbuild-config": "^1.0.1", + "@stackflow/eslint-config": "^1.0.2", + "@stackflow/react": "^1.1.6", "@types/react": "^18.0.10", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", @@ -48,8 +48,8 @@ "typescript": "^4.7.4" }, "peerDependencies": { - "@stackflow/core": "^1.0.0", - "@stackflow/react": "^1.0.0", + "@stackflow/core": "^1.0.9", + "@stackflow/react": "^1.1.6", "@types/react": ">=16.8.0", "react": ">=16.8.0" }, diff --git a/extensions/plugin-stack-depth-change/CHANGELOG.md b/extensions/plugin-stack-depth-change/CHANGELOG.md index d5f397bb9..9209f2b24 100644 --- a/extensions/plugin-stack-depth-change/CHANGELOG.md +++ b/extensions/plugin-stack-depth-change/CHANGELOG.md @@ -1,5 +1,17 @@ # @stackflow/plugin-stack-depth-change +## 1.1.0 + +### Minor Changes + +- a2ecfaf4: feat(plugin-stack-depth-change): invoke callback only when depth level has changed + +### Patch Changes + +- e4c49cdc: chore: apply new release system +- Updated dependencies [e4c49cdc] + - @stackflow/core@1.0.9 + ## 1.1.0-canary.0 ### Minor Changes diff --git a/extensions/plugin-stack-depth-change/package.json b/extensions/plugin-stack-depth-change/package.json index 659768c01..8b57141d3 100644 --- a/extensions/plugin-stack-depth-change/package.json +++ b/extensions/plugin-stack-depth-change/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/plugin-stack-depth-change", - "version": "1.1.0-canary.0", + "version": "1.1.0", "license": "MIT", "exports": { ".": { @@ -26,9 +26,9 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@stackflow/core": "^1.0.8", - "@stackflow/esbuild-config": "^1.0.0", - "@stackflow/eslint-config": "^1.0.1", + "@stackflow/core": "^1.0.9", + "@stackflow/esbuild-config": "^1.0.1", + "@stackflow/eslint-config": "^1.0.2", "@types/node": "^18.6.3", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", @@ -46,7 +46,7 @@ "typescript": "^4.7.4" }, "peerDependencies": { - "@stackflow/core": "^1.0.0" + "@stackflow/core": "^1.0.9" }, "publishConfig": { "access": "public" diff --git a/integrations/react/CHANGELOG.md b/integrations/react/CHANGELOG.md new file mode 100644 index 000000000..61affa3c5 --- /dev/null +++ b/integrations/react/CHANGELOG.md @@ -0,0 +1,9 @@ +# @stackflow/react + +## 1.1.6 + +### Patch Changes + +- e4c49cdc: chore: apply new release system +- Updated dependencies [e4c49cdc] + - @stackflow/core@1.0.9 diff --git a/integrations/react/package.json b/integrations/react/package.json index 22a3ed15b..4bcf47461 100644 --- a/integrations/react/package.json +++ b/integrations/react/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/react", - "version": "1.1.5", + "version": "1.1.6", "license": "MIT", "exports": { ".": { @@ -29,9 +29,9 @@ "react-fast-compare": "^3.2.0" }, "devDependencies": { - "@stackflow/core": "^1.0.8", - "@stackflow/esbuild-config": "^1.0.0", - "@stackflow/eslint-config": "^1.0.1", + "@stackflow/core": "^1.0.9", + "@stackflow/esbuild-config": "^1.0.1", + "@stackflow/eslint-config": "^1.0.2", "@types/react": "^18.0.9", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", @@ -50,7 +50,7 @@ "typescript": "^4.7.4" }, "peerDependencies": { - "@stackflow/core": "^1.0.0", + "@stackflow/core": "^1.0.9", "@types/react": ">=16.8.0", "react": ">=16.8.0" }, diff --git a/packages/esbuild-config/CHANGELOG.md b/packages/esbuild-config/CHANGELOG.md new file mode 100644 index 000000000..70c11d647 --- /dev/null +++ b/packages/esbuild-config/CHANGELOG.md @@ -0,0 +1,7 @@ +# @stackflow/esbuild-config + +## 1.0.1 + +### Patch Changes + +- e4c49cdc: chore: apply new release system diff --git a/packages/esbuild-config/package.json b/packages/esbuild-config/package.json index 2fe2faa85..f4a63b533 100644 --- a/packages/esbuild-config/package.json +++ b/packages/esbuild-config/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/esbuild-config", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "main": "index.js", "scripts": { diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md new file mode 100644 index 000000000..825fa5c30 --- /dev/null +++ b/packages/eslint-config/CHANGELOG.md @@ -0,0 +1,7 @@ +# @stackflow/eslint-config + +## 1.0.2 + +### Patch Changes + +- e4c49cdc: chore: apply new release system diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 3f527e660..4ca594a73 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/eslint-config", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "main": "index.js", "exports": { diff --git a/yarn.lock b/yarn.lock index 62e1f8665..bb2b3a691 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1862,14 +1862,14 @@ __metadata: languageName: node linkType: hard -"@stackflow/compat-await-push@^1.1.5, @stackflow/compat-await-push@workspace:extensions/compat-await-push": +"@stackflow/compat-await-push@^1.1.6, @stackflow/compat-await-push@workspace:extensions/compat-await-push": version: 0.0.0-use.local resolution: "@stackflow/compat-await-push@workspace:extensions/compat-await-push" dependencies: - "@stackflow/core": ^1.0.8 - "@stackflow/esbuild-config": ^1.0.0 - "@stackflow/eslint-config": ^1.0.1 - "@stackflow/react": ^1.1.5 + "@stackflow/core": ^1.0.9 + "@stackflow/esbuild-config": ^1.0.1 + "@stackflow/eslint-config": ^1.0.2 + "@stackflow/react": ^1.1.6 "@types/react": ^18.0.10 "@typescript-eslint/eslint-plugin": ^5.32.0 "@typescript-eslint/parser": ^5.20.0 @@ -1884,19 +1884,19 @@ __metadata: rimraf: ^3.0.2 typescript: ^4.7.4 peerDependencies: - "@stackflow/core": ^1.0.0 - "@stackflow/react": ^1.0.0 + "@stackflow/core": ^1.0.9 + "@stackflow/react": ^1.1.6 "@types/react": ">=16.8.0" react: ">=16.8.0" languageName: unknown linkType: soft -"@stackflow/core@^1.0.8, @stackflow/core@workspace:core": +"@stackflow/core@^1.0.9, @stackflow/core@workspace:core": version: 0.0.0-use.local resolution: "@stackflow/core@workspace:core" dependencies: - "@stackflow/esbuild-config": ^1.0.0 - "@stackflow/eslint-config": ^1.0.1 + "@stackflow/esbuild-config": ^1.0.1 + "@stackflow/eslint-config": ^1.0.2 "@swc/core": ^1.2.182 "@swc/jest": ^0.2.21 "@types/jest": ^28.1.6 @@ -1918,25 +1918,25 @@ __metadata: languageName: unknown linkType: soft -"@stackflow/demo@^1.2.18-canary.0, @stackflow/demo@workspace:demo": +"@stackflow/demo@^1.2.18, @stackflow/demo@workspace:demo": version: 0.0.0-use.local resolution: "@stackflow/demo@workspace:demo" dependencies: "@seed-design/design-token": ^1.0.0-alpha.0 "@seed-design/stylesheet": ^1.0.0-alpha.0 - "@stackflow/compat-await-push": ^1.1.5 - "@stackflow/core": ^1.0.8 - "@stackflow/esbuild-config": ^1.0.0 - "@stackflow/eslint-config": ^1.0.1 - "@stackflow/link": ^1.3.14 - "@stackflow/plugin-basic-ui": ^1.4.0 - "@stackflow/plugin-devtools": ^0.1.6 - "@stackflow/plugin-history-sync": ^1.3.13 - "@stackflow/plugin-map-initial-activity": ^1.0.3 - "@stackflow/plugin-preload": ^1.2.13 - "@stackflow/plugin-renderer-basic": ^1.1.5 - "@stackflow/plugin-stack-depth-change": ^1.1.0-canary.0 - "@stackflow/react": ^1.1.5 + "@stackflow/compat-await-push": ^1.1.6 + "@stackflow/core": ^1.0.9 + "@stackflow/esbuild-config": ^1.0.1 + "@stackflow/eslint-config": ^1.0.2 + "@stackflow/link": ^1.3.15 + "@stackflow/plugin-basic-ui": ^1.4.2 + "@stackflow/plugin-devtools": ^0.1.7 + "@stackflow/plugin-history-sync": ^1.3.14 + "@stackflow/plugin-map-initial-activity": ^1.0.4 + "@stackflow/plugin-preload": ^1.2.14 + "@stackflow/plugin-renderer-basic": ^1.1.6 + "@stackflow/plugin-stack-depth-change": ^1.1.0 + "@stackflow/react": ^1.1.6 "@types/react": ^18.0.10 "@types/react-dom": ^18.0.5 "@types/react-lazy-load-image-component": ^1.5.2 @@ -1974,13 +1974,13 @@ __metadata: dependencies: "@mdx-js/react": ^2.1.1 "@seed-design/stylesheet": ^1.0.0-alpha.0 - "@stackflow/core": ^1.0.8 - "@stackflow/demo": ^1.2.18-canary.0 - "@stackflow/eslint-config": ^1.0.1 - "@stackflow/plugin-basic-ui": ^1.4.0 - "@stackflow/plugin-history-sync": ^1.3.13 - "@stackflow/plugin-renderer-basic": ^1.1.5 - "@stackflow/react": ^1.1.5 + "@stackflow/core": ^1.0.9 + "@stackflow/demo": ^1.2.18 + "@stackflow/eslint-config": ^1.0.2 + "@stackflow/plugin-basic-ui": ^1.4.2 + "@stackflow/plugin-history-sync": ^1.3.14 + "@stackflow/plugin-renderer-basic": ^1.1.6 + "@stackflow/react": ^1.1.6 "@types/react": ^18.0.15 "@typescript-eslint/eslint-plugin": ^5.32.0 "@typescript-eslint/parser": ^5.20.0 @@ -2003,7 +2003,7 @@ __metadata: languageName: unknown linkType: soft -"@stackflow/esbuild-config@^1.0.0, @stackflow/esbuild-config@workspace:packages/esbuild-config": +"@stackflow/esbuild-config@^1.0.1, @stackflow/esbuild-config@workspace:packages/esbuild-config": version: 0.0.0-use.local resolution: "@stackflow/esbuild-config@workspace:packages/esbuild-config" dependencies: @@ -2011,7 +2011,7 @@ __metadata: languageName: unknown linkType: soft -"@stackflow/eslint-config@^1.0.1, @stackflow/eslint-config@workspace:packages/eslint-config": +"@stackflow/eslint-config@^1.0.2, @stackflow/eslint-config@workspace:packages/eslint-config": version: 0.0.0-use.local resolution: "@stackflow/eslint-config@workspace:packages/eslint-config" dependencies: @@ -2030,16 +2030,16 @@ __metadata: languageName: unknown linkType: soft -"@stackflow/link@^1.3.14, @stackflow/link@workspace:extensions/link": +"@stackflow/link@^1.3.15, @stackflow/link@workspace:extensions/link": version: 0.0.0-use.local resolution: "@stackflow/link@workspace:extensions/link" dependencies: - "@stackflow/core": ^1.0.8 - "@stackflow/esbuild-config": ^1.0.0 - "@stackflow/eslint-config": ^1.0.1 - "@stackflow/plugin-history-sync": ^1.3.13 - "@stackflow/plugin-preload": ^1.2.13 - "@stackflow/react": ^1.1.5 + "@stackflow/core": ^1.0.9 + "@stackflow/esbuild-config": ^1.0.1 + "@stackflow/eslint-config": ^1.0.2 + "@stackflow/plugin-history-sync": ^1.3.14 + "@stackflow/plugin-preload": ^1.2.14 + "@stackflow/react": ^1.1.6 "@types/react": ^18.0.10 "@typescript-eslint/eslint-plugin": ^5.32.0 "@typescript-eslint/parser": ^5.20.0 @@ -2057,10 +2057,10 @@ __metadata: rimraf: ^3.0.2 typescript: ^4.7.4 peerDependencies: - "@stackflow/core": ^1.0.0 - "@stackflow/plugin-history-sync": ^1.0.0 - "@stackflow/plugin-preload": ^1.0.0 - "@stackflow/react": ^1.0.0 + "@stackflow/core": ^1.0.9 + "@stackflow/plugin-history-sync": ^1.3.14 + "@stackflow/plugin-preload": ^1.2.14 + "@stackflow/react": ^1.1.6 "@types/react": ">=16.8.0" react: ">=16.8.0" languageName: unknown @@ -2081,14 +2081,14 @@ __metadata: languageName: unknown linkType: soft -"@stackflow/plugin-basic-ui@^1.4.0, @stackflow/plugin-basic-ui@workspace:extensions/plugin-basic-ui": +"@stackflow/plugin-basic-ui@^1.4.2, @stackflow/plugin-basic-ui@workspace:extensions/plugin-basic-ui": version: 0.0.0-use.local resolution: "@stackflow/plugin-basic-ui@workspace:extensions/plugin-basic-ui" dependencies: - "@stackflow/core": ^1.0.8 - "@stackflow/esbuild-config": ^1.0.0 - "@stackflow/eslint-config": ^1.0.1 - "@stackflow/react": ^1.1.5 + "@stackflow/core": ^1.0.9 + "@stackflow/esbuild-config": ^1.0.1 + "@stackflow/eslint-config": ^1.0.2 + "@stackflow/react": ^1.1.6 "@types/react": ^18.0.10 "@typescript-eslint/eslint-plugin": ^5.32.0 "@typescript-eslint/parser": ^5.20.0 @@ -2111,20 +2111,20 @@ __metadata: ts-pattern: ^4.0.5 typescript: ^4.7.4 peerDependencies: - "@stackflow/core": ^1.0.0 - "@stackflow/react": ^1.0.0 + "@stackflow/core": ^1.0.9 + "@stackflow/react": ^1.1.6 "@types/react": ">=16.8.0" react: ">=16.8.0" languageName: unknown linkType: soft -"@stackflow/plugin-devtools@^0.1.6, @stackflow/plugin-devtools@workspace:extensions/plugin-devtools": +"@stackflow/plugin-devtools@^0.1.7, @stackflow/plugin-devtools@workspace:extensions/plugin-devtools": version: 0.0.0-use.local resolution: "@stackflow/plugin-devtools@workspace:extensions/plugin-devtools" dependencies: - "@stackflow/core": ^1.0.8 - "@stackflow/esbuild-config": ^1.0.0 - "@stackflow/eslint-config": ^1.0.1 + "@stackflow/core": ^1.0.9 + "@stackflow/esbuild-config": ^1.0.1 + "@stackflow/eslint-config": ^1.0.2 "@types/node": ^18.6.3 "@typescript-eslint/eslint-plugin": ^5.32.0 "@typescript-eslint/parser": ^5.20.0 @@ -2141,7 +2141,7 @@ __metadata: rimraf: ^3.0.2 typescript: ^4.7.4 peerDependencies: - "@stackflow/core": ^1.0.0 + "@stackflow/core": ^1.0.9 languageName: unknown linkType: soft @@ -2149,10 +2149,10 @@ __metadata: version: 0.0.0-use.local resolution: "@stackflow/plugin-google-analytics-4@workspace:extensions/plugin-google-analytics-4" dependencies: - "@stackflow/core": ^1.0.8 - "@stackflow/esbuild-config": ^1.0.0 - "@stackflow/eslint-config": ^1.0.1 - "@stackflow/react": ^1.1.5 + "@stackflow/core": ^1.0.9 + "@stackflow/esbuild-config": ^1.0.1 + "@stackflow/eslint-config": ^1.0.2 + "@stackflow/react": ^1.1.6 "@types/react": ^18.0.10 "@typescript-eslint/eslint-plugin": ^5.32.0 "@typescript-eslint/parser": ^5.20.0 @@ -2171,21 +2171,21 @@ __metadata: rimraf: ^3.0.2 typescript: ^4.7.4 peerDependencies: - "@stackflow/core": ^1.0.0 - "@stackflow/react": ^1.0.0 + "@stackflow/core": ^1.0.9 + "@stackflow/react": ^1.1.6 "@types/react": ">=16.8.0" react: ">=16.8.0" languageName: unknown linkType: soft -"@stackflow/plugin-history-sync@^1.3.13, @stackflow/plugin-history-sync@workspace:extensions/plugin-history-sync": +"@stackflow/plugin-history-sync@^1.3.14, @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: - "@stackflow/core": ^1.0.8 - "@stackflow/esbuild-config": ^1.0.0 - "@stackflow/eslint-config": ^1.0.1 - "@stackflow/react": ^1.1.5 + "@stackflow/core": ^1.0.9 + "@stackflow/esbuild-config": ^1.0.1 + "@stackflow/eslint-config": ^1.0.2 + "@stackflow/react": ^1.1.6 "@swc/core": ^1.3.35 "@swc/jest": ^0.2.24 "@types/jest": ^29.4.0 @@ -2210,21 +2210,21 @@ __metadata: typescript: ^4.7.4 url-pattern: ^1.0.3 peerDependencies: - "@stackflow/core": ^1.0.0 - "@stackflow/react": ^1.0.0 + "@stackflow/core": ^1.0.9 + "@stackflow/react": ^1.1.6 "@types/react": ">=16.8.0" react: ">=16.8.0" languageName: unknown linkType: soft -"@stackflow/plugin-map-initial-activity@^1.0.3, @stackflow/plugin-map-initial-activity@workspace:extensions/plugin-map-initial-activity": +"@stackflow/plugin-map-initial-activity@^1.0.4, @stackflow/plugin-map-initial-activity@workspace:extensions/plugin-map-initial-activity": version: 0.0.0-use.local resolution: "@stackflow/plugin-map-initial-activity@workspace:extensions/plugin-map-initial-activity" dependencies: - "@stackflow/core": ^1.0.8 - "@stackflow/esbuild-config": ^1.0.0 - "@stackflow/eslint-config": ^1.0.1 - "@stackflow/react": ^1.1.5 + "@stackflow/core": ^1.0.9 + "@stackflow/esbuild-config": ^1.0.1 + "@stackflow/eslint-config": ^1.0.2 + "@stackflow/react": ^1.1.6 "@typescript-eslint/eslint-plugin": ^5.32.0 "@typescript-eslint/parser": ^5.20.0 esbuild: ^0.14.51 @@ -2237,20 +2237,20 @@ __metadata: rimraf: ^3.0.2 typescript: ^4.7.4 peerDependencies: - "@stackflow/core": ^1.0.0 - "@stackflow/react": ^1.0.0 + "@stackflow/core": ^1.0.9 + "@stackflow/react": ^1.1.6 languageName: unknown linkType: soft -"@stackflow/plugin-preload@^1.2.13, @stackflow/plugin-preload@workspace:extensions/plugin-preload": +"@stackflow/plugin-preload@^1.2.14, @stackflow/plugin-preload@workspace:extensions/plugin-preload": version: 0.0.0-use.local resolution: "@stackflow/plugin-preload@workspace:extensions/plugin-preload" dependencies: - "@stackflow/core": ^1.0.8 - "@stackflow/esbuild-config": ^1.0.0 - "@stackflow/eslint-config": ^1.0.1 - "@stackflow/plugin-history-sync": ^1.3.13 - "@stackflow/react": ^1.1.5 + "@stackflow/core": ^1.0.9 + "@stackflow/esbuild-config": ^1.0.1 + "@stackflow/eslint-config": ^1.0.2 + "@stackflow/plugin-history-sync": ^1.3.14 + "@stackflow/react": ^1.1.6 "@types/react": ^18.0.10 "@typescript-eslint/eslint-plugin": ^5.32.0 "@typescript-eslint/parser": ^5.20.0 @@ -2268,21 +2268,21 @@ __metadata: rimraf: ^3.0.2 typescript: ^4.7.4 peerDependencies: - "@stackflow/core": ^1.0.0 - "@stackflow/react": ^1.0.0 + "@stackflow/core": ^1.0.9 + "@stackflow/react": ^1.1.6 "@types/react": ">=16.8.0" react: ">=16.8.0" languageName: unknown linkType: soft -"@stackflow/plugin-renderer-basic@^1.1.5, @stackflow/plugin-renderer-basic@workspace:extensions/plugin-renderer-basic": +"@stackflow/plugin-renderer-basic@^1.1.6, @stackflow/plugin-renderer-basic@workspace:extensions/plugin-renderer-basic": version: 0.0.0-use.local resolution: "@stackflow/plugin-renderer-basic@workspace:extensions/plugin-renderer-basic" dependencies: - "@stackflow/core": ^1.0.8 - "@stackflow/esbuild-config": ^1.0.0 - "@stackflow/eslint-config": ^1.0.1 - "@stackflow/react": ^1.1.5 + "@stackflow/core": ^1.0.9 + "@stackflow/esbuild-config": ^1.0.1 + "@stackflow/eslint-config": ^1.0.2 + "@stackflow/react": ^1.1.6 "@types/react": ^18.0.10 "@typescript-eslint/eslint-plugin": ^5.32.0 "@typescript-eslint/parser": ^5.20.0 @@ -2300,8 +2300,8 @@ __metadata: rimraf: ^3.0.2 typescript: ^4.7.4 peerDependencies: - "@stackflow/core": ^1.0.0 - "@stackflow/react": ^1.0.0 + "@stackflow/core": ^1.0.9 + "@stackflow/react": ^1.1.6 "@types/react": ">=16.8.0" react: ">=16.8.0" languageName: unknown @@ -2311,10 +2311,10 @@ __metadata: version: 0.0.0-use.local resolution: "@stackflow/plugin-renderer-web@workspace:extensions/plugin-renderer-web" dependencies: - "@stackflow/core": ^1.0.8 - "@stackflow/esbuild-config": ^1.0.0 - "@stackflow/eslint-config": ^1.0.1 - "@stackflow/react": ^1.1.5 + "@stackflow/core": ^1.0.9 + "@stackflow/esbuild-config": ^1.0.1 + "@stackflow/eslint-config": ^1.0.2 + "@stackflow/react": ^1.1.6 "@types/react": ^18.0.10 "@typescript-eslint/eslint-plugin": ^5.32.0 "@typescript-eslint/parser": ^5.20.0 @@ -2332,20 +2332,20 @@ __metadata: rimraf: ^3.0.2 typescript: ^4.7.4 peerDependencies: - "@stackflow/core": ^1.0.0 - "@stackflow/react": ^1.0.0 + "@stackflow/core": ^1.0.9 + "@stackflow/react": ^1.1.6 "@types/react": ">=16.8.0" react: ">=16.8.0" languageName: unknown linkType: soft -"@stackflow/plugin-stack-depth-change@^1.1.0-canary.0, @stackflow/plugin-stack-depth-change@workspace:extensions/plugin-stack-depth-change": +"@stackflow/plugin-stack-depth-change@^1.1.0, @stackflow/plugin-stack-depth-change@workspace:extensions/plugin-stack-depth-change": version: 0.0.0-use.local resolution: "@stackflow/plugin-stack-depth-change@workspace:extensions/plugin-stack-depth-change" dependencies: - "@stackflow/core": ^1.0.8 - "@stackflow/esbuild-config": ^1.0.0 - "@stackflow/eslint-config": ^1.0.1 + "@stackflow/core": ^1.0.9 + "@stackflow/esbuild-config": ^1.0.1 + "@stackflow/eslint-config": ^1.0.2 "@types/node": ^18.6.3 "@typescript-eslint/eslint-plugin": ^5.32.0 "@typescript-eslint/parser": ^5.20.0 @@ -2362,17 +2362,17 @@ __metadata: rimraf: ^3.0.2 typescript: ^4.7.4 peerDependencies: - "@stackflow/core": ^1.0.0 + "@stackflow/core": ^1.0.9 languageName: unknown linkType: soft -"@stackflow/react@^1.1.5, @stackflow/react@workspace:integrations/react": +"@stackflow/react@^1.1.6, @stackflow/react@workspace:integrations/react": version: 0.0.0-use.local resolution: "@stackflow/react@workspace:integrations/react" dependencies: - "@stackflow/core": ^1.0.8 - "@stackflow/esbuild-config": ^1.0.0 - "@stackflow/eslint-config": ^1.0.1 + "@stackflow/core": ^1.0.9 + "@stackflow/esbuild-config": ^1.0.1 + "@stackflow/eslint-config": ^1.0.2 "@types/react": ^18.0.9 "@typescript-eslint/eslint-plugin": ^5.32.0 "@typescript-eslint/parser": ^5.20.0 @@ -2391,7 +2391,7 @@ __metadata: rimraf: ^3.0.2 typescript: ^4.7.4 peerDependencies: - "@stackflow/core": ^1.0.0 + "@stackflow/core": ^1.0.9 "@types/react": ">=16.8.0" react: ">=16.8.0" languageName: unknown