Skip to content

Commit c380878

Browse files
canary deployment
1 parent aa00bbb commit c380878

9 files changed

Lines changed: 64 additions & 11 deletions

File tree

.changeset/green-onions-sleep.md

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+
feat(plugin-basic-ui): remove div wrapper in plugin-basic-ui

.changeset/pre.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"mode": "exit",
3+
"tag": "canary",
4+
"initialVersions": {
5+
"@stackflow/config": "1.1.0",
6+
"@stackflow/core": "1.1.0",
7+
"@stackflow/demo": "1.3.1",
8+
"@stackflow/docs": "1.2.26",
9+
"@stackflow/compat-await-push": "1.1.12",
10+
"@stackflow/link": "1.4.4",
11+
"@stackflow/plugin-basic-ui": "1.9.1",
12+
"@stackflow/plugin-devtools": "0.1.11",
13+
"@stackflow/plugin-google-analytics-4": "1.1.14",
14+
"@stackflow/plugin-history-sync": "1.6.2",
15+
"@stackflow/plugin-map-initial-activity": "1.0.10",
16+
"@stackflow/plugin-preload": "1.4.1",
17+
"@stackflow/plugin-renderer-basic": "1.1.12",
18+
"@stackflow/plugin-renderer-web": "1.1.12",
19+
"@stackflow/plugin-stack-depth-change": "1.1.5",
20+
"@stackflow/react-ui-core": "1.1.1",
21+
"@stackflow/react": "1.3.1",
22+
"@stackflow/esbuild-config": "1.0.3"
23+
},
24+
"changesets": [
25+
"green-onions-sleep"
26+
]
27+
}

demo/CHANGELOG.md

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

3+
## 1.3.2-canary.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @stackflow/plugin-basic-ui@1.9.2-canary.0
9+
310
## 1.3.1
411

512
### Patch Changes

demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/demo",
3-
"version": "1.3.1",
3+
"version": "1.3.2-canary.0",
44
"private": true,
55
"license": "MIT",
66
"type": "module",
@@ -36,7 +36,7 @@
3636
"@stackflow/config": "^1.1.0",
3737
"@stackflow/core": "^1.1.0",
3838
"@stackflow/link": "^1.4.4",
39-
"@stackflow/plugin-basic-ui": "^1.9.1",
39+
"@stackflow/plugin-basic-ui": "^1.9.2-canary.0",
4040
"@stackflow/plugin-devtools": "^0.1.11",
4141
"@stackflow/plugin-history-sync": "^1.6.2",
4242
"@stackflow/plugin-map-initial-activity": "^1.0.10",

docs/CHANGELOG.md

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

3+
## 1.2.27-canary.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @stackflow/plugin-basic-ui@1.9.2-canary.0
9+
- @stackflow/demo@1.3.2-canary.0
10+
311
## 1.2.26
412

513
### Patch Changes

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/docs",
3-
"version": "1.2.26",
3+
"version": "1.2.27-canary.0",
44
"private": true,
55
"description": "Mobile-first stack navigator framework with Composable Plugin System",
66
"license": "MIT",
@@ -12,8 +12,8 @@
1212
"dependencies": {
1313
"@mdx-js/react": "^3.0.1",
1414
"@stackflow/core": "^1.1.0",
15-
"@stackflow/demo": "^1.3.1",
16-
"@stackflow/plugin-basic-ui": "^1.9.1",
15+
"@stackflow/demo": "^1.3.2-canary.0",
16+
"@stackflow/plugin-basic-ui": "^1.9.2-canary.0",
1717
"@stackflow/plugin-history-sync": "^1.6.2",
1818
"@stackflow/plugin-renderer-basic": "^1.1.12",
1919
"@stackflow/react": "^1.3.0",

extensions/plugin-basic-ui/CHANGELOG.md

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

3+
## 1.9.2-canary.0
4+
5+
### Patch Changes
6+
7+
- feat(plugin-basic-ui): remove div wrapper in plugin-basic-ui
8+
39
## 1.9.1
410

511
### Patch Changes

extensions/plugin-basic-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/plugin-basic-ui",
3-
"version": "1.9.1",
3+
"version": "1.9.2-canary.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2322,7 +2322,7 @@ __metadata:
23222322
languageName: unknown
23232323
linkType: soft
23242324

2325-
"@stackflow/demo@npm:^1.3.1, @stackflow/demo@workspace:demo":
2325+
"@stackflow/demo@npm:^1.3.2-canary.0, @stackflow/demo@workspace:demo":
23262326
version: 0.0.0-use.local
23272327
resolution: "@stackflow/demo@workspace:demo"
23282328
dependencies:
@@ -2333,7 +2333,7 @@ __metadata:
23332333
"@stackflow/core": "npm:^1.1.0"
23342334
"@stackflow/esbuild-config": "npm:^1.0.3"
23352335
"@stackflow/link": "npm:^1.4.4"
2336-
"@stackflow/plugin-basic-ui": "npm:^1.9.1"
2336+
"@stackflow/plugin-basic-ui": "npm:^1.9.2-canary.0"
23372337
"@stackflow/plugin-devtools": "npm:^0.1.11"
23382338
"@stackflow/plugin-history-sync": "npm:^1.6.2"
23392339
"@stackflow/plugin-map-initial-activity": "npm:^1.0.10"
@@ -2369,8 +2369,8 @@ __metadata:
23692369
"@mdx-js/react": "npm:^3.0.1"
23702370
"@seed-design/stylesheet": "npm:^1.0.4"
23712371
"@stackflow/core": "npm:^1.1.0"
2372-
"@stackflow/demo": "npm:^1.3.1"
2373-
"@stackflow/plugin-basic-ui": "npm:^1.9.1"
2372+
"@stackflow/demo": "npm:^1.3.2-canary.0"
2373+
"@stackflow/plugin-basic-ui": "npm:^1.9.2-canary.0"
23742374
"@stackflow/plugin-history-sync": "npm:^1.6.2"
23752375
"@stackflow/plugin-renderer-basic": "npm:^1.1.12"
23762376
"@stackflow/react": "npm:^1.3.0"
@@ -2431,7 +2431,7 @@ __metadata:
24312431
languageName: unknown
24322432
linkType: soft
24332433

2434-
"@stackflow/plugin-basic-ui@npm:^1.9.1, @stackflow/plugin-basic-ui@workspace:extensions/plugin-basic-ui":
2434+
"@stackflow/plugin-basic-ui@npm:^1.9.2-canary.0, @stackflow/plugin-basic-ui@workspace:extensions/plugin-basic-ui":
24352435
version: 0.0.0-use.local
24362436
resolution: "@stackflow/plugin-basic-ui@workspace:extensions/plugin-basic-ui"
24372437
dependencies:

0 commit comments

Comments
 (0)