From 17656cbef2a9234775920ab64c4bd39c1d381191 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 30 Jan 2024 10:07:46 +0000 Subject: [PATCH] Version Packages --- .changeset/funny-needles-design.md | 19 -------------- .changeset/pre.json | 26 ------------------- .changeset/red-lies-poke.md | 6 ----- core/CHANGELOG.md | 7 +++++ core/package.json | 2 +- demo/CHANGELOG.md | 19 ++++++++++++++ demo/package.json | 24 ++++++++--------- docs/CHANGELOG.md | 14 ++++++++++ docs/package.json | 14 +++++----- extensions/compat-await-push/CHANGELOG.md | 10 +++++++ extensions/compat-await-push/package.json | 10 +++---- extensions/link/CHANGELOG.md | 12 +++++++++ extensions/link/package.json | 18 ++++++------- extensions/plugin-basic-ui/CHANGELOG.md | 10 +++++++ extensions/plugin-basic-ui/package.json | 10 +++---- extensions/plugin-devtools/CHANGELOG.md | 9 +++++++ extensions/plugin-devtools/package.json | 6 ++--- .../plugin-google-analytics-4/CHANGELOG.md | 10 +++++++ .../plugin-google-analytics-4/package.json | 10 +++---- extensions/plugin-history-sync/CHANGELOG.md | 10 +++++++ extensions/plugin-history-sync/package.json | 10 +++---- .../plugin-map-initial-activity/CHANGELOG.md | 10 +++++++ .../plugin-map-initial-activity/package.json | 10 +++---- extensions/plugin-preload/CHANGELOG.md | 11 ++++++++ extensions/plugin-preload/package.json | 12 ++++----- extensions/plugin-renderer-basic/CHANGELOG.md | 10 +++++++ extensions/plugin-renderer-basic/package.json | 10 +++---- extensions/plugin-renderer-web/CHANGELOG.md | 10 +++++++ extensions/plugin-renderer-web/package.json | 10 +++---- .../plugin-stack-depth-change/CHANGELOG.md | 9 +++++++ .../plugin-stack-depth-change/package.json | 6 ++--- integrations/react/CHANGELOG.md | 10 +++++++ integrations/react/package.json | 6 ++--- 33 files changed, 240 insertions(+), 130 deletions(-) delete mode 100644 .changeset/funny-needles-design.md delete mode 100644 .changeset/pre.json delete mode 100644 .changeset/red-lies-poke.md diff --git a/.changeset/funny-needles-design.md b/.changeset/funny-needles-design.md deleted file mode 100644 index fe99cf623..000000000 --- a/.changeset/funny-needles-design.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -"@stackflow/plugin-map-initial-activity": patch -"@stackflow/plugin-google-analytics-4": patch -"@stackflow/plugin-stack-depth-change": patch -"@stackflow/plugin-renderer-basic": patch -"@stackflow/plugin-history-sync": patch -"@stackflow/plugin-renderer-web": patch -"@stackflow/compat-await-push": patch -"@stackflow/plugin-basic-ui": patch -"@stackflow/plugin-devtools": patch -"@stackflow/plugin-preload": patch -"@stackflow/react": patch -"@stackflow/link": patch -"@stackflow/core": patch -"@stackflow/demo": patch -"@stackflow/docs": patch ---- - -chore: bump patch version diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 730e2132b..000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "mode": "exit", - "tag": "canary", - "initialVersions": { - "@stackflow/core": "1.0.9", - "@stackflow/demo": "1.2.19", - "@stackflow/docs": "1.2.20", - "@stackflow/compat-await-push": "1.1.6", - "@stackflow/link": "1.3.15", - "@stackflow/plugin-basic-ui": "1.5.1", - "@stackflow/plugin-devtools": "0.1.7", - "@stackflow/plugin-google-analytics-4": "1.1.8", - "@stackflow/plugin-history-sync": "1.3.17", - "@stackflow/plugin-map-initial-activity": "1.0.4", - "@stackflow/plugin-preload": "1.2.14", - "@stackflow/plugin-renderer-basic": "1.1.6", - "@stackflow/plugin-renderer-web": "1.1.6", - "@stackflow/plugin-stack-depth-change": "1.1.1", - "@stackflow/react": "1.1.6", - "@stackflow/esbuild-config": "1.0.1", - "@stackflow/eslint-config": "1.0.2" - }, - "changesets": [ - "red-lies-poke" - ] -} diff --git a/.changeset/red-lies-poke.md b/.changeset/red-lies-poke.md deleted file mode 100644 index dacfdf447..000000000 --- a/.changeset/red-lies-poke.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@stackflow/react": patch -"@stackflow/core": patch ---- - -fix(core)!: delegate overrideInitialEvents to makeCoreStore diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 0db4e7cda..6bf9eb3ee 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @stackflow/core +## 1.0.10 + +### Patch Changes + +- a32a7e09: chore: bump patch version +- a32a7e09: fix(core)!: delegate overrideInitialEvents to makeCoreStore + ## 1.0.10-canary.0 ### Patch Changes diff --git a/core/package.json b/core/package.json index 66dd86741..6e553ec3b 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/core", - "version": "1.0.10-canary.0", + "version": "1.0.10", "license": "MIT", "exports": { ".": { diff --git a/demo/CHANGELOG.md b/demo/CHANGELOG.md index df4ddff52..369486584 100644 --- a/demo/CHANGELOG.md +++ b/demo/CHANGELOG.md @@ -1,5 +1,24 @@ # @stackflow/demo +## 1.2.20 + +### Patch Changes + +- a32a7e09: chore: bump patch version +- Updated dependencies [a32a7e09] +- Updated dependencies [a32a7e09] + - @stackflow/plugin-map-initial-activity@1.0.5 + - @stackflow/plugin-stack-depth-change@1.1.2 + - @stackflow/plugin-renderer-basic@1.1.7 + - @stackflow/plugin-history-sync@1.3.18 + - @stackflow/compat-await-push@1.1.7 + - @stackflow/plugin-basic-ui@1.5.2 + - @stackflow/plugin-devtools@0.1.8 + - @stackflow/plugin-preload@1.2.15 + - @stackflow/react@1.1.7 + - @stackflow/link@1.3.16 + - @stackflow/core@1.0.10 + ## 1.2.20-canary.0 ### Patch Changes diff --git a/demo/package.json b/demo/package.json index cf63ea25e..938305d4d 100644 --- a/demo/package.json +++ b/demo/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/demo", - "version": "1.2.20-canary.0", + "version": "1.2.20", "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.7-canary.0", - "@stackflow/core": "^1.0.10-canary.0", + "@stackflow/compat-await-push": "^1.1.7", + "@stackflow/core": "^1.0.10", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/link": "^1.3.16-canary.0", - "@stackflow/plugin-basic-ui": "^1.5.2-canary.0", - "@stackflow/plugin-devtools": "^0.1.8-canary.0", - "@stackflow/plugin-history-sync": "^1.3.18-canary.0", - "@stackflow/plugin-map-initial-activity": "^1.0.5-canary.0", - "@stackflow/plugin-preload": "^1.2.15-canary.0", - "@stackflow/plugin-renderer-basic": "^1.1.7-canary.0", - "@stackflow/plugin-stack-depth-change": "^1.1.2-canary.0", - "@stackflow/react": "^1.1.7-canary.0", + "@stackflow/link": "^1.3.16", + "@stackflow/plugin-basic-ui": "^1.5.2", + "@stackflow/plugin-devtools": "^0.1.8", + "@stackflow/plugin-history-sync": "^1.3.18", + "@stackflow/plugin-map-initial-activity": "^1.0.5", + "@stackflow/plugin-preload": "^1.2.15", + "@stackflow/plugin-renderer-basic": "^1.1.7", + "@stackflow/plugin-stack-depth-change": "^1.1.2", + "@stackflow/react": "^1.1.7", "@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 6b025ac3e..ca2b60fa9 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,19 @@ # @stackflow/docs +## 1.2.21 + +### Patch Changes + +- a32a7e09: chore: bump patch version +- Updated dependencies [a32a7e09] +- Updated dependencies [a32a7e09] + - @stackflow/plugin-renderer-basic@1.1.7 + - @stackflow/plugin-history-sync@1.3.18 + - @stackflow/plugin-basic-ui@1.5.2 + - @stackflow/react@1.1.7 + - @stackflow/core@1.0.10 + - @stackflow/demo@1.2.20 + ## 1.2.21-canary.0 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 07d2b060e..72ef24522 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/docs", - "version": "1.2.21-canary.0", + "version": "1.2.21", "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.10-canary.0", - "@stackflow/demo": "^1.2.20-canary.0", + "@stackflow/core": "^1.0.10", + "@stackflow/demo": "^1.2.20", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/plugin-basic-ui": "^1.5.2-canary.0", - "@stackflow/plugin-history-sync": "^1.3.18-canary.0", - "@stackflow/plugin-renderer-basic": "^1.1.7-canary.0", - "@stackflow/react": "^1.1.7-canary.0", + "@stackflow/plugin-basic-ui": "^1.5.2", + "@stackflow/plugin-history-sync": "^1.3.18", + "@stackflow/plugin-renderer-basic": "^1.1.7", + "@stackflow/react": "^1.1.7", "@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 49ffe28ed..45f1c8eec 100644 --- a/extensions/compat-await-push/CHANGELOG.md +++ b/extensions/compat-await-push/CHANGELOG.md @@ -1,5 +1,15 @@ # @stackflow/compat-await-push +## 1.1.7 + +### Patch Changes + +- a32a7e09: chore: bump patch version +- Updated dependencies [a32a7e09] +- Updated dependencies [a32a7e09] + - @stackflow/react@1.1.7 + - @stackflow/core@1.0.10 + ## 1.1.7-canary.0 ### Patch Changes diff --git a/extensions/compat-await-push/package.json b/extensions/compat-await-push/package.json index 5bec50a6e..2efecb29a 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.7-canary.0", + "version": "1.1.7", "license": "MIT", "exports": { ".": { @@ -26,10 +26,10 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@stackflow/core": "^1.0.10-canary.0", + "@stackflow/core": "^1.0.10", "@stackflow/esbuild-config": "^1.0.1", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/react": "^1.1.7-canary.0", + "@stackflow/react": "^1.1.7", "@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.10-canary.0", - "@stackflow/react": "^1.1.7-canary.0", + "@stackflow/core": "^1.0.10", + "@stackflow/react": "^1.1.7", "@types/react": ">=16.8.0", "react": ">=16.8.0" }, diff --git a/extensions/link/CHANGELOG.md b/extensions/link/CHANGELOG.md index f24f4f560..dba785d1a 100644 --- a/extensions/link/CHANGELOG.md +++ b/extensions/link/CHANGELOG.md @@ -1,5 +1,17 @@ # @stackflow/link +## 1.3.16 + +### Patch Changes + +- a32a7e09: chore: bump patch version +- Updated dependencies [a32a7e09] +- Updated dependencies [a32a7e09] + - @stackflow/plugin-history-sync@1.3.18 + - @stackflow/plugin-preload@1.2.15 + - @stackflow/react@1.1.7 + - @stackflow/core@1.0.10 + ## 1.3.16-canary.0 ### Patch Changes diff --git a/extensions/link/package.json b/extensions/link/package.json index 84694adce..c1a532e60 100644 --- a/extensions/link/package.json +++ b/extensions/link/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/link", - "version": "1.3.16-canary.0", + "version": "1.3.16", "license": "MIT", "exports": { ".": { @@ -26,12 +26,12 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@stackflow/core": "^1.0.10-canary.0", + "@stackflow/core": "^1.0.10", "@stackflow/esbuild-config": "^1.0.1", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/plugin-history-sync": "^1.3.18-canary.0", - "@stackflow/plugin-preload": "^1.2.15-canary.0", - "@stackflow/react": "^1.1.7-canary.0", + "@stackflow/plugin-history-sync": "^1.3.18", + "@stackflow/plugin-preload": "^1.2.15", + "@stackflow/react": "^1.1.7", "@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.10-canary.0", - "@stackflow/plugin-history-sync": "^1.3.18-canary.0", - "@stackflow/plugin-preload": "^1.2.15-canary.0", - "@stackflow/react": "^1.1.7-canary.0", + "@stackflow/core": "^1.0.10", + "@stackflow/plugin-history-sync": "^1.3.18", + "@stackflow/plugin-preload": "^1.2.15", + "@stackflow/react": "^1.1.7", "@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 21d0aaf13..bbacea742 100644 --- a/extensions/plugin-basic-ui/CHANGELOG.md +++ b/extensions/plugin-basic-ui/CHANGELOG.md @@ -1,5 +1,15 @@ # @stackflow/plugin-basic-ui +## 1.5.2 + +### Patch Changes + +- a32a7e09: chore: bump patch version +- Updated dependencies [a32a7e09] +- Updated dependencies [a32a7e09] + - @stackflow/react@1.1.7 + - @stackflow/core@1.0.10 + ## 1.5.2-canary.0 ### Patch Changes diff --git a/extensions/plugin-basic-ui/package.json b/extensions/plugin-basic-ui/package.json index 3efa960cc..5125f996f 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.2-canary.0", + "version": "1.5.2", "license": "MIT", "exports": { ".": { @@ -34,10 +34,10 @@ "ts-pattern": "^4.0.5" }, "devDependencies": { - "@stackflow/core": "^1.0.10-canary.0", + "@stackflow/core": "^1.0.10", "@stackflow/esbuild-config": "^1.0.1", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/react": "^1.1.7-canary.0", + "@stackflow/react": "^1.1.7", "@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.10-canary.0", - "@stackflow/react": "^1.1.7-canary.0", + "@stackflow/core": "^1.0.10", + "@stackflow/react": "^1.1.7", "@types/react": ">=16.8.0", "react": ">=16.8.0" }, diff --git a/extensions/plugin-devtools/CHANGELOG.md b/extensions/plugin-devtools/CHANGELOG.md index bcdf7d841..78aca244a 100644 --- a/extensions/plugin-devtools/CHANGELOG.md +++ b/extensions/plugin-devtools/CHANGELOG.md @@ -1,5 +1,14 @@ # @stackflow/plugin-devtools +## 0.1.8 + +### Patch Changes + +- a32a7e09: chore: bump patch version +- Updated dependencies [a32a7e09] +- Updated dependencies [a32a7e09] + - @stackflow/core@1.0.10 + ## 0.1.8-canary.0 ### Patch Changes diff --git a/extensions/plugin-devtools/package.json b/extensions/plugin-devtools/package.json index a38028381..bf5d89dbb 100644 --- a/extensions/plugin-devtools/package.json +++ b/extensions/plugin-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/plugin-devtools", - "version": "0.1.8-canary.0", + "version": "0.1.8", "license": "MIT", "exports": { ".": { @@ -25,7 +25,7 @@ "dev": "yarn build:js --watch && yarn build:dts --watch" }, "devDependencies": { - "@stackflow/core": "^1.0.10-canary.0", + "@stackflow/core": "^1.0.10", "@stackflow/esbuild-config": "^1.0.1", "@stackflow/eslint-config": "^1.0.2", "@types/node": "^18.6.3", @@ -45,7 +45,7 @@ "typescript": "^4.7.4" }, "peerDependencies": { - "@stackflow/core": "^1.0.10-canary.0" + "@stackflow/core": "^1.0.10" }, "publishConfig": { "access": "public" diff --git a/extensions/plugin-google-analytics-4/CHANGELOG.md b/extensions/plugin-google-analytics-4/CHANGELOG.md index 760b59990..7a95e41d9 100644 --- a/extensions/plugin-google-analytics-4/CHANGELOG.md +++ b/extensions/plugin-google-analytics-4/CHANGELOG.md @@ -1,5 +1,15 @@ # @stackflow/plugin-google-analytics-4 +## 1.1.9 + +### Patch Changes + +- a32a7e09: chore: bump patch version +- Updated dependencies [a32a7e09] +- Updated dependencies [a32a7e09] + - @stackflow/react@1.1.7 + - @stackflow/core@1.0.10 + ## 1.1.9-canary.0 ### Patch Changes diff --git a/extensions/plugin-google-analytics-4/package.json b/extensions/plugin-google-analytics-4/package.json index 8f3afa8d2..81d60dbe3 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.9-canary.0", + "version": "1.1.9", "license": "MIT", "author": "Aaron K ", "exports": { @@ -30,10 +30,10 @@ "react-ga4": "^1.4.1" }, "devDependencies": { - "@stackflow/core": "^1.0.10-canary.0", + "@stackflow/core": "^1.0.10", "@stackflow/esbuild-config": "^1.0.1", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/react": "^1.1.7-canary.0", + "@stackflow/react": "^1.1.7", "@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.10-canary.0", - "@stackflow/react": "^1.1.7-canary.0", + "@stackflow/core": "^1.0.10", + "@stackflow/react": "^1.1.7", "@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 index 75e210ab4..ff1fd7fb4 100644 --- a/extensions/plugin-history-sync/CHANGELOG.md +++ b/extensions/plugin-history-sync/CHANGELOG.md @@ -1,5 +1,15 @@ # @stackflow/plugin-history-sync +## 1.3.18 + +### Patch Changes + +- a32a7e09: chore: bump patch version +- Updated dependencies [a32a7e09] +- Updated dependencies [a32a7e09] + - @stackflow/react@1.1.7 + - @stackflow/core@1.0.10 + ## 1.3.18-canary.0 ### Patch Changes diff --git a/extensions/plugin-history-sync/package.json b/extensions/plugin-history-sync/package.json index dcec78253..b42257a95 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.18-canary.0", + "version": "1.3.18", "license": "MIT", "exports": { ".": { @@ -40,10 +40,10 @@ "url-pattern": "^1.0.3" }, "devDependencies": { - "@stackflow/core": "^1.0.10-canary.0", + "@stackflow/core": "^1.0.10", "@stackflow/esbuild-config": "^1.0.1", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/react": "^1.1.7-canary.0", + "@stackflow/react": "^1.1.7", "@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.10-canary.0", - "@stackflow/react": "^1.1.7-canary.0", + "@stackflow/core": "^1.0.10", + "@stackflow/react": "^1.1.7", "@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 index 56d0fbe16..7c61c0663 100644 --- a/extensions/plugin-map-initial-activity/CHANGELOG.md +++ b/extensions/plugin-map-initial-activity/CHANGELOG.md @@ -1,5 +1,15 @@ # @stackflow/plugin-map-initial-activity +## 1.0.5 + +### Patch Changes + +- a32a7e09: chore: bump patch version +- Updated dependencies [a32a7e09] +- Updated dependencies [a32a7e09] + - @stackflow/react@1.1.7 + - @stackflow/core@1.0.10 + ## 1.0.5-canary.0 ### Patch Changes diff --git a/extensions/plugin-map-initial-activity/package.json b/extensions/plugin-map-initial-activity/package.json index 370f6a6b8..af5d356b7 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.5-canary.0", + "version": "1.0.5", "license": "MIT", "exports": { ".": { @@ -26,10 +26,10 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@stackflow/core": "^1.0.10-canary.0", + "@stackflow/core": "^1.0.10", "@stackflow/esbuild-config": "^1.0.1", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/react": "^1.1.7-canary.0", + "@stackflow/react": "^1.1.7", "@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.10-canary.0", - "@stackflow/react": "^1.1.7-canary.0" + "@stackflow/core": "^1.0.10", + "@stackflow/react": "^1.1.7" }, "publishConfig": { "access": "public" diff --git a/extensions/plugin-preload/CHANGELOG.md b/extensions/plugin-preload/CHANGELOG.md index c3b74d31f..0601e2a77 100644 --- a/extensions/plugin-preload/CHANGELOG.md +++ b/extensions/plugin-preload/CHANGELOG.md @@ -1,5 +1,16 @@ # @stackflow/plugin-preload +## 1.2.15 + +### Patch Changes + +- a32a7e09: chore: bump patch version +- Updated dependencies [a32a7e09] +- Updated dependencies [a32a7e09] + - @stackflow/plugin-history-sync@1.3.18 + - @stackflow/react@1.1.7 + - @stackflow/core@1.0.10 + ## 1.2.15-canary.0 ### Patch Changes diff --git a/extensions/plugin-preload/package.json b/extensions/plugin-preload/package.json index 47cee614a..c2ca792ee 100644 --- a/extensions/plugin-preload/package.json +++ b/extensions/plugin-preload/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/plugin-preload", - "version": "1.2.15-canary.0", + "version": "1.2.15", "license": "MIT", "exports": { ".": { @@ -26,13 +26,13 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@stackflow/plugin-history-sync": "^1.3.18-canary.0" + "@stackflow/plugin-history-sync": "^1.3.18" }, "devDependencies": { - "@stackflow/core": "^1.0.10-canary.0", + "@stackflow/core": "^1.0.10", "@stackflow/esbuild-config": "^1.0.1", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/react": "^1.1.7-canary.0", + "@stackflow/react": "^1.1.7", "@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.10-canary.0", - "@stackflow/react": "^1.1.7-canary.0", + "@stackflow/core": "^1.0.10", + "@stackflow/react": "^1.1.7", "@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 index a19661435..9822fa956 100644 --- a/extensions/plugin-renderer-basic/CHANGELOG.md +++ b/extensions/plugin-renderer-basic/CHANGELOG.md @@ -1,5 +1,15 @@ # @stackflow/plugin-renderer-basic +## 1.1.7 + +### Patch Changes + +- a32a7e09: chore: bump patch version +- Updated dependencies [a32a7e09] +- Updated dependencies [a32a7e09] + - @stackflow/react@1.1.7 + - @stackflow/core@1.0.10 + ## 1.1.7-canary.0 ### Patch Changes diff --git a/extensions/plugin-renderer-basic/package.json b/extensions/plugin-renderer-basic/package.json index 1783cea7b..3b090f692 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.7-canary.0", + "version": "1.1.7", "license": "MIT", "exports": { ".": { @@ -26,10 +26,10 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@stackflow/core": "^1.0.10-canary.0", + "@stackflow/core": "^1.0.10", "@stackflow/esbuild-config": "^1.0.1", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/react": "^1.1.7-canary.0", + "@stackflow/react": "^1.1.7", "@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.10-canary.0", - "@stackflow/react": "^1.1.7-canary.0", + "@stackflow/core": "^1.0.10", + "@stackflow/react": "^1.1.7", "@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 index 196886b34..dc8a9b235 100644 --- a/extensions/plugin-renderer-web/CHANGELOG.md +++ b/extensions/plugin-renderer-web/CHANGELOG.md @@ -1,5 +1,15 @@ # @stackflow/plugin-renderer-web +## 1.1.7 + +### Patch Changes + +- a32a7e09: chore: bump patch version +- Updated dependencies [a32a7e09] +- Updated dependencies [a32a7e09] + - @stackflow/react@1.1.7 + - @stackflow/core@1.0.10 + ## 1.1.7-canary.0 ### Patch Changes diff --git a/extensions/plugin-renderer-web/package.json b/extensions/plugin-renderer-web/package.json index e69cb3dda..e1b70e196 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.7-canary.0", + "version": "1.1.7", "license": "MIT", "exports": { ".": { @@ -26,10 +26,10 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@stackflow/core": "^1.0.10-canary.0", + "@stackflow/core": "^1.0.10", "@stackflow/esbuild-config": "^1.0.1", "@stackflow/eslint-config": "^1.0.2", - "@stackflow/react": "^1.1.7-canary.0", + "@stackflow/react": "^1.1.7", "@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.10-canary.0", - "@stackflow/react": "^1.1.7-canary.0", + "@stackflow/core": "^1.0.10", + "@stackflow/react": "^1.1.7", "@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 0e84adf10..00742768f 100644 --- a/extensions/plugin-stack-depth-change/CHANGELOG.md +++ b/extensions/plugin-stack-depth-change/CHANGELOG.md @@ -1,5 +1,14 @@ # @stackflow/plugin-stack-depth-change +## 1.1.2 + +### Patch Changes + +- a32a7e09: chore: bump patch version +- Updated dependencies [a32a7e09] +- Updated dependencies [a32a7e09] + - @stackflow/core@1.0.10 + ## 1.1.2-canary.0 ### Patch Changes diff --git a/extensions/plugin-stack-depth-change/package.json b/extensions/plugin-stack-depth-change/package.json index 3a05f83f0..4dda24961 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.2-canary.0", + "version": "1.1.2", "license": "MIT", "exports": { ".": { @@ -26,7 +26,7 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@stackflow/core": "^1.0.10-canary.0", + "@stackflow/core": "^1.0.10", "@stackflow/esbuild-config": "^1.0.1", "@stackflow/eslint-config": "^1.0.2", "@types/node": "^18.6.3", @@ -46,7 +46,7 @@ "typescript": "^4.7.4" }, "peerDependencies": { - "@stackflow/core": "^1.0.10-canary.0" + "@stackflow/core": "^1.0.10" }, "publishConfig": { "access": "public" diff --git a/integrations/react/CHANGELOG.md b/integrations/react/CHANGELOG.md index f456d7304..76e72e72f 100644 --- a/integrations/react/CHANGELOG.md +++ b/integrations/react/CHANGELOG.md @@ -1,5 +1,15 @@ # @stackflow/react +## 1.1.7 + +### Patch Changes + +- a32a7e09: chore: bump patch version +- a32a7e09: fix(core)!: delegate overrideInitialEvents to makeCoreStore +- Updated dependencies [a32a7e09] +- Updated dependencies [a32a7e09] + - @stackflow/core@1.0.10 + ## 1.1.7-canary.0 ### Patch Changes diff --git a/integrations/react/package.json b/integrations/react/package.json index f7977ad0d..fffe7ad94 100644 --- a/integrations/react/package.json +++ b/integrations/react/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/react", - "version": "1.1.7-canary.0", + "version": "1.1.7", "license": "MIT", "exports": { ".": { @@ -29,7 +29,7 @@ "react-fast-compare": "^3.2.0" }, "devDependencies": { - "@stackflow/core": "^1.0.10-canary.0", + "@stackflow/core": "^1.0.10", "@stackflow/esbuild-config": "^1.0.1", "@stackflow/eslint-config": "^1.0.2", "@types/react": "^18.0.9", @@ -50,7 +50,7 @@ "typescript": "^4.7.4" }, "peerDependencies": { - "@stackflow/core": "^1.0.10-canary.0", + "@stackflow/core": "^1.0.10", "@types/react": ">=16.8.0", "react": ">=16.8.0" },