Skip to content

Commit

Permalink
Version Packages (#488)
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] authored Jul 25, 2024
1 parent 3e35026 commit 40089a2
Show file tree
Hide file tree
Showing 34 changed files with 256 additions and 159 deletions.
20 changes: 0 additions & 20 deletions .changeset/lazy-months-repair.md

This file was deleted.

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

## 1.0.13

### Patch Changes

- 3e35026: chore: include declaration map

## 1.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/core",
"version": "1.0.12",
"version": "1.0.13",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -44,7 +44,7 @@
"react-fast-compare": "^3.2.2"
},
"devDependencies": {
"@stackflow/esbuild-config": "^1.0.2",
"@stackflow/esbuild-config": "^1.0.3",
"@swc/core": "^1.6.6",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
Expand Down
18 changes: 18 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @stackflow/demo

## 1.2.23

### Patch Changes

- 3e35026: chore: include declaration map
- Updated dependencies [3e35026]
- @stackflow/core@1.0.13
- @stackflow/compat-await-push@1.1.10
- @stackflow/link@1.4.2
- @stackflow/plugin-basic-ui@1.8.2
- @stackflow/plugin-devtools@0.1.10
- @stackflow/plugin-history-sync@1.5.4
- @stackflow/plugin-map-initial-activity@1.0.8
- @stackflow/plugin-preload@1.3.2
- @stackflow/plugin-renderer-basic@1.1.10
- @stackflow/plugin-stack-depth-change@1.1.4
- @stackflow/react@1.1.11

## 1.2.22

### Patch Changes
Expand Down
26 changes: 13 additions & 13 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/demo",
"version": "1.2.22",
"version": "1.2.23",
"private": true,
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -32,17 +32,17 @@
"dependencies": {
"@seed-design/design-token": "^1.0.3",
"@seed-design/stylesheet": "^1.0.4",
"@stackflow/compat-await-push": "^1.1.9",
"@stackflow/core": "^1.0.12",
"@stackflow/link": "^1.4.1",
"@stackflow/plugin-basic-ui": "^1.8.0",
"@stackflow/plugin-devtools": "^0.1.9",
"@stackflow/plugin-history-sync": "^1.5.2",
"@stackflow/plugin-map-initial-activity": "^1.0.7",
"@stackflow/plugin-preload": "^1.3.1",
"@stackflow/plugin-renderer-basic": "^1.1.9",
"@stackflow/plugin-stack-depth-change": "^1.1.3",
"@stackflow/react": "^1.1.10",
"@stackflow/compat-await-push": "^1.1.10",
"@stackflow/core": "^1.0.13",
"@stackflow/link": "^1.4.2",
"@stackflow/plugin-basic-ui": "^1.8.2",
"@stackflow/plugin-devtools": "^0.1.10",
"@stackflow/plugin-history-sync": "^1.5.4",
"@stackflow/plugin-map-initial-activity": "^1.0.8",
"@stackflow/plugin-preload": "^1.3.2",
"@stackflow/plugin-renderer-basic": "^1.1.10",
"@stackflow/plugin-stack-depth-change": "^1.1.4",
"@stackflow/react": "^1.1.11",
"lorem-ipsum": "^2.0.8",
"lz-string": "^1.5.0",
"normalize.css": "^8.0.1",
Expand All @@ -53,7 +53,7 @@
"vite": "^5.3.2"
},
"devDependencies": {
"@stackflow/esbuild-config": "^1.0.2",
"@stackflow/esbuild-config": "^1.0.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-lazy-load-image-component": "^1.6.4",
Expand Down
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @stackflow/docs

## 1.2.24

### Patch Changes

- 3e35026: chore: include declaration map
- Updated dependencies [3e35026]
- @stackflow/core@1.0.13
- @stackflow/demo@1.2.23
- @stackflow/plugin-basic-ui@1.8.2
- @stackflow/plugin-history-sync@1.5.4
- @stackflow/plugin-renderer-basic@1.1.10
- @stackflow/react@1.1.11

## 1.2.23

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/docs",
"version": "1.2.23",
"version": "1.2.24",
"private": true,
"description": "Mobile-first stack navigator framework with Composable Plugin System",
"license": "MIT",
Expand All @@ -11,12 +11,12 @@
},
"dependencies": {
"@mdx-js/react": "^3.0.1",
"@stackflow/core": "^1.0.12",
"@stackflow/demo": "^1.2.22",
"@stackflow/plugin-basic-ui": "^1.8.0",
"@stackflow/plugin-history-sync": "^1.5.2",
"@stackflow/plugin-renderer-basic": "^1.1.9",
"@stackflow/react": "^1.1.10",
"@stackflow/core": "^1.0.13",
"@stackflow/demo": "^1.2.23",
"@stackflow/plugin-basic-ui": "^1.8.2",
"@stackflow/plugin-history-sync": "^1.5.4",
"@stackflow/plugin-renderer-basic": "^1.1.10",
"@stackflow/react": "^1.1.11",
"@types/react": "^18.3.3",
"next": "^14.2.4",
"nextra": "^2.13.4",
Expand Down
6 changes: 6 additions & 0 deletions extensions/compat-await-push/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/compat-await-push

## 1.1.10

### Patch Changes

- 3e35026: chore: include declaration map

## 1.1.9

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.9",
"version": "1.1.10",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -31,9 +31,9 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@stackflow/core": "^1.0.12",
"@stackflow/esbuild-config": "^1.0.2",
"@stackflow/react": "^1.1.10",
"@stackflow/core": "^1.0.13",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/react": "^1.1.11",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"react": "^18.3.1",
Expand Down
6 changes: 6 additions & 0 deletions extensions/link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/link

## 1.4.2

### Patch Changes

- 3e35026: chore: include declaration map

## 1.4.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.1",
"version": "1.4.2",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -31,11 +31,11 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@stackflow/core": "^1.0.12",
"@stackflow/esbuild-config": "^1.0.2",
"@stackflow/plugin-history-sync": "^1.5.2",
"@stackflow/plugin-preload": "^1.3.1",
"@stackflow/react": "^1.1.10",
"@stackflow/core": "^1.0.13",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/plugin-history-sync": "^1.5.4",
"@stackflow/plugin-preload": "^1.3.2",
"@stackflow/react": "^1.1.11",
"@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.8.2

### Patch Changes

- 3e35026: chore: include declaration map

## 1.8.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.8.1",
"version": "1.8.2",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -38,9 +38,9 @@
"@vanilla-extract/recipes": "^0.5.3"
},
"devDependencies": {
"@stackflow/core": "^1.0.12",
"@stackflow/esbuild-config": "^1.0.2",
"@stackflow/react": "^1.1.10",
"@stackflow/core": "^1.0.13",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/react": "^1.1.11",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"react": "^18.3.1",
Expand Down
6 changes: 6 additions & 0 deletions extensions/plugin-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/plugin-devtools

## 0.1.10

### Patch Changes

- 3e35026: chore: include declaration map

## 0.1.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions extensions/plugin-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-devtools",
"version": "0.1.9",
"version": "0.1.10",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -30,8 +30,8 @@
"dev": "yarn build:js --watch && yarn build:dts --watch"
},
"devDependencies": {
"@stackflow/core": "^1.0.12",
"@stackflow/esbuild-config": "^1.0.2",
"@stackflow/core": "^1.0.13",
"@stackflow/esbuild-config": "^1.0.3",
"@types/node": "^20.14.9",
"esbuild": "^0.23.0",
"rimraf": "^3.0.2",
Expand Down
6 changes: 6 additions & 0 deletions extensions/plugin-google-analytics-4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/plugin-google-analytics-4

## 1.1.12

### Patch Changes

- 3e35026: chore: include declaration map

## 1.1.11

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.11",
"version": "1.1.12",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -35,9 +35,9 @@
"react-ga4": "^2.1.0"
},
"devDependencies": {
"@stackflow/core": "^1.0.12",
"@stackflow/esbuild-config": "^1.0.2",
"@stackflow/react": "^1.1.10",
"@stackflow/core": "^1.0.13",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/react": "^1.1.11",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"react": "^18.3.1",
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.5.4

### Patch Changes

- 3e35026: chore: include declaration map

## 1.5.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions 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.5.3",
"version": "1.5.4",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -45,9 +45,9 @@
"url-pattern": "^1.0.3"
},
"devDependencies": {
"@stackflow/core": "^1.0.12",
"@stackflow/esbuild-config": "^1.0.2",
"@stackflow/react": "^1.1.10",
"@stackflow/core": "^1.0.13",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/react": "^1.1.11",
"@swc/core": "^1.6.6",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
Expand Down
6 changes: 6 additions & 0 deletions extensions/plugin-map-initial-activity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/plugin-map-initial-activity

## 1.0.8

### Patch Changes

- 3e35026: chore: include declaration map

## 1.0.7

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.7",
"version": "1.0.8",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -31,9 +31,9 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@stackflow/core": "^1.0.12",
"@stackflow/esbuild-config": "^1.0.2",
"@stackflow/react": "^1.1.10",
"@stackflow/core": "^1.0.13",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/react": "^1.1.11",
"esbuild": "^0.23.0",
"rimraf": "^3.0.2",
"typescript": "^5.5.3"
Expand Down
Loading

0 comments on commit 40089a2

Please sign in to comment.