Skip to content

Commit cfa7af8

Browse files
Revert "Version Packages" (#573)
1 parent c0e169c commit cfa7af8

File tree

14 files changed

+47
-57
lines changed

14 files changed

+47
-57
lines changed

.changeset/chilled-hats-love.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@stackflow/plugin-basic-ui": minor
3+
"@stackflow/react": minor
4+
"@stackflow/core": minor
5+
---
6+
7+
Supports dynamic import for activities, and delays transition effects while loading an activity or waiting for a loader response

.changeset/chilly-toys-cheer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@stackflow/docs": patch
3+
---
4+
5+
Edit docs to match updated future api spec
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@stackflow/plugin-basic-ui": patch
3+
---
4+
5+
fix(plugin-basic-ui): assign normalized values to global option provider
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@stackflow/react": minor
3+
---
4+
5+
The 'update functions' pattern for step push and replace actions is implemented.

.changeset/popular-glasses-sing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@stackflow/react": minor
3+
"@stackflow/core": minor
4+
---
5+
6+
feat(core, react): add `hasZIndex` option in `useStepFlow()`

core/CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# @stackflow/core
22

3-
## 1.2.0
4-
5-
### Minor Changes
6-
7-
- 2e24b34: Supports dynamic import for activities, and delays transition effects while loading an activity or waiting for a loader response
8-
- 8bf74af: feat(core, react): add `hasZIndex` option in `useStepFlow()`
9-
103
## 1.1.1
114

125
### Patch Changes

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/core",
3-
"version": "1.2.0",
3+
"version": "1.1.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",

docs/CHANGELOG.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
# @stackflow/docs
22

3-
## 2.0.2
4-
5-
### Patch Changes
6-
7-
- 7440875: Edit docs to match updated future api spec
8-
- Updated dependencies [2e24b34]
9-
- Updated dependencies [e5eeca8]
10-
- Updated dependencies [f8083bc]
11-
- Updated dependencies [8bf74af]
12-
- @stackflow/plugin-basic-ui@1.12.0
13-
- @stackflow/react@1.5.0
14-
- @stackflow/core@1.2.0
15-
163
## 2.0.1
174

185
### Patch Changes

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/docs",
3-
"version": "2.0.2",
3+
"version": "2.0.1",
44
"private": true,
55
"description": "Mobile-first stack navigator framework with Composable Plugin System",
66
"license": "MIT",
@@ -12,12 +12,12 @@
1212
"dependencies": {
1313
"@mdx-js/react": "^3.0.1",
1414
"@seed-design/design-token": "^1.0.3",
15-
"@stackflow/core": "^1.2.0",
15+
"@stackflow/core": "^1.1.0",
1616
"@stackflow/demo": "^1.4.0",
17-
"@stackflow/plugin-basic-ui": "^1.12.0",
17+
"@stackflow/plugin-basic-ui": "^1.9.2",
1818
"@stackflow/plugin-history-sync": "^1.7.0",
1919
"@stackflow/plugin-renderer-basic": "^1.1.13",
20-
"@stackflow/react": "^1.5.0",
20+
"@stackflow/react": "^1.4.0",
2121
"@types/react": "^18.3.3",
2222
"autoprefixer": "^10.4.20",
2323
"class-variance-authority": "^0.7.0",

extensions/plugin-basic-ui/CHANGELOG.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
# @stackflow/plugin-basic-ui
22

3-
## 1.12.0
4-
5-
### Minor Changes
6-
7-
- 2e24b34: Supports dynamic import for activities, and delays transition effects while loading an activity or waiting for a loader response
8-
9-
### Patch Changes
10-
11-
- e5eeca8: fix(plugin-basic-ui): assign normalized values to global option provider
12-
133
## 1.11.1
144

155
### Patch Changes

0 commit comments

Comments
 (0)