Skip to content

Commit

Permalink
fix deps to 0.5.0, not 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf authored Dec 2, 2024
1 parent 7faf636 commit 19cc517
Show file tree
Hide file tree
Showing 23 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions examples/react/rsc/spa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
- Updated dependencies [168cef26]
- Updated dependencies [2a298125]
- [email protected]
- @vinxi/server-components@1.0.0
- @vinxi/server-functions@1.0.0
- @vinxi/server-components@0.5.0
- @vinxi/server-functions@0.5.0

## null

Expand Down
4 changes: 2 additions & 2 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": "1.0.0",
"@vinxi/server-functions": "1.0.0",
"@vinxi/server-components": "0.5.0",
"@vinxi/server-functions": "0.5.0",
"@vinxi/react": "0.2.5",
"@vinxi/react-server-dom": "0.0.3",
"@vitejs/plugin-react": "^4.0.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/rsc/ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
- Updated dependencies [168cef26]
- Updated dependencies [2a298125]
- [email protected]
- @vinxi/server-components@1.0.0
- @vinxi/server-functions@1.0.0
- @vinxi/server-components@0.5.0
- @vinxi/server-functions@0.5.0

## null

Expand Down
4 changes: 2 additions & 2 deletions examples/react/rsc/ssr/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": "1.0.0",
"@vinxi/server-functions": "1.0.0",
"@vinxi/server-components": "0.5.0",
"@vinxi/server-functions": "0.5.0",
"@vinxi/react": "0.2.5",
"@vinxi/react-server-dom": "0.0.3",
"@vitejs/plugin-react": "^4.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/ssr/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Updated dependencies [168cef26]
- Updated dependencies [2a298125]
- [email protected]
- @vinxi/server-functions@1.0.0
- @vinxi/server-functions@0.5.0

## null

Expand Down
2 changes: 1 addition & 1 deletion examples/solid/ssr/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@picocss/pico": "^1.5.10",
"@solidjs/meta": "^0.28.6",
"@vinxi/server-functions": "1.0.0",
"@vinxi/server-functions": "0.5.0",
"@vinxi/solid": "0.1.3",
"autoprefixer": "^10.4.15",
"solid-js": "^1.7.11",
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/spa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Updated dependencies [168cef26]
- Updated dependencies [2a298125]
- [email protected]
- @vinxi/server-functions@1.0.0
- @vinxi/server-functions@0.5.0

## null

Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@picocss/pico": "^1.5.10",
"@vinxi/server-functions": "1.0.0",
"@vinxi/server-functions": "0.5.0",
"autoprefixer": "^10.4.15",
"tailwindcss": "^3.3.3",
"vinxi": "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Updated dependencies [168cef26]
- Updated dependencies [2a298125]
- [email protected]
- @vinxi/server-functions@1.0.0
- @vinxi/server-functions@0.5.0

## null

Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@picocss/pico": "^1.5.10",
"@vinxi/server-functions": "1.0.0",
"@vinxi/server-functions": "0.5.0",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"tailwindcss": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/vinxi-directives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @vinxi/plugin-references

## 1.0.0
## 0.5.0

### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/vinxi-directives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vinxi/plugin-directives",
"version": "1.0.0",
"version": "0.5.0",
"type": "module",
"author": "Nikhil Saraf <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/vinxi-react-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Patch Changes

- @vinxi/server-components@1.0.0
- @vinxi/server-functions@1.0.0
- @vinxi/server-components@0.5.0
- @vinxi/server-functions@0.5.0

## 0.2.11

Expand Down
4 changes: 2 additions & 2 deletions packages/vinxi-react-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"@vinxi/plugin-references": "0.0.29",
"@vinxi/react": "0.2.5",
"@vinxi/react-server-dom": "^0.0.3",
"@vinxi/server-components": "1.0.0",
"@vinxi/server-functions": "1.0.0",
"@vinxi/server-components": "0.5.0",
"@vinxi/server-functions": "0.5.0",
"@vitejs/plugin-react": "^4.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/vinxi-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @vinxi/router

## 1.0.0
## 0.5.0

### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/vinxi-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vinxi/router",
"version": "1.0.0",
"version": "0.5.0",
"description": "",
"module": "index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/vinxi-server-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @vinxi/plugin-references

## 1.0.0
## 0.5.0

### Patch Changes

Expand All @@ -9,7 +9,7 @@
- Updated dependencies [168cef26]
- Updated dependencies [2a298125]
- [email protected]
- @vinxi/plugin-directives@1.0.0
- @vinxi/plugin-directives@0.5.0

## 0.4.3

Expand Down
4 changes: 2 additions & 2 deletions packages/vinxi-server-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vinxi/server-components",
"version": "1.0.0",
"version": "0.5.0",
"type": "module",
"author": "Nikhil Saraf <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"vinxi": "^0.5.0"
},
"dependencies": {
"@vinxi/plugin-directives": "1.0.0",
"@vinxi/plugin-directives": "0.5.0",
"acorn": "^8.10.0",
"acorn-loose": "^8.3.0",
"acorn-typescript": "^1.4.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/vinxi-server-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @vinxi/plugin-references

## 1.0.0
## 0.5.0

### Patch Changes

Expand All @@ -9,7 +9,7 @@
- Updated dependencies [168cef26]
- Updated dependencies [2a298125]
- [email protected]
- @vinxi/plugin-directives@1.0.0
- @vinxi/plugin-directives@0.5.0

## 0.4.3

Expand Down
4 changes: 2 additions & 2 deletions packages/vinxi-server-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vinxi/server-functions",
"version": "1.0.0",
"version": "0.5.0",
"type": "module",
"author": "Nikhil Saraf <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"vinxi": "^0.5.0"
},
"dependencies": {
"@vinxi/plugin-directives": "1.0.0",
"@vinxi/plugin-directives": "0.5.0",
"acorn": "^8.10.0",
"acorn-loose": "^8.3.0",
"acorn-typescript": "^1.4.3",
Expand Down
4 changes: 2 additions & 2 deletions test/templates/react-rsc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
- Updated dependencies [2a298125]
- [email protected]
- @vinxi/react@0.2.5
- @vinxi/server-components@1.0.0
- @vinxi/server-functions@1.0.0
- @vinxi/server-components@0.5.0
- @vinxi/server-functions@0.5.0

## null

Expand Down
2 changes: 1 addition & 1 deletion test/templates/react-srv-fn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Updated dependencies [2a298125]
- [email protected]
- @vinxi/react@0.2.5
- @vinxi/server-functions@1.0.0
- @vinxi/server-functions@0.5.0

## null

Expand Down
2 changes: 1 addition & 1 deletion test/templates/react-to-web-request/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Updated dependencies [2a298125]
- [email protected]
- @vinxi/react@0.2.5
- @vinxi/server-functions@1.0.0
- @vinxi/server-functions@0.5.0

## null

Expand Down

0 comments on commit 19cc517

Please sign in to comment.