Skip to content

Commit

Permalink
canary deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfromundefined committed Sep 19, 2024
1 parent 70b119a commit d41e1f8
Show file tree
Hide file tree
Showing 13 changed files with 101 additions and 31 deletions.
5 changes: 5 additions & 0 deletions .changeset/friendly-tips-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@stackflow/plugin-history-sync": patch
---

fix(plugin-history-sync): replace json-cycle with flatted
27 changes: 27 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"mode": "exit",
"tag": "canary",
"initialVersions": {
"@stackflow/config": "1.1.0",
"@stackflow/core": "1.1.0",
"@stackflow/demo": "1.3.2",
"@stackflow/docs": "1.2.27",
"@stackflow/compat-await-push": "1.1.13",
"@stackflow/link": "1.4.5",
"@stackflow/plugin-basic-ui": "1.10.0",
"@stackflow/plugin-devtools": "0.1.11",
"@stackflow/plugin-google-analytics-4": "1.1.15",
"@stackflow/plugin-history-sync": "1.6.3",
"@stackflow/plugin-map-initial-activity": "1.0.11",
"@stackflow/plugin-preload": "1.4.2",
"@stackflow/plugin-renderer-basic": "1.1.13",
"@stackflow/plugin-renderer-web": "1.1.13",
"@stackflow/plugin-stack-depth-change": "1.1.5",
"@stackflow/react-ui-core": "1.1.2",
"@stackflow/react": "1.3.2",
"@stackflow/esbuild-config": "1.0.3"
},
"changesets": [
"friendly-tips-end"
]
}
9 changes: 9 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @stackflow/demo

## 1.3.3-canary.0

### Patch Changes

- Updated dependencies
- @stackflow/plugin-history-sync@1.6.4-canary.0
- @stackflow/link@1.4.6-canary.0
- @stackflow/plugin-preload@1.4.3-canary.0

## 1.3.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/demo",
"version": "1.3.2",
"version": "1.3.3-canary.0",
"private": true,
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -35,12 +35,12 @@
"@stackflow/compat-await-push": "^1.1.13",
"@stackflow/config": "^1.1.0",
"@stackflow/core": "^1.1.0",
"@stackflow/link": "^1.4.5",
"@stackflow/link": "^1.4.6-canary.0",
"@stackflow/plugin-basic-ui": "^1.9.2",
"@stackflow/plugin-devtools": "^0.1.11",
"@stackflow/plugin-history-sync": "^1.6.3-canary.0",
"@stackflow/plugin-history-sync": "^1.6.4-canary.0",
"@stackflow/plugin-map-initial-activity": "^1.0.11",
"@stackflow/plugin-preload": "^1.4.2",
"@stackflow/plugin-preload": "^1.4.3-canary.0",
"@stackflow/plugin-renderer-basic": "^1.1.13",
"@stackflow/plugin-stack-depth-change": "^1.1.5",
"@stackflow/react": "^1.3.2",
Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @stackflow/docs

## 1.2.28-canary.0

### Patch Changes

- Updated dependencies
- @stackflow/plugin-history-sync@1.6.4-canary.0
- @stackflow/demo@1.3.3-canary.0

## 1.2.27

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/docs",
"version": "1.2.27",
"version": "1.2.28-canary.0",
"private": true,
"description": "Mobile-first stack navigator framework with Composable Plugin System",
"license": "MIT",
Expand All @@ -12,9 +12,9 @@
"dependencies": {
"@mdx-js/react": "^3.0.1",
"@stackflow/core": "^1.1.0",
"@stackflow/demo": "^1.3.2",
"@stackflow/demo": "^1.3.3-canary.0",
"@stackflow/plugin-basic-ui": "^1.9.2",
"@stackflow/plugin-history-sync": "^1.6.3-canary.0",
"@stackflow/plugin-history-sync": "^1.6.4-canary.0",
"@stackflow/plugin-renderer-basic": "^1.1.13",
"@stackflow/react": "^1.3.2",
"@types/react": "^18.3.3",
Expand Down
8 changes: 8 additions & 0 deletions extensions/link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @stackflow/link

## 1.4.6-canary.0

### Patch Changes

- Updated dependencies
- @stackflow/plugin-history-sync@1.6.4-canary.0
- @stackflow/plugin-preload@1.4.3-canary.0

## 1.4.5

## 1.4.5-canary.0
Expand Down
10 changes: 5 additions & 5 deletions extensions/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/link",
"version": "1.4.5",
"version": "1.4.6-canary.0",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -33,8 +33,8 @@
"devDependencies": {
"@stackflow/core": "^1.1.0",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/plugin-history-sync": "^1.6.3-canary.0",
"@stackflow/plugin-preload": "^1.4.2",
"@stackflow/plugin-history-sync": "^1.6.4-canary.0",
"@stackflow/plugin-preload": "^1.4.3-canary.0",
"@stackflow/react": "^1.3.2",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
Expand All @@ -44,8 +44,8 @@
},
"peerDependencies": {
"@stackflow/core": "^1.1.0-canary.0",
"@stackflow/plugin-history-sync": "^1.6.3-canary.0",
"@stackflow/plugin-preload": "^1.4.2-canary.0",
"@stackflow/plugin-history-sync": "^1.6.4-canary.0",
"@stackflow/plugin-preload": "^1.4.3-canary.0",
"@stackflow/react": "^1.3.2-canary.0",
"@types/react": ">=16.8.0",
"react": ">=16.8.0"
Expand Down
6 changes: 6 additions & 0 deletions extensions/plugin-history-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/plugin-history-sync

## 1.6.4-canary.0

### Patch Changes

- fix(plugin-history-sync): replace json-cycle with flatted

## 1.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion extensions/plugin-history-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-history-sync",
"version": "1.6.3",
"version": "1.6.4-canary.0",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down
7 changes: 7 additions & 0 deletions extensions/plugin-preload/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @stackflow/plugin-preload

## 1.4.3-canary.0

### Patch Changes

- Updated dependencies
- @stackflow/plugin-history-sync@1.6.4-canary.0

## 1.4.2

## 1.4.2-canary.0
Expand Down
6 changes: 3 additions & 3 deletions extensions/plugin-preload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-preload",
"version": "1.4.2",
"version": "1.4.3-canary.0",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@stackflow/core": "^1.1.0",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/plugin-history-sync": "^1.6.3-canary.0",
"@stackflow/plugin-history-sync": "^1.6.4-canary.0",
"@stackflow/react": "^1.3.2",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
Expand All @@ -43,7 +43,7 @@
},
"peerDependencies": {
"@stackflow/core": "^1.1.0-canary.0",
"@stackflow/plugin-history-sync": "^1.6.3-canary.0",
"@stackflow/plugin-history-sync": "^1.6.4-canary.0",
"@stackflow/react": "^1.3.2-canary.0",
"@types/react": ">=16.8.0",
"react": ">=16.8.0"
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2380,7 +2380,7 @@ __metadata:
languageName: unknown
linkType: soft

"@stackflow/demo@npm:^1.3.2, @stackflow/demo@workspace:demo":
"@stackflow/demo@npm:^1.3.3-canary.0, @stackflow/demo@workspace:demo":
version: 0.0.0-use.local
resolution: "@stackflow/demo@workspace:demo"
dependencies:
Expand All @@ -2390,12 +2390,12 @@ __metadata:
"@stackflow/config": "npm:^1.1.0"
"@stackflow/core": "npm:^1.1.0"
"@stackflow/esbuild-config": "npm:^1.0.3"
"@stackflow/link": "npm:^1.4.5"
"@stackflow/link": "npm:^1.4.6-canary.0"
"@stackflow/plugin-basic-ui": "npm:^1.9.2"
"@stackflow/plugin-devtools": "npm:^0.1.11"
"@stackflow/plugin-history-sync": "npm:^1.6.3-canary.0"
"@stackflow/plugin-history-sync": "npm:^1.6.4-canary.0"
"@stackflow/plugin-map-initial-activity": "npm:^1.0.11"
"@stackflow/plugin-preload": "npm:^1.4.2"
"@stackflow/plugin-preload": "npm:^1.4.3-canary.0"
"@stackflow/plugin-renderer-basic": "npm:^1.1.13"
"@stackflow/plugin-stack-depth-change": "npm:^1.1.5"
"@stackflow/react": "npm:^1.3.2"
Expand Down Expand Up @@ -2427,9 +2427,9 @@ __metadata:
"@mdx-js/react": "npm:^3.0.1"
"@seed-design/stylesheet": "npm:^1.0.4"
"@stackflow/core": "npm:^1.1.0"
"@stackflow/demo": "npm:^1.3.2"
"@stackflow/demo": "npm:^1.3.3-canary.0"
"@stackflow/plugin-basic-ui": "npm:^1.9.2"
"@stackflow/plugin-history-sync": "npm:^1.6.3-canary.0"
"@stackflow/plugin-history-sync": "npm:^1.6.4-canary.0"
"@stackflow/plugin-renderer-basic": "npm:^1.1.13"
"@stackflow/react": "npm:^1.3.2"
"@types/react": "npm:^18.3.3"
Expand All @@ -2451,14 +2451,14 @@ __metadata:
languageName: unknown
linkType: soft

"@stackflow/link@npm:^1.4.5, @stackflow/link@workspace:extensions/link":
"@stackflow/link@npm:^1.4.6-canary.0, @stackflow/link@workspace:extensions/link":
version: 0.0.0-use.local
resolution: "@stackflow/link@workspace:extensions/link"
dependencies:
"@stackflow/core": "npm:^1.1.0"
"@stackflow/esbuild-config": "npm:^1.0.3"
"@stackflow/plugin-history-sync": "npm:^1.6.3-canary.0"
"@stackflow/plugin-preload": "npm:^1.4.2"
"@stackflow/plugin-history-sync": "npm:^1.6.4-canary.0"
"@stackflow/plugin-preload": "npm:^1.4.3-canary.0"
"@stackflow/react": "npm:^1.3.2"
"@types/react": "npm:^18.3.3"
esbuild: "npm:^0.23.0"
Expand All @@ -2467,8 +2467,8 @@ __metadata:
typescript: "npm:^5.5.3"
peerDependencies:
"@stackflow/core": ^1.1.0-canary.0
"@stackflow/plugin-history-sync": ^1.6.3-canary.0
"@stackflow/plugin-preload": ^1.4.2-canary.0
"@stackflow/plugin-history-sync": ^1.6.4-canary.0
"@stackflow/plugin-preload": ^1.4.3-canary.0
"@stackflow/react": ^1.3.2-canary.0
"@types/react": ">=16.8.0"
react: ">=16.8.0"
Expand Down Expand Up @@ -2550,7 +2550,7 @@ __metadata:
languageName: unknown
linkType: soft

"@stackflow/plugin-history-sync@npm:^1.6.3-canary.0, @stackflow/plugin-history-sync@workspace:extensions/plugin-history-sync":
"@stackflow/plugin-history-sync@npm:^1.6.4-canary.0, @stackflow/plugin-history-sync@workspace:extensions/plugin-history-sync":
version: 0.0.0-use.local
resolution: "@stackflow/plugin-history-sync@workspace:extensions/plugin-history-sync"
dependencies:
Expand Down Expand Up @@ -2603,13 +2603,13 @@ __metadata:
languageName: unknown
linkType: soft

"@stackflow/plugin-preload@npm:^1.4.2, @stackflow/plugin-preload@workspace:extensions/plugin-preload":
"@stackflow/plugin-preload@npm:^1.4.3-canary.0, @stackflow/plugin-preload@workspace:extensions/plugin-preload":
version: 0.0.0-use.local
resolution: "@stackflow/plugin-preload@workspace:extensions/plugin-preload"
dependencies:
"@stackflow/core": "npm:^1.1.0"
"@stackflow/esbuild-config": "npm:^1.0.3"
"@stackflow/plugin-history-sync": "npm:^1.6.3-canary.0"
"@stackflow/plugin-history-sync": "npm:^1.6.4-canary.0"
"@stackflow/react": "npm:^1.3.2"
"@types/react": "npm:^18.3.3"
esbuild: "npm:^0.23.0"
Expand All @@ -2618,7 +2618,7 @@ __metadata:
typescript: "npm:^5.5.3"
peerDependencies:
"@stackflow/core": ^1.1.0-canary.0
"@stackflow/plugin-history-sync": ^1.6.3-canary.0
"@stackflow/plugin-history-sync": ^1.6.4-canary.0
"@stackflow/react": ^1.3.2-canary.0
"@types/react": ">=16.8.0"
react: ">=16.8.0"
Expand Down

0 comments on commit d41e1f8

Please sign in to comment.