Skip to content

Commit

Permalink
Merge pull request #73 from nksaraf/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
nksaraf authored Dec 30, 2023
2 parents d086609 + 2e8b309 commit 7c26193
Show file tree
Hide file tree
Showing 61 changed files with 291 additions and 64 deletions.
7 changes: 0 additions & 7 deletions .changeset/cyan-timers-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-emus-help.md

This file was deleted.

9 changes: 9 additions & 0 deletions examples/react/rsc/fw/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

### Patch Changes

- Updated dependencies [86982a4]
- Updated dependencies [b7332a6]
- [email protected]
- @vinxi/react-server@0.0.46

## null

### Patch Changes

- Updated dependencies [1261c16]
- [email protected]
- @vinxi/react-server@0.0.45
Expand Down
4 changes: 2 additions & 2 deletions examples/react/rsc/fw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
"dependencies": {
"@picocss/pico": "^1.5.10",
"@vinxi/react-server": "0.0.45",
"@vinxi/react-server": "0.0.46",
"@vinxi/react-server-dom": "0.0.3",
"autoprefixer": "^10.4.15",
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.60"
"vinxi": "0.0.61"
},
"devDependencies": {
"@types/react": "^18.2.21",
Expand Down
10 changes: 10 additions & 0 deletions examples/react/rsc/spa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

### Patch Changes

- Updated dependencies [86982a4]
- Updated dependencies [b7332a6]
- @vinxi/server-components@0.0.57
- @vinxi/server-functions@0.0.58
- [email protected]

## null

### Patch Changes

- Updated dependencies [1261c16]
- [email protected]
- @vinxi/server-components@0.0.56
Expand Down
6 changes: 3 additions & 3 deletions examples/react/rsc/spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@picocss/pico": "^1.5.10",
"@vinxi/server-components": "0.0.56",
"@vinxi/server-functions": "0.0.57",
"@vinxi/server-components": "0.0.57",
"@vinxi/server-functions": "0.0.58",
"@vinxi/react": "0.0.12",
"@vinxi/react-server-dom": "0.0.3",
"@vitejs/plugin-react": "^4.0.4",
Expand All @@ -21,7 +21,7 @@
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"tailwindcss": "^3.3.3",
"unstorage": "^1.9.0",
"vinxi": "0.0.60"
"vinxi": "0.0.61"
},
"devDependencies": {
"@types/react": "^18.2.21",
Expand Down
8 changes: 8 additions & 0 deletions examples/react/spa/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [86982a4]
- Updated dependencies [b7332a6]
- [email protected]

## null

### Patch Changes

- Updated dependencies [1261c16]
- [email protected]

Expand Down
2 changes: 1 addition & 1 deletion examples/react/spa/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.60"
"vinxi": "0.0.61"
},
"devDependencies": {
"@types/react": "^18.2.21",
Expand Down
8 changes: 8 additions & 0 deletions examples/react/spa/mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [86982a4]
- Updated dependencies [b7332a6]
- [email protected]

## null

### Patch Changes

- Updated dependencies [1261c16]
- [email protected]

Expand Down
2 changes: 1 addition & 1 deletion examples/react/spa/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.60",
"vinxi": "0.0.61",
"vite-plugin-inspect": "^0.7.38",
"wouter": "^2.11.0"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/react/spa/tanstack-router-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [86982a4]
- Updated dependencies [b7332a6]
- [email protected]

## null

### Patch Changes

- Updated dependencies [1261c16]
- [email protected]

Expand Down
2 changes: 1 addition & 1 deletion examples/react/spa/tanstack-router-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.60"
"vinxi": "0.0.61"
},
"devDependencies": {
"@types/react": "^18.2.21",
Expand Down
9 changes: 9 additions & 0 deletions examples/react/spa/tanstack-router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

### Patch Changes

- Updated dependencies [86982a4]
- Updated dependencies [b7332a6]
- [email protected]
- @vinxi/openapi@0.0.4

## null

### Patch Changes

- Updated dependencies [1261c16]
- [email protected]
- @vinxi/openapi@0.0.4
Expand Down
2 changes: 1 addition & 1 deletion examples/react/spa/tanstack-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.60"
"vinxi": "0.0.61"
},
"devDependencies": {
"@types/react": "^18.2.21",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/spa/wouter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.60"
"vinxi": "0.0.61"
}
}
8 changes: 8 additions & 0 deletions examples/react/ssr/basic-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [86982a4]
- Updated dependencies [b7332a6]
- [email protected]

## null

### Patch Changes

- Updated dependencies [1261c16]
- [email protected]

Expand Down
2 changes: 1 addition & 1 deletion examples/react/ssr/basic-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"tailwindcss": "^3.3.3",
"unenv": "^1.7.4",
"vinxi": "0.0.60",
"vinxi": "0.0.61",
"ws": "^8.13.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples/react/ssr/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [86982a4]
- Updated dependencies [b7332a6]
- [email protected]

## null

### Patch Changes

- Updated dependencies [1261c16]
- [email protected]

Expand Down
2 changes: 1 addition & 1 deletion examples/react/ssr/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.60"
"vinxi": "0.0.61"
},
"devDependencies": {
"@types/react": "^18.2.21",
Expand Down
8 changes: 8 additions & 0 deletions examples/react/ssr/tanstack-router-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [86982a4]
- Updated dependencies [b7332a6]
- [email protected]

## null

### Patch Changes

- Updated dependencies [1261c16]
- [email protected]

Expand Down
2 changes: 1 addition & 1 deletion examples/react/ssr/tanstack-router-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.60"
"vinxi": "0.0.61"
},
"devDependencies": {
"@types/react": "^18.2.21",
Expand Down
8 changes: 8 additions & 0 deletions examples/react/ssr/wouter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [86982a4]
- Updated dependencies [b7332a6]
- [email protected]

## null

### Patch Changes

- Updated dependencies [1261c16]
- [email protected]

Expand Down
2 changes: 1 addition & 1 deletion examples/react/ssr/wouter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.60",
"vinxi": "0.0.61",
"wouter": "^2.11.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples/solid/spa/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [86982a4]
- Updated dependencies [b7332a6]
- [email protected]

## null

### Patch Changes

- Updated dependencies [1261c16]
- [email protected]

Expand Down
2 changes: 1 addition & 1 deletion examples/solid/spa/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"autoprefixer": "^10.4.15",
"solid-js": "^1.7.11",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.60",
"vinxi": "0.0.61",
"vite": "^4.5.0",
"vite-plugin-solid": "^2.7.0"
}
Expand Down
9 changes: 9 additions & 0 deletions examples/solid/ssr/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

### Patch Changes

- Updated dependencies [86982a4]
- Updated dependencies [b7332a6]
- @vinxi/server-functions@0.0.58
- [email protected]

## null

### Patch Changes

- Updated dependencies [1261c16]
- [email protected]
- @vinxi/server-functions@0.0.57
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/ssr/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"@picocss/pico": "^1.5.10",
"@solidjs/meta": "^0.28.6",
"@vinxi/server-functions": "0.0.57",
"@vinxi/server-functions": "0.0.58",
"@vinxi/solid": "0.0.14",
"autoprefixer": "^10.4.15",
"solid-js": "^1.7.11",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.60",
"vinxi": "0.0.61",
"vite-plugin-solid": "^2.7.0"
}
}
8 changes: 8 additions & 0 deletions examples/solid/ssr/solid-router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [86982a4]
- Updated dependencies [b7332a6]
- [email protected]

## null

### Patch Changes

- Updated dependencies [1261c16]
- [email protected]

Expand Down
2 changes: 1 addition & 1 deletion examples/solid/ssr/solid-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"autoprefixer": "^10.4.15",
"solid-js": "^1.7.11",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.60",
"vinxi": "0.0.61",
"vite-plugin-solid": "^2.7.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples/vanilla/empty/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [86982a4]
- Updated dependencies [b7332a6]
- [email protected]

## null

### Patch Changes

- Updated dependencies [1261c16]
- [email protected]

Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/empty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"start": "vinxi start"
},
"dependencies": {
"vinxi": "0.0.60"
"vinxi": "0.0.61"
}
}
Loading

0 comments on commit 7c26193

Please sign in to comment.