Skip to content

Commit

Permalink
Version Packages (#516)
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 Sep 26, 2024
1 parent 412de46 commit dfe9fe3
Show file tree
Hide file tree
Showing 19 changed files with 108 additions and 95 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-tips-end.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/heavy-pumpkins-obey.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/perfect-impalas-marry.md

This file was deleted.

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

This file was deleted.

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

## 1.2.0

### Minor Changes

- 7b1780f: feat: Support `<Link />` in Future API
- 412de46: add `config` property in loader args

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/config",
"version": "1.1.0",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down
17 changes: 17 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @stackflow/demo

## 1.4.0

### Minor Changes

- 7b1780f: feat: Support `<Link />` in Future API

### Patch Changes

- Updated dependencies [dc26742]
- Updated dependencies [7b1780f]
- Updated dependencies [412de46]
- @stackflow/plugin-history-sync@1.7.0
- @stackflow/react@1.4.0
- @stackflow/link@1.5.0
- @stackflow/config@1.2.0
- @stackflow/plugin-preload@1.4.3

## 1.3.3-canary.0

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/demo",
"version": "1.3.3-canary.0",
"version": "1.4.0",
"private": true,
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -33,17 +33,17 @@
"@seed-design/design-token": "^1.0.3",
"@seed-design/stylesheet": "^1.0.4",
"@stackflow/compat-await-push": "^1.1.13",
"@stackflow/config": "^1.1.0",
"@stackflow/config": "^1.2.0",
"@stackflow/core": "^1.1.0",
"@stackflow/link": "^1.4.6-canary.0",
"@stackflow/link": "^1.5.0",
"@stackflow/plugin-basic-ui": "^1.9.2",
"@stackflow/plugin-devtools": "^0.1.11",
"@stackflow/plugin-history-sync": "^1.6.4-canary.0",
"@stackflow/plugin-history-sync": "^1.7.0",
"@stackflow/plugin-map-initial-activity": "^1.0.11",
"@stackflow/plugin-preload": "^1.4.3-canary.0",
"@stackflow/plugin-preload": "^1.4.3",
"@stackflow/plugin-renderer-basic": "^1.1.13",
"@stackflow/plugin-stack-depth-change": "^1.1.5",
"@stackflow/react": "^1.3.2",
"@stackflow/react": "^1.4.0",
"lorem-ipsum": "^2.0.8",
"lz-string": "^1.5.0",
"normalize.css": "^8.0.1",
Expand Down
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @stackflow/docs

## 1.2.28

### Patch Changes

- Updated dependencies [dc26742]
- Updated dependencies [7b1780f]
- Updated dependencies [412de46]
- @stackflow/plugin-history-sync@1.7.0
- @stackflow/react@1.4.0
- @stackflow/demo@1.4.0

## 1.2.28-canary.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/docs",
"version": "1.2.28-canary.0",
"version": "1.2.28",
"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.3-canary.0",
"@stackflow/demo": "^1.4.0",
"@stackflow/plugin-basic-ui": "^1.9.2",
"@stackflow/plugin-history-sync": "^1.6.4-canary.0",
"@stackflow/plugin-history-sync": "^1.7.0",
"@stackflow/plugin-renderer-basic": "^1.1.13",
"@stackflow/react": "^1.3.2",
"@stackflow/react": "^1.4.0",
"@types/react": "^18.3.3",
"next": "^14.2.4",
"nextra": "^2.13.4",
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

## 1.5.0

### Minor Changes

- 7b1780f: feat: Support `<Link />` in Future API
- 412de46: add `config` property in loader args

## 1.4.6-canary.0

### Patch Changes
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.6-canary.0",
"version": "1.5.0",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -41,12 +41,12 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@stackflow/config": "^1.1.0",
"@stackflow/config": "^1.2.0",
"@stackflow/core": "^1.1.0",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/plugin-history-sync": "^1.6.4-canary.0",
"@stackflow/plugin-preload": "^1.4.3-canary.0",
"@stackflow/react": "^1.3.2",
"@stackflow/plugin-history-sync": "^1.7.0",
"@stackflow/plugin-preload": "^1.4.3",
"@stackflow/react": "^1.4.0",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"esbuild-plugin-file-path-extensions": "^2.1.3",
Expand Down
10 changes: 10 additions & 0 deletions extensions/plugin-history-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @stackflow/plugin-history-sync

## 1.7.0

### Minor Changes

- 7b1780f: feat: Support `<Link />` in Future API

### Patch Changes

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

## 1.6.4-canary.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.6.4-canary.0",
"version": "1.7.0",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -47,10 +47,10 @@
},
"devDependencies": {
"@graphql-tools/schema": "^10.0.5",
"@stackflow/config": "^1.1.0",
"@stackflow/config": "^1.2.0",
"@stackflow/core": "^1.1.0",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/react": "^1.3.2-canary.0",
"@stackflow/react": "^1.4.0",
"@swc/core": "^1.6.6",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
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.3

## 1.4.3-canary.0

### Patch 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": "@stackflow/plugin-preload",
"version": "1.4.3-canary.0",
"version": "1.4.3",
"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.4-canary.0",
"@stackflow/react": "^1.3.2",
"@stackflow/plugin-history-sync": "^1.7.0",
"@stackflow/react": "^1.4.0",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"react": "^18.3.1",
Expand Down
7 changes: 7 additions & 0 deletions integrations/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @stackflow/react

## 1.4.0

### Minor Changes

- 7b1780f: feat: Support `<Link />` in Future API
- 412de46: add `config` property in loader args

## 1.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions integrations/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/react",
"version": "1.3.2",
"version": "1.4.0",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -46,7 +46,7 @@
"url-pattern": "^1.0.3"
},
"devDependencies": {
"@stackflow/config": "^1.1.0",
"@stackflow/config": "^1.2.0",
"@stackflow/core": "^1.1.0",
"@stackflow/esbuild-config": "^1.0.3",
"@types/react": "^18.3.3",
Expand Down
Loading

0 comments on commit dfe9fe3

Please sign in to comment.