diff --git a/.changeset/ten-moose-pump.md b/.changeset/ten-moose-pump.md deleted file mode 100644 index 8ea8eb48..00000000 --- a/.changeset/ten-moose-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@contentstech/stackflow-plugin-history-sync": minor ---- - -Fix invalid rebase diff --git a/demo-solid/CHANGELOG.md b/demo-solid/CHANGELOG.md index 7eaacbb9..23d1362a 100644 --- a/demo-solid/CHANGELOG.md +++ b/demo-solid/CHANGELOG.md @@ -1,5 +1,14 @@ # @stackflow/demo-solid +## 1.4.4 + +### Patch Changes + +- Updated dependencies [b733361] + - @contentstech/stackflow-plugin-history-sync@0.8.0 + - @contentstech/stackflow-link@0.4.1 + - @contentstech/stackflow-plugin-preload@0.4.1 + ## 1.4.3 ### Patch Changes diff --git a/demo-solid/package.json b/demo-solid/package.json index 33de6bce..fe610ed6 100644 --- a/demo-solid/package.json +++ b/demo-solid/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/demo-solid", - "version": "1.4.3", + "version": "1.4.4", "private": true, "license": "MIT", "type": "module", @@ -30,10 +30,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@contentstech/stackflow-link": "^0.4.0", + "@contentstech/stackflow-link": "^0.4.1", "@contentstech/stackflow-plugin-basic-ui": "^0.6.0", - "@contentstech/stackflow-plugin-history-sync": "^0.7.0", - "@contentstech/stackflow-plugin-preload": "^0.4.0", + "@contentstech/stackflow-plugin-history-sync": "^0.8.0", + "@contentstech/stackflow-plugin-preload": "^0.4.1", "@contentstech/stackflow-plugin-renderer-basic": "^0.6.0", "@contentstech/stackflow-solid": "^0.7.0", "@seed-design/design-token": "^1.0.3", diff --git a/demo/CHANGELOG.md b/demo/CHANGELOG.md index f0ef90b2..99e418f0 100644 --- a/demo/CHANGELOG.md +++ b/demo/CHANGELOG.md @@ -1,5 +1,14 @@ # @stackflow/demo +## 1.4.3 + +### Patch Changes + +- Updated dependencies [b733361] + - @contentstech/stackflow-plugin-history-sync@0.8.0 + - @contentstech/stackflow-link@0.4.1 + - @contentstech/stackflow-plugin-preload@0.4.1 + ## 1.4.2 ### Patch Changes diff --git a/demo/package.json b/demo/package.json index cd636c24..5cd02382 100644 --- a/demo/package.json +++ b/demo/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/demo", - "version": "1.4.2", + "version": "1.4.3", "private": true, "license": "MIT", "type": "module", @@ -30,10 +30,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@contentstech/stackflow-link": "^0.4.0", + "@contentstech/stackflow-link": "^0.4.1", "@contentstech/stackflow-plugin-basic-ui": "^0.6.0", - "@contentstech/stackflow-plugin-history-sync": "^0.7.0", - "@contentstech/stackflow-plugin-preload": "^0.4.0", + "@contentstech/stackflow-plugin-history-sync": "^0.8.0", + "@contentstech/stackflow-plugin-preload": "^0.4.1", "@contentstech/stackflow-plugin-renderer-basic": "^0.6.0", "@seed-design/design-token": "^1.0.3", "@seed-design/stylesheet": "^1.0.4", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 46c66e75..58a937ef 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,13 @@ # @stackflow/docs +## 2.0.3 + +### Patch Changes + +- Updated dependencies [b733361] + - @contentstech/stackflow-plugin-history-sync@0.8.0 + - @stackflow/demo@1.4.3 + ## 2.0.2 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 77370476..3ab66552 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/docs", - "version": "2.0.2", + "version": "2.0.3", "private": true, "description": "Mobile-first stack navigator framework with Composable Plugin System", "license": "MIT", @@ -11,12 +11,12 @@ }, "dependencies": { "@contentstech/stackflow-plugin-basic-ui": "^0.6.0", - "@contentstech/stackflow-plugin-history-sync": "^0.7.0", + "@contentstech/stackflow-plugin-history-sync": "^0.8.0", "@contentstech/stackflow-plugin-renderer-basic": "^0.6.0", "@mdx-js/react": "^3.0.1", "@seed-design/design-token": "^1.0.3", "@stackflow/core": "^1.1.0", - "@stackflow/demo": "^1.4.2", + "@stackflow/demo": "^1.4.3", "@stackflow/react": "^1.4.0", "@types/react": "^18.3.3", "autoprefixer": "^10.4.20", diff --git a/extensions/link/CHANGELOG.md b/extensions/link/CHANGELOG.md index 0a51ca6c..c46c3c7e 100644 --- a/extensions/link/CHANGELOG.md +++ b/extensions/link/CHANGELOG.md @@ -1,5 +1,12 @@ # @stackflow/link +## 0.4.1 + +### Patch Changes + +- Updated dependencies [b733361] + - @contentstech/stackflow-plugin-history-sync@0.8.0 + ## 0.4.0 ### Minor Changes diff --git a/extensions/link/package.json b/extensions/link/package.json index 48be32a2..daf2a312 100644 --- a/extensions/link/package.json +++ b/extensions/link/package.json @@ -1,6 +1,6 @@ { "name": "@contentstech/stackflow-link", - "version": "0.4.0", + "version": "0.4.1", "private": true, "repository": { "type": "git", @@ -42,8 +42,8 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@contentstech/stackflow-plugin-history-sync": "^0.7.0", - "@contentstech/stackflow-plugin-preload": "^0.4.0", + "@contentstech/stackflow-plugin-history-sync": "^0.8.0", + "@contentstech/stackflow-plugin-preload": "^0.4.1", "@stackflow/config": "^1.2.0", "@stackflow/core": "^1.1.0", "@stackflow/esbuild-config": "^1.0.3", @@ -56,7 +56,7 @@ "typescript": "^5.5.3" }, "peerDependencies": { - "@contentstech/stackflow-plugin-history-sync": "^0.7.0", + "@contentstech/stackflow-plugin-history-sync": "^0.8.0", "@contentstech/stackflow-plugin-preload": "^0.4.0", "@stackflow/core": "^1.1.0-canary.0", "@stackflow/react": "^1.3.2-canary.0", diff --git a/extensions/plugin-history-sync/CHANGELOG.md b/extensions/plugin-history-sync/CHANGELOG.md index 7630999d..81487375 100644 --- a/extensions/plugin-history-sync/CHANGELOG.md +++ b/extensions/plugin-history-sync/CHANGELOG.md @@ -1,5 +1,11 @@ # @stackflow/plugin-history-sync +## 0.8.0 + +### Minor Changes + +- b733361: Fix invalid rebase + ## 0.7.0 ### Minor Changes diff --git a/extensions/plugin-history-sync/package.json b/extensions/plugin-history-sync/package.json index b1cdca3b..8f4d1421 100644 --- a/extensions/plugin-history-sync/package.json +++ b/extensions/plugin-history-sync/package.json @@ -1,6 +1,6 @@ { "name": "@contentstech/stackflow-plugin-history-sync", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "https://github.com/contentstech-com/stackflow.git", diff --git a/extensions/plugin-preload/CHANGELOG.md b/extensions/plugin-preload/CHANGELOG.md index 5ba45353..3a870503 100644 --- a/extensions/plugin-preload/CHANGELOG.md +++ b/extensions/plugin-preload/CHANGELOG.md @@ -1,5 +1,12 @@ # @stackflow/plugin-preload +## 0.4.1 + +### Patch Changes + +- Updated dependencies [b733361] + - @contentstech/stackflow-plugin-history-sync@0.8.0 + ## 0.4.0 ### Minor Changes diff --git a/extensions/plugin-preload/package.json b/extensions/plugin-preload/package.json index d11e4862..36350642 100644 --- a/extensions/plugin-preload/package.json +++ b/extensions/plugin-preload/package.json @@ -1,6 +1,6 @@ { "name": "@contentstech/stackflow-plugin-preload", - "version": "0.4.0", + "version": "0.4.1", "private": true, "repository": { "type": "git", @@ -32,7 +32,7 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@contentstech/stackflow-plugin-history-sync": "^0.7.0", + "@contentstech/stackflow-plugin-history-sync": "^0.8.0", "@stackflow/core": "^1.1.0", "@stackflow/esbuild-config": "^1.0.3", "@stackflow/react": "^1.4.0", @@ -43,7 +43,7 @@ "typescript": "^5.5.3" }, "peerDependencies": { - "@contentstech/stackflow-plugin-history-sync": "^0.7.0", + "@contentstech/stackflow-plugin-history-sync": "^0.8.0", "@stackflow/core": "^1.1.0-canary.0", "@stackflow/react": "^1.3.2-canary.0", "@types/react": ">=16.8.0", diff --git a/yarn.lock b/yarn.lock index 6b9668ec..b99b2d94 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1138,12 +1138,12 @@ __metadata: languageName: node linkType: hard -"@contentstech/stackflow-link@npm:^0.4.0, @contentstech/stackflow-link@workspace:extensions/link": +"@contentstech/stackflow-link@npm:^0.4.1, @contentstech/stackflow-link@workspace:extensions/link": version: 0.0.0-use.local resolution: "@contentstech/stackflow-link@workspace:extensions/link" dependencies: - "@contentstech/stackflow-plugin-history-sync": "npm:^0.7.0" - "@contentstech/stackflow-plugin-preload": "npm:^0.4.0" + "@contentstech/stackflow-plugin-history-sync": "npm:^0.8.0" + "@contentstech/stackflow-plugin-preload": "npm:^0.4.1" "@stackflow/config": "npm:^1.2.0" "@stackflow/core": "npm:^1.1.0" "@stackflow/esbuild-config": "npm:^1.0.3" @@ -1155,7 +1155,7 @@ __metadata: rimraf: "npm:^3.0.2" typescript: "npm:^5.5.3" peerDependencies: - "@contentstech/stackflow-plugin-history-sync": ^0.7.0 + "@contentstech/stackflow-plugin-history-sync": ^0.8.0 "@contentstech/stackflow-plugin-preload": ^0.4.0 "@stackflow/core": ^1.1.0-canary.0 "@stackflow/react": ^1.3.2-canary.0 @@ -1206,7 +1206,7 @@ __metadata: languageName: unknown linkType: soft -"@contentstech/stackflow-plugin-history-sync@npm:^0.7.0, @contentstech/stackflow-plugin-history-sync@workspace:extensions/plugin-history-sync": +"@contentstech/stackflow-plugin-history-sync@npm:^0.8.0, @contentstech/stackflow-plugin-history-sync@workspace:extensions/plugin-history-sync": version: 0.0.0-use.local resolution: "@contentstech/stackflow-plugin-history-sync@workspace:extensions/plugin-history-sync" dependencies: @@ -1259,11 +1259,11 @@ __metadata: languageName: unknown linkType: soft -"@contentstech/stackflow-plugin-preload@npm:^0.4.0, @contentstech/stackflow-plugin-preload@workspace:extensions/plugin-preload": +"@contentstech/stackflow-plugin-preload@npm:^0.4.1, @contentstech/stackflow-plugin-preload@workspace:extensions/plugin-preload": version: 0.0.0-use.local resolution: "@contentstech/stackflow-plugin-preload@workspace:extensions/plugin-preload" dependencies: - "@contentstech/stackflow-plugin-history-sync": "npm:^0.7.0" + "@contentstech/stackflow-plugin-history-sync": "npm:^0.8.0" "@stackflow/core": "npm:^1.1.0" "@stackflow/esbuild-config": "npm:^1.0.3" "@stackflow/react": "npm:^1.4.0" @@ -1273,7 +1273,7 @@ __metadata: rimraf: "npm:^3.0.2" typescript: "npm:^5.5.3" peerDependencies: - "@contentstech/stackflow-plugin-history-sync": ^0.7.0 + "@contentstech/stackflow-plugin-history-sync": ^0.8.0 "@stackflow/core": ^1.1.0-canary.0 "@stackflow/react": ^1.3.2-canary.0 "@types/react": ">=16.8.0" @@ -2630,10 +2630,10 @@ __metadata: version: 0.0.0-use.local resolution: "@stackflow/demo-solid@workspace:demo-solid" dependencies: - "@contentstech/stackflow-link": "npm:^0.4.0" + "@contentstech/stackflow-link": "npm:^0.4.1" "@contentstech/stackflow-plugin-basic-ui": "npm:^0.6.0" - "@contentstech/stackflow-plugin-history-sync": "npm:^0.7.0" - "@contentstech/stackflow-plugin-preload": "npm:^0.4.0" + "@contentstech/stackflow-plugin-history-sync": "npm:^0.8.0" + "@contentstech/stackflow-plugin-preload": "npm:^0.4.1" "@contentstech/stackflow-plugin-renderer-basic": "npm:^0.6.0" "@contentstech/stackflow-solid": "npm:^0.7.0" "@seed-design/design-token": "npm:^1.0.3" @@ -2661,14 +2661,14 @@ __metadata: languageName: unknown linkType: soft -"@stackflow/demo@npm:^1.4.2, @stackflow/demo@workspace:demo": +"@stackflow/demo@npm:^1.4.3, @stackflow/demo@workspace:demo": version: 0.0.0-use.local resolution: "@stackflow/demo@workspace:demo" dependencies: - "@contentstech/stackflow-link": "npm:^0.4.0" + "@contentstech/stackflow-link": "npm:^0.4.1" "@contentstech/stackflow-plugin-basic-ui": "npm:^0.6.0" - "@contentstech/stackflow-plugin-history-sync": "npm:^0.7.0" - "@contentstech/stackflow-plugin-preload": "npm:^0.4.0" + "@contentstech/stackflow-plugin-history-sync": "npm:^0.8.0" + "@contentstech/stackflow-plugin-preload": "npm:^0.4.1" "@contentstech/stackflow-plugin-renderer-basic": "npm:^0.6.0" "@seed-design/design-token": "npm:^1.0.3" "@seed-design/stylesheet": "npm:^1.0.4" @@ -2706,13 +2706,13 @@ __metadata: resolution: "@stackflow/docs@workspace:docs" dependencies: "@contentstech/stackflow-plugin-basic-ui": "npm:^0.6.0" - "@contentstech/stackflow-plugin-history-sync": "npm:^0.7.0" + "@contentstech/stackflow-plugin-history-sync": "npm:^0.8.0" "@contentstech/stackflow-plugin-renderer-basic": "npm:^0.6.0" "@mdx-js/react": "npm:^3.0.1" "@seed-design/design-token": "npm:^1.0.3" "@seed-design/stylesheet": "npm:^1.0.4" "@stackflow/core": "npm:^1.1.0" - "@stackflow/demo": "npm:^1.4.2" + "@stackflow/demo": "npm:^1.4.3" "@stackflow/react": "npm:^1.4.0" "@types/node": "npm:^22.7.5" "@types/react": "npm:^18.3.3"