Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and XiNiHa committed Nov 15, 2024
1 parent b733361 commit 1e4336b
Show file tree
Hide file tree
Showing 14 changed files with 82 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/ten-moose-pump.md

This file was deleted.

9 changes: 9 additions & 0 deletions demo-solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions demo-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/demo-solid",
"version": "1.4.3",
"version": "1.4.4",
"private": true,
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -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",
Expand Down
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.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
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.4.2",
"version": "1.4.3",
"private": true,
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -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",
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

## 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
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": "2.0.2",
"version": "2.0.3",
"private": true,
"description": "Mobile-first stack navigator framework with Composable Plugin System",
"license": "MIT",
Expand All @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions extensions/link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions extensions/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstech/stackflow-link",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
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

## 0.8.0

### Minor Changes

- b733361: Fix invalid rebase

## 0.7.0

### Minor 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": "@contentstech/stackflow-plugin-history-sync",
"version": "0.7.0",
"version": "0.8.0",
"repository": {
"type": "git",
"url": "https://github.com/contentstech-com/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

## 0.4.1

### Patch Changes

- Updated dependencies [b733361]
- @contentstech/stackflow-plugin-history-sync@0.8.0

## 0.4.0

### Minor Changes
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": "@contentstech/stackflow-plugin-preload",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 1e4336b

Please sign in to comment.