Skip to content

Commit

Permalink
Pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
orionmiz committed Dec 22, 2023
1 parent a6373a7 commit 25c1408
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-eyes-love.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@stackflow/plugin-stack-depth-change": minor
---

feat(plugin-stack-depth-change): invoke callback only when depth level has changed
26 changes: 26 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"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"
]
}
8 changes: 8 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @stackflow/demo

## 1.2.18-canary.0

### Patch Changes

- Updated dependencies
- @stackflow/plugin-stack-depth-change@1.1.0-canary.0
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/demo",
"version": "1.2.17",
"version": "1.2.18-canary.0",
"private": true,
"license": "MIT",
"exports": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"@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.0.9",
"@stackflow/plugin-stack-depth-change": "^1.1.0-canary.0",
"@stackflow/react": "^1.1.5",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.20.0",
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @stackflow/docs

## 1.2.19-canary.0

### Patch Changes

- @stackflow/demo@1.2.18-canary.0
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/docs",
"version": "1.2.18",
"version": "1.2.19-canary.0",
"private": true,
"description": "Mobile-first stack navigator framework with Composable Plugin System",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@mdx-js/react": "^2.1.1",
"@stackflow/core": "^1.0.8",
"@stackflow/demo": "^1.2.17",
"@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",
Expand Down
7 changes: 7 additions & 0 deletions extensions/plugin-stack-depth-change/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @stackflow/plugin-stack-depth-change

## 1.1.0-canary.0

### Minor Changes

- feat(plugin-stack-depth-change): invoke callback only when depth level has changed
2 changes: 1 addition & 1 deletion extensions/plugin-stack-depth-change/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-stack-depth-change",
"version": "1.0.9",
"version": "1.1.0-canary.0",
"license": "MIT",
"exports": {
".": {
Expand Down

0 comments on commit 25c1408

Please sign in to comment.