From 2585a952937065660d63627399194884393b181c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 19:23:47 +0900 Subject: [PATCH] Version Packages (#455) Co-authored-by: github-actions[bot] --- .changeset/friendly-scissors-perform.md | 5 -- .changeset/good-readers-smile.md | 8 --- .changeset/pre.json | 28 -------- .changeset/slow-jokes-breathe.md | 5 -- .changeset/sour-jars-rule.md | 5 -- .changeset/spotty-parrots-clap.md | 7 -- demo/CHANGELOG.md | 18 +++++ demo/package.json | 18 ++--- docs/CHANGELOG.md | 13 ++++ docs/package.json | 12 ++-- extensions/compat-await-push/CHANGELOG.md | 2 + extensions/compat-await-push/package.json | 4 +- extensions/link/CHANGELOG.md | 12 ++++ extensions/link/package.json | 8 +-- extensions/plugin-basic-ui/CHANGELOG.md | 2 + extensions/plugin-basic-ui/package.json | 4 +- .../plugin-google-analytics-4/CHANGELOG.md | 2 + .../plugin-google-analytics-4/package.json | 4 +- extensions/plugin-history-sync/CHANGELOG.md | 11 +++ extensions/plugin-history-sync/package.json | 4 +- .../plugin-map-initial-activity/CHANGELOG.md | 2 + .../plugin-map-initial-activity/package.json | 4 +- extensions/plugin-preload/CHANGELOG.md | 14 ++++ extensions/plugin-preload/package.json | 6 +- extensions/plugin-renderer-basic/CHANGELOG.md | 2 + extensions/plugin-renderer-basic/package.json | 4 +- extensions/plugin-renderer-web/CHANGELOG.md | 2 + extensions/plugin-renderer-web/package.json | 4 +- integrations/react/CHANGELOG.md | 6 ++ integrations/react/package.json | 2 +- yarn.lock | 68 +++++++++---------- 31 files changed, 157 insertions(+), 129 deletions(-) delete mode 100644 .changeset/friendly-scissors-perform.md delete mode 100644 .changeset/good-readers-smile.md delete mode 100644 .changeset/pre.json delete mode 100644 .changeset/slow-jokes-breathe.md delete mode 100644 .changeset/sour-jars-rule.md delete mode 100644 .changeset/spotty-parrots-clap.md diff --git a/.changeset/friendly-scissors-perform.md b/.changeset/friendly-scissors-perform.md deleted file mode 100644 index 9d77b20e6..000000000 --- a/.changeset/friendly-scissors-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stackflow/link": patch ---- - -Resolved issue where `urlPatternOptions` props were passed to anchor tag. diff --git a/.changeset/good-readers-smile.md b/.changeset/good-readers-smile.md deleted file mode 100644 index d8527fadb..000000000 --- a/.changeset/good-readers-smile.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@stackflow/plugin-history-sync": patch -"@stackflow/plugin-preload": patch -"@stackflow/react": patch -"@stackflow/link": patch ---- - -feat: add decode interface diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index da06b3634..000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "mode": "exit", - "tag": "canary", - "initialVersions": { - "@stackflow/core": "1.0.10", - "@stackflow/demo": "1.2.21-canary.0", - "@stackflow/docs": "1.2.22-canary.0", - "@stackflow/compat-await-push": "1.1.8-canary.0", - "@stackflow/link": "1.3.17-canary.0", - "@stackflow/plugin-basic-ui": "1.5.3-canary.0", - "@stackflow/plugin-devtools": "0.1.8", - "@stackflow/plugin-google-analytics-4": "1.1.10-canary.0", - "@stackflow/plugin-history-sync": "1.4.0-canary.0", - "@stackflow/plugin-map-initial-activity": "1.0.6-canary.0", - "@stackflow/plugin-preload": "1.3.0-canary.0", - "@stackflow/plugin-renderer-basic": "1.1.8-canary.0", - "@stackflow/plugin-renderer-web": "1.1.8-canary.0", - "@stackflow/plugin-stack-depth-change": "1.1.2", - "@stackflow/react": "1.1.8-canary.0", - "@stackflow/esbuild-config": "1.0.1", - "@stackflow/eslint-config": "1.0.2" - }, - "changesets": [ - "good-readers-smile", - "slow-jokes-breathe", - "spotty-parrots-clap" - ] -} diff --git a/.changeset/slow-jokes-breathe.md b/.changeset/slow-jokes-breathe.md deleted file mode 100644 index 6e2203c5c..000000000 --- a/.changeset/slow-jokes-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stackflow/plugin-history-sync": patch ---- - -fix(plugin-history-sync): decode search params diff --git a/.changeset/sour-jars-rule.md b/.changeset/sour-jars-rule.md deleted file mode 100644 index f71f7a182..000000000 --- a/.changeset/sour-jars-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stackflow/link": patch ---- - -pass `urlPatternOptions` to `usePreloader()` hook diff --git a/.changeset/spotty-parrots-clap.md b/.changeset/spotty-parrots-clap.md deleted file mode 100644 index f5d919640..000000000 --- a/.changeset/spotty-parrots-clap.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@stackflow/plugin-history-sync": minor -"@stackflow/plugin-preload": minor -"@stackflow/link": minor ---- - -Sort routes by variable count and refactor useRoutes(), normalizeRouteInput() function diff --git a/demo/CHANGELOG.md b/demo/CHANGELOG.md index 5370cc5e8..4618d6a85 100644 --- a/demo/CHANGELOG.md +++ b/demo/CHANGELOG.md @@ -1,5 +1,23 @@ # @stackflow/demo +## 1.2.21 + +### Patch Changes + +- Updated dependencies [43a2f2a4] +- Updated dependencies [6ad362f7] +- Updated dependencies [6ad362f7] +- Updated dependencies [8c774239] +- Updated dependencies [36613e35] + - @stackflow/link@1.4.0 + - @stackflow/plugin-history-sync@1.4.0 + - @stackflow/plugin-preload@1.3.0 + - @stackflow/react@1.1.8 + - @stackflow/compat-await-push@1.1.8 + - @stackflow/plugin-basic-ui@1.5.3 + - @stackflow/plugin-map-initial-activity@1.0.6 + - @stackflow/plugin-renderer-basic@1.1.8 + ## 1.2.21-canary.0 ### Patch Changes diff --git a/demo/package.json b/demo/package.json index 53ca20dca..7699f3bf7 100644 --- a/demo/package.json +++ b/demo/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/demo", - "version": "1.2.21-canary.0", + "version": "1.2.21", "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.8-canary.0", + "@stackflow/compat-await-push": "^1.1.8", "@stackflow/core": "^1.0.10", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/link": "^1.3.17-canary.0", - "@stackflow/plugin-basic-ui": "^1.5.3-canary.0", + "@stackflow/link": "^1.4.0", + "@stackflow/plugin-basic-ui": "^1.5.3", "@stackflow/plugin-devtools": "^0.1.8", - "@stackflow/plugin-history-sync": "^1.4.0-canary.0", - "@stackflow/plugin-map-initial-activity": "^1.0.6-canary.0", - "@stackflow/plugin-preload": "^1.3.0-canary.0", - "@stackflow/plugin-renderer-basic": "^1.1.8-canary.0", + "@stackflow/plugin-history-sync": "^1.4.0", + "@stackflow/plugin-map-initial-activity": "^1.0.6", + "@stackflow/plugin-preload": "^1.3.0", + "@stackflow/plugin-renderer-basic": "^1.1.8", "@stackflow/plugin-stack-depth-change": "^1.1.2", - "@stackflow/react": "^1.1.8-canary.0", + "@stackflow/react": "^1.1.8", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", "eslint": "^8.13.0", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1d15cfb2c..eed3f1bc1 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,18 @@ # @stackflow/docs +## 1.2.22 + +### Patch Changes + +- Updated dependencies [6ad362f7] +- Updated dependencies [6ad362f7] +- Updated dependencies [36613e35] + - @stackflow/plugin-history-sync@1.4.0 + - @stackflow/react@1.1.8 + - @stackflow/demo@1.2.21 + - @stackflow/plugin-basic-ui@1.5.3 + - @stackflow/plugin-renderer-basic@1.1.8 + ## 1.2.22-canary.0 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index ba4188a59..d5c5d58c2 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/docs", - "version": "1.2.22-canary.0", + "version": "1.2.22", "private": true, "description": "Mobile-first stack navigator framework with Composable Plugin System", "license": "MIT", @@ -12,12 +12,12 @@ "dependencies": { "@mdx-js/react": "^2.1.1", "@stackflow/core": "^1.0.10", - "@stackflow/demo": "^1.2.21-canary.0", + "@stackflow/demo": "^1.2.21", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/plugin-basic-ui": "^1.5.3-canary.0", - "@stackflow/plugin-history-sync": "^1.4.0-canary.0", - "@stackflow/plugin-renderer-basic": "^1.1.8-canary.0", - "@stackflow/react": "^1.1.8-canary.0", + "@stackflow/plugin-basic-ui": "^1.5.3", + "@stackflow/plugin-history-sync": "^1.4.0", + "@stackflow/plugin-renderer-basic": "^1.1.8", + "@stackflow/react": "^1.1.8", "@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 index 841b9db12..9f632adf6 100644 --- a/extensions/compat-await-push/CHANGELOG.md +++ b/extensions/compat-await-push/CHANGELOG.md @@ -1,5 +1,7 @@ # @stackflow/compat-await-push +## 1.1.8 + ## 1.1.8-canary.0 ### Patch Changes diff --git a/extensions/compat-await-push/package.json b/extensions/compat-await-push/package.json index 2ba306b60..aadd63206 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.8-canary.0", + "version": "1.1.8", "license": "MIT", "exports": { ".": { @@ -29,7 +29,7 @@ "@stackflow/core": "^1.0.10", "@stackflow/esbuild-config": "^1.0.1", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/react": "^1.1.8-canary.0", + "@stackflow/react": "^1.1.8", "@types/react": "^18.0.10", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", diff --git a/extensions/link/CHANGELOG.md b/extensions/link/CHANGELOG.md index a8039aae7..8b62261d0 100644 --- a/extensions/link/CHANGELOG.md +++ b/extensions/link/CHANGELOG.md @@ -1,5 +1,17 @@ # @stackflow/link +## 1.4.0 + +### Minor Changes + +- 36613e35: Sort routes by variable count and refactor useRoutes(), normalizeRouteInput() function + +### Patch Changes + +- 43a2f2a4: Resolved issue where `urlPatternOptions` props were passed to anchor tag. +- 6ad362f7: feat: add decode interface +- 8c774239: pass `urlPatternOptions` to `usePreloader()` hook + ## 1.3.17-canary.0 ### Minor Changes diff --git a/extensions/link/package.json b/extensions/link/package.json index cf9ebc9f5..4bf6e3671 100644 --- a/extensions/link/package.json +++ b/extensions/link/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/link", - "version": "1.3.17-canary.0", + "version": "1.4.0", "license": "MIT", "exports": { ".": { @@ -29,9 +29,9 @@ "@stackflow/core": "^1.0.10", "@stackflow/esbuild-config": "^1.0.1", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/plugin-history-sync": "^1.4.0-canary.0", - "@stackflow/plugin-preload": "^1.3.0-canary.0", - "@stackflow/react": "^1.1.8-canary.0", + "@stackflow/plugin-history-sync": "^1.4.0", + "@stackflow/plugin-preload": "^1.3.0", + "@stackflow/react": "^1.1.8", "@types/react": "^18.0.10", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", diff --git a/extensions/plugin-basic-ui/CHANGELOG.md b/extensions/plugin-basic-ui/CHANGELOG.md index 7b2822abe..48bfddb66 100644 --- a/extensions/plugin-basic-ui/CHANGELOG.md +++ b/extensions/plugin-basic-ui/CHANGELOG.md @@ -1,5 +1,7 @@ # @stackflow/plugin-basic-ui +## 1.5.3 + ## 1.5.3-canary.0 ### Patch Changes diff --git a/extensions/plugin-basic-ui/package.json b/extensions/plugin-basic-ui/package.json index fe1c5f215..28023351e 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.5.3-canary.0", + "version": "1.5.3", "license": "MIT", "exports": { ".": { @@ -37,7 +37,7 @@ "@stackflow/core": "^1.0.10", "@stackflow/esbuild-config": "^1.0.1", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/react": "^1.1.8-canary.0", + "@stackflow/react": "^1.1.8", "@types/react": "^18.0.10", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", diff --git a/extensions/plugin-google-analytics-4/CHANGELOG.md b/extensions/plugin-google-analytics-4/CHANGELOG.md index 84a05ab6e..7826c2306 100644 --- a/extensions/plugin-google-analytics-4/CHANGELOG.md +++ b/extensions/plugin-google-analytics-4/CHANGELOG.md @@ -1,5 +1,7 @@ # @stackflow/plugin-google-analytics-4 +## 1.1.10 + ## 1.1.10-canary.0 ### Patch Changes diff --git a/extensions/plugin-google-analytics-4/package.json b/extensions/plugin-google-analytics-4/package.json index ca2fd6a52..921944722 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.10-canary.0", + "version": "1.1.10", "license": "MIT", "author": "Aaron K ", "exports": { @@ -33,7 +33,7 @@ "@stackflow/core": "^1.0.10", "@stackflow/esbuild-config": "^1.0.1", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/react": "^1.1.8-canary.0", + "@stackflow/react": "^1.1.8", "@types/react": "^18.0.10", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", diff --git a/extensions/plugin-history-sync/CHANGELOG.md b/extensions/plugin-history-sync/CHANGELOG.md index acc4d9276..dfeb0a546 100644 --- a/extensions/plugin-history-sync/CHANGELOG.md +++ b/extensions/plugin-history-sync/CHANGELOG.md @@ -1,5 +1,16 @@ # @stackflow/plugin-history-sync +## 1.4.0 + +### Minor Changes + +- 36613e35: Sort routes by variable count and refactor useRoutes(), normalizeRouteInput() function + +### Patch Changes + +- 6ad362f7: feat: add decode interface +- 6ad362f7: fix(plugin-history-sync): decode search params + ## 1.4.0-canary.1 ### Patch Changes diff --git a/extensions/plugin-history-sync/package.json b/extensions/plugin-history-sync/package.json index d2cd64eef..a5bda11c9 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.4.0-canary.1", + "version": "1.4.0", "license": "MIT", "exports": { ".": { @@ -43,7 +43,7 @@ "@stackflow/core": "^1.0.10", "@stackflow/esbuild-config": "^1.0.1", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/react": "^1.1.8-canary.0", + "@stackflow/react": "^1.1.8", "@swc/core": "^1.3.35", "@swc/jest": "^0.2.24", "@types/jest": "^29.4.0", diff --git a/extensions/plugin-map-initial-activity/CHANGELOG.md b/extensions/plugin-map-initial-activity/CHANGELOG.md index bd550c948..368a217f0 100644 --- a/extensions/plugin-map-initial-activity/CHANGELOG.md +++ b/extensions/plugin-map-initial-activity/CHANGELOG.md @@ -1,5 +1,7 @@ # @stackflow/plugin-map-initial-activity +## 1.0.6 + ## 1.0.6-canary.0 ### Patch Changes diff --git a/extensions/plugin-map-initial-activity/package.json b/extensions/plugin-map-initial-activity/package.json index bcd50b603..0aa605361 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.6-canary.0", + "version": "1.0.6", "license": "MIT", "exports": { ".": { @@ -29,7 +29,7 @@ "@stackflow/core": "^1.0.10", "@stackflow/esbuild-config": "^1.0.1", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/react": "^1.1.8-canary.0", + "@stackflow/react": "^1.1.8", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", "esbuild": "^0.14.51", diff --git a/extensions/plugin-preload/CHANGELOG.md b/extensions/plugin-preload/CHANGELOG.md index 6d9925f2c..4b3402e23 100644 --- a/extensions/plugin-preload/CHANGELOG.md +++ b/extensions/plugin-preload/CHANGELOG.md @@ -1,5 +1,19 @@ # @stackflow/plugin-preload +## 1.3.0 + +### Minor Changes + +- 36613e35: Sort routes by variable count and refactor useRoutes(), normalizeRouteInput() function + +### Patch Changes + +- 6ad362f7: feat: add decode interface +- Updated dependencies [6ad362f7] +- Updated dependencies [6ad362f7] +- Updated dependencies [36613e35] + - @stackflow/plugin-history-sync@1.4.0 + ## 1.3.0-canary.0 ### Minor Changes diff --git a/extensions/plugin-preload/package.json b/extensions/plugin-preload/package.json index 108934dad..10142465e 100644 --- a/extensions/plugin-preload/package.json +++ b/extensions/plugin-preload/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/plugin-preload", - "version": "1.3.0-canary.0", + "version": "1.3.0", "license": "MIT", "exports": { ".": { @@ -26,13 +26,13 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@stackflow/plugin-history-sync": "^1.4.0-canary.0" + "@stackflow/plugin-history-sync": "^1.4.0" }, "devDependencies": { "@stackflow/core": "^1.0.10", "@stackflow/esbuild-config": "^1.0.1", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/react": "^1.1.8-canary.0", + "@stackflow/react": "^1.1.8", "@types/react": "^18.0.10", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", diff --git a/extensions/plugin-renderer-basic/CHANGELOG.md b/extensions/plugin-renderer-basic/CHANGELOG.md index 1d1e65353..887d8ac46 100644 --- a/extensions/plugin-renderer-basic/CHANGELOG.md +++ b/extensions/plugin-renderer-basic/CHANGELOG.md @@ -1,5 +1,7 @@ # @stackflow/plugin-renderer-basic +## 1.1.8 + ## 1.1.8-canary.0 ### Patch Changes diff --git a/extensions/plugin-renderer-basic/package.json b/extensions/plugin-renderer-basic/package.json index c3163f160..a63354cde 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.8-canary.0", + "version": "1.1.8", "license": "MIT", "exports": { ".": { @@ -29,7 +29,7 @@ "@stackflow/core": "^1.0.10", "@stackflow/esbuild-config": "^1.0.1", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/react": "^1.1.8-canary.0", + "@stackflow/react": "^1.1.8", "@types/react": "^18.0.10", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", diff --git a/extensions/plugin-renderer-web/CHANGELOG.md b/extensions/plugin-renderer-web/CHANGELOG.md index a5d5880f8..dc12e5140 100644 --- a/extensions/plugin-renderer-web/CHANGELOG.md +++ b/extensions/plugin-renderer-web/CHANGELOG.md @@ -1,5 +1,7 @@ # @stackflow/plugin-renderer-web +## 1.1.8 + ## 1.1.8-canary.0 ### Patch Changes diff --git a/extensions/plugin-renderer-web/package.json b/extensions/plugin-renderer-web/package.json index b68219cda..c9f88583e 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.8-canary.0", + "version": "1.1.8", "license": "MIT", "exports": { ".": { @@ -29,7 +29,7 @@ "@stackflow/core": "^1.0.10", "@stackflow/esbuild-config": "^1.0.1", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/react": "^1.1.8-canary.0", + "@stackflow/react": "^1.1.8", "@types/react": "^18.0.10", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.20.0", diff --git a/integrations/react/CHANGELOG.md b/integrations/react/CHANGELOG.md index 72ab4a42c..a208b452c 100644 --- a/integrations/react/CHANGELOG.md +++ b/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @stackflow/react +## 1.1.8 + +### Patch Changes + +- 6ad362f7: feat: add decode interface + ## 1.1.8-canary.0 ### Patch Changes diff --git a/integrations/react/package.json b/integrations/react/package.json index 4a7b02768..8c6221470 100644 --- a/integrations/react/package.json +++ b/integrations/react/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/react", - "version": "1.1.8-canary.0", + "version": "1.1.8", "license": "MIT", "exports": { ".": { diff --git a/yarn.lock b/yarn.lock index 43aa98b96..2cfcba460 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1876,14 +1876,14 @@ __metadata: languageName: node linkType: hard -"@stackflow/compat-await-push@^1.1.8-canary.0, @stackflow/compat-await-push@workspace:extensions/compat-await-push": +"@stackflow/compat-await-push@^1.1.8, @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.10 "@stackflow/esbuild-config": ^1.0.1 "@stackflow/eslint-config": ^1.0.2 - "@stackflow/react": ^1.1.8-canary.0 + "@stackflow/react": ^1.1.8 "@types/react": ^18.0.10 "@typescript-eslint/eslint-plugin": ^5.32.0 "@typescript-eslint/parser": ^5.20.0 @@ -1932,25 +1932,25 @@ __metadata: languageName: unknown linkType: soft -"@stackflow/demo@^1.2.21-canary.0, @stackflow/demo@workspace:demo": +"@stackflow/demo@^1.2.21, @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.8-canary.0 + "@stackflow/compat-await-push": ^1.1.8 "@stackflow/core": ^1.0.10 "@stackflow/esbuild-config": ^1.0.1 "@stackflow/eslint-config": ^1.0.2 - "@stackflow/link": ^1.3.17-canary.0 - "@stackflow/plugin-basic-ui": ^1.5.3-canary.0 + "@stackflow/link": ^1.4.0 + "@stackflow/plugin-basic-ui": ^1.5.3 "@stackflow/plugin-devtools": ^0.1.8 - "@stackflow/plugin-history-sync": ^1.4.0-canary.0 - "@stackflow/plugin-map-initial-activity": ^1.0.6-canary.0 - "@stackflow/plugin-preload": ^1.3.0-canary.0 - "@stackflow/plugin-renderer-basic": ^1.1.8-canary.0 + "@stackflow/plugin-history-sync": ^1.4.0 + "@stackflow/plugin-map-initial-activity": ^1.0.6 + "@stackflow/plugin-preload": ^1.3.0 + "@stackflow/plugin-renderer-basic": ^1.1.8 "@stackflow/plugin-stack-depth-change": ^1.1.2 - "@stackflow/react": ^1.1.8-canary.0 + "@stackflow/react": ^1.1.8 "@types/react": ^18.0.10 "@types/react-dom": ^18.0.5 "@types/react-lazy-load-image-component": ^1.5.2 @@ -1989,12 +1989,12 @@ __metadata: "@mdx-js/react": ^2.1.1 "@seed-design/stylesheet": ^1.0.0-alpha.0 "@stackflow/core": ^1.0.10 - "@stackflow/demo": ^1.2.21-canary.0 + "@stackflow/demo": ^1.2.21 "@stackflow/eslint-config": ^1.0.2 - "@stackflow/plugin-basic-ui": ^1.5.3-canary.0 - "@stackflow/plugin-history-sync": ^1.4.0-canary.0 - "@stackflow/plugin-renderer-basic": ^1.1.8-canary.0 - "@stackflow/react": ^1.1.8-canary.0 + "@stackflow/plugin-basic-ui": ^1.5.3 + "@stackflow/plugin-history-sync": ^1.4.0 + "@stackflow/plugin-renderer-basic": ^1.1.8 + "@stackflow/react": ^1.1.8 "@types/react": ^18.0.15 "@typescript-eslint/eslint-plugin": ^5.32.0 "@typescript-eslint/parser": ^5.20.0 @@ -2044,16 +2044,16 @@ __metadata: languageName: unknown linkType: soft -"@stackflow/link@^1.3.17-canary.0, @stackflow/link@workspace:extensions/link": +"@stackflow/link@^1.4.0, @stackflow/link@workspace:extensions/link": version: 0.0.0-use.local resolution: "@stackflow/link@workspace:extensions/link" dependencies: "@stackflow/core": ^1.0.10 "@stackflow/esbuild-config": ^1.0.1 "@stackflow/eslint-config": ^1.0.2 - "@stackflow/plugin-history-sync": ^1.4.0-canary.0 - "@stackflow/plugin-preload": ^1.3.0-canary.0 - "@stackflow/react": ^1.1.8-canary.0 + "@stackflow/plugin-history-sync": ^1.4.0 + "@stackflow/plugin-preload": ^1.3.0 + "@stackflow/react": ^1.1.8 "@types/react": ^18.0.10 "@typescript-eslint/eslint-plugin": ^5.32.0 "@typescript-eslint/parser": ^5.20.0 @@ -2095,14 +2095,14 @@ __metadata: languageName: unknown linkType: soft -"@stackflow/plugin-basic-ui@^1.5.3-canary.0, @stackflow/plugin-basic-ui@workspace:extensions/plugin-basic-ui": +"@stackflow/plugin-basic-ui@^1.5.3, @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.10 "@stackflow/esbuild-config": ^1.0.1 "@stackflow/eslint-config": ^1.0.2 - "@stackflow/react": ^1.1.8-canary.0 + "@stackflow/react": ^1.1.8 "@types/react": ^18.0.10 "@typescript-eslint/eslint-plugin": ^5.32.0 "@typescript-eslint/parser": ^5.20.0 @@ -2166,7 +2166,7 @@ __metadata: "@stackflow/core": ^1.0.10 "@stackflow/esbuild-config": ^1.0.1 "@stackflow/eslint-config": ^1.0.2 - "@stackflow/react": ^1.1.8-canary.0 + "@stackflow/react": ^1.1.8 "@types/react": ^18.0.10 "@typescript-eslint/eslint-plugin": ^5.32.0 "@typescript-eslint/parser": ^5.20.0 @@ -2192,14 +2192,14 @@ __metadata: languageName: unknown linkType: soft -"@stackflow/plugin-history-sync@^1.4.0-canary.0, @stackflow/plugin-history-sync@workspace:extensions/plugin-history-sync": +"@stackflow/plugin-history-sync@^1.4.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: "@stackflow/core": ^1.0.10 "@stackflow/esbuild-config": ^1.0.1 "@stackflow/eslint-config": ^1.0.2 - "@stackflow/react": ^1.1.8-canary.0 + "@stackflow/react": ^1.1.8 "@swc/core": ^1.3.35 "@swc/jest": ^0.2.24 "@types/jest": ^29.4.0 @@ -2231,14 +2231,14 @@ __metadata: languageName: unknown linkType: soft -"@stackflow/plugin-map-initial-activity@^1.0.6-canary.0, @stackflow/plugin-map-initial-activity@workspace:extensions/plugin-map-initial-activity": +"@stackflow/plugin-map-initial-activity@^1.0.6, @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.10 "@stackflow/esbuild-config": ^1.0.1 "@stackflow/eslint-config": ^1.0.2 - "@stackflow/react": ^1.1.8-canary.0 + "@stackflow/react": ^1.1.8 "@typescript-eslint/eslint-plugin": ^5.32.0 "@typescript-eslint/parser": ^5.20.0 esbuild: ^0.14.51 @@ -2256,15 +2256,15 @@ __metadata: languageName: unknown linkType: soft -"@stackflow/plugin-preload@^1.3.0-canary.0, @stackflow/plugin-preload@workspace:extensions/plugin-preload": +"@stackflow/plugin-preload@^1.3.0, @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.10 "@stackflow/esbuild-config": ^1.0.1 "@stackflow/eslint-config": ^1.0.2 - "@stackflow/plugin-history-sync": ^1.4.0-canary.0 - "@stackflow/react": ^1.1.8-canary.0 + "@stackflow/plugin-history-sync": ^1.4.0 + "@stackflow/react": ^1.1.8 "@types/react": ^18.0.10 "@typescript-eslint/eslint-plugin": ^5.32.0 "@typescript-eslint/parser": ^5.20.0 @@ -2289,14 +2289,14 @@ __metadata: languageName: unknown linkType: soft -"@stackflow/plugin-renderer-basic@^1.1.8-canary.0, @stackflow/plugin-renderer-basic@workspace:extensions/plugin-renderer-basic": +"@stackflow/plugin-renderer-basic@^1.1.8, @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.10 "@stackflow/esbuild-config": ^1.0.1 "@stackflow/eslint-config": ^1.0.2 - "@stackflow/react": ^1.1.8-canary.0 + "@stackflow/react": ^1.1.8 "@types/react": ^18.0.10 "@typescript-eslint/eslint-plugin": ^5.32.0 "@typescript-eslint/parser": ^5.20.0 @@ -2328,7 +2328,7 @@ __metadata: "@stackflow/core": ^1.0.10 "@stackflow/esbuild-config": ^1.0.1 "@stackflow/eslint-config": ^1.0.2 - "@stackflow/react": ^1.1.8-canary.0 + "@stackflow/react": ^1.1.8 "@types/react": ^18.0.10 "@typescript-eslint/eslint-plugin": ^5.32.0 "@typescript-eslint/parser": ^5.20.0 @@ -2380,7 +2380,7 @@ __metadata: languageName: unknown linkType: soft -"@stackflow/react@^1.1.8-canary.0, @stackflow/react@workspace:integrations/react": +"@stackflow/react@^1.1.8, @stackflow/react@workspace:integrations/react": version: 0.0.0-use.local resolution: "@stackflow/react@workspace:integrations/react" dependencies: