Skip to content

Commit

Permalink
Version Packages (#512)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 3, 2024
1 parent 95f2ae8 commit 354a0df
Show file tree
Hide file tree
Showing 29 changed files with 122 additions and 108 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-bugs-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-chicken-wait.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-hounds-attack.md

This file was deleted.

15 changes: 15 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @stackflow/demo

## 1.3.2

### Patch Changes

- Updated dependencies [95f2ae8]
- Updated dependencies [46ac359]
- Updated dependencies [46ac359]
- @stackflow/react@1.3.2
- @stackflow/compat-await-push@1.1.13
- @stackflow/link@1.4.5
- @stackflow/plugin-basic-ui@1.9.2
- @stackflow/plugin-map-initial-activity@1.0.11
- @stackflow/plugin-preload@1.4.2
- @stackflow/plugin-renderer-basic@1.1.13

## 1.3.2-canary.0

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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-canary.0",
"version": "1.3.2",
"private": true,
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -32,18 +32,18 @@
"dependencies": {
"@seed-design/design-token": "^1.0.3",
"@seed-design/stylesheet": "^1.0.4",
"@stackflow/compat-await-push": "^1.1.13-canary.0",
"@stackflow/compat-await-push": "^1.1.13",
"@stackflow/config": "^1.1.0",
"@stackflow/core": "^1.1.0",
"@stackflow/link": "^1.4.5-canary.0",
"@stackflow/plugin-basic-ui": "^1.9.2-canary.0",
"@stackflow/link": "^1.4.5",
"@stackflow/plugin-basic-ui": "^1.9.2",
"@stackflow/plugin-devtools": "^0.1.11",
"@stackflow/plugin-history-sync": "^1.6.3-canary.0",
"@stackflow/plugin-map-initial-activity": "^1.0.11-canary.0",
"@stackflow/plugin-preload": "^1.4.2-canary.0",
"@stackflow/plugin-renderer-basic": "^1.1.13-canary.0",
"@stackflow/plugin-map-initial-activity": "^1.0.11",
"@stackflow/plugin-preload": "^1.4.2",
"@stackflow/plugin-renderer-basic": "^1.1.13",
"@stackflow/plugin-stack-depth-change": "^1.1.5",
"@stackflow/react": "^1.3.2-canary.0",
"@stackflow/react": "^1.3.2",
"lorem-ipsum": "^2.0.8",
"lz-string": "^1.5.0",
"normalize.css": "^8.0.1",
Expand Down
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @stackflow/docs

## 1.2.27

### Patch Changes

- Updated dependencies [95f2ae8]
- Updated dependencies [46ac359]
- Updated dependencies [46ac359]
- @stackflow/react@1.3.2
- @stackflow/demo@1.3.2
- @stackflow/plugin-basic-ui@1.9.2
- @stackflow/plugin-renderer-basic@1.1.13

## 1.2.27-canary.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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-canary.0",
"version": "1.2.27",
"private": true,
"description": "Mobile-first stack navigator framework with Composable Plugin System",
"license": "MIT",
Expand All @@ -12,11 +12,11 @@
"dependencies": {
"@mdx-js/react": "^3.0.1",
"@stackflow/core": "^1.1.0",
"@stackflow/demo": "^1.3.2-canary.0",
"@stackflow/plugin-basic-ui": "^1.9.2-canary.0",
"@stackflow/demo": "^1.3.2",
"@stackflow/plugin-basic-ui": "^1.9.2",
"@stackflow/plugin-history-sync": "^1.6.3-canary.0",
"@stackflow/plugin-renderer-basic": "^1.1.13-canary.0",
"@stackflow/react": "^1.3.2-canary.0",
"@stackflow/plugin-renderer-basic": "^1.1.13",
"@stackflow/react": "^1.3.2",
"@types/react": "^18.3.3",
"next": "^14.2.4",
"nextra": "^2.13.4",
Expand Down
2 changes: 2 additions & 0 deletions extensions/compat-await-push/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @stackflow/compat-await-push

## 1.1.13

## 1.1.13-canary.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions extensions/compat-await-push/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/compat-await-push",
"version": "1.1.13-canary.0",
"version": "1.1.13",
"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/react": "^1.3.2-canary.0",
"@stackflow/react": "^1.3.2",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"react": "^18.3.1",
Expand Down
2 changes: 2 additions & 0 deletions extensions/link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @stackflow/link

## 1.4.5

## 1.4.5-canary.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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-canary.0",
"version": "1.4.5",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -34,8 +34,8 @@
"@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-canary.0",
"@stackflow/react": "^1.3.2-canary.0",
"@stackflow/plugin-preload": "^1.4.2",
"@stackflow/react": "^1.3.2",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"react": "^18.3.1",
Expand Down
6 changes: 6 additions & 0 deletions extensions/plugin-basic-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/plugin-basic-ui

## 1.9.2

### Patch Changes

- @stackflow/react-ui-core@1.1.2

## 1.9.2-canary.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions extensions/plugin-basic-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-basic-ui",
"version": "1.9.2-canary.0",
"version": "1.9.2",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@stackflow/react-ui-core": "^1.1.2-canary.0",
"@stackflow/react-ui-core": "^1.1.2",
"@vanilla-extract/css": "^1.15.3",
"@vanilla-extract/dynamic": "^2.1.1",
"@vanilla-extract/private": "^1.0.5",
Expand All @@ -41,7 +41,7 @@
"devDependencies": {
"@stackflow/core": "^1.1.0",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/react": "^1.3.2-canary.0",
"@stackflow/react": "^1.3.2",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"react": "^18.3.1",
Expand Down
2 changes: 2 additions & 0 deletions extensions/plugin-google-analytics-4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @stackflow/plugin-google-analytics-4

## 1.1.15

## 1.1.15-canary.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions extensions/plugin-google-analytics-4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-google-analytics-4",
"version": "1.1.15-canary.0",
"version": "1.1.15",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@stackflow/core": "^1.1.0",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/react": "^1.3.2-canary.0",
"@stackflow/react": "^1.3.2",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"react": "^18.3.1",
Expand Down
2 changes: 2 additions & 0 deletions extensions/plugin-map-initial-activity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @stackflow/plugin-map-initial-activity

## 1.0.11

## 1.0.11-canary.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions extensions/plugin-map-initial-activity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-map-initial-activity",
"version": "1.0.11-canary.0",
"version": "1.0.11",
"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/react": "^1.3.2-canary.0",
"@stackflow/react": "^1.3.2",
"esbuild": "^0.23.0",
"rimraf": "^3.0.2",
"typescript": "^5.5.3"
Expand Down
2 changes: 2 additions & 0 deletions extensions/plugin-preload/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @stackflow/plugin-preload

## 1.4.2

## 1.4.2-canary.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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-canary.0",
"version": "1.4.2",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@stackflow/core": "^1.1.0",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/plugin-history-sync": "^1.6.3-canary.0",
"@stackflow/react": "^1.3.2-canary.0",
"@stackflow/react": "^1.3.2",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"react": "^18.3.1",
Expand Down
2 changes: 2 additions & 0 deletions extensions/plugin-renderer-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @stackflow/plugin-renderer-basic

## 1.1.13

## 1.1.13-canary.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions extensions/plugin-renderer-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-renderer-basic",
"version": "1.1.13-canary.0",
"version": "1.1.13",
"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/react": "^1.3.2-canary.0",
"@stackflow/react": "^1.3.2",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"react": "^18.3.1",
Expand Down
2 changes: 2 additions & 0 deletions extensions/plugin-renderer-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @stackflow/plugin-renderer-web

## 1.1.13

## 1.1.13-canary.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions extensions/plugin-renderer-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-renderer-web",
"version": "1.1.13-canary.0",
"version": "1.1.13",
"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/react": "^1.3.2-canary.0",
"@stackflow/react": "^1.3.2",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"react": "^18.3.1",
Expand Down
2 changes: 2 additions & 0 deletions extensions/react-ui-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @stackflow/react-ui-core

## 1.1.2

## 1.1.2-canary.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions extensions/react-ui-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/react-ui-core",
"version": "1.1.2-canary.0",
"version": "1.1.2",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@stackflow/core": "^1.1.0",
"@stackflow/esbuild-config": "^1.0.2",
"@stackflow/react": "^1.3.2-canary.0",
"@stackflow/react": "^1.3.2",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"react": "^18.3.1",
Expand Down
8 changes: 8 additions & 0 deletions integrations/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @stackflow/react

## 1.3.2

### Patch Changes

- 95f2ae8: chore(react): add typing for step action parameter
- 46ac359: fix: pass initial context to `<MainRenderer />`
- 46ac359: fix: create `initialContext` props in `<Stack />` component for SSR support

## 1.3.2-canary.1

### Patch Changes
Expand Down
Loading

0 comments on commit 354a0df

Please sign in to comment.