Skip to content

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Oct 17, 2023
1 parent d1ee537 commit 7f3fe01
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/vanilla/spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"@picocss/pico": "^1.5.10",
"@vinxi/plugin-references": "0.0.24",
"@vinxi/plugin-references": "0.0.26",
"autoprefixer": "^10.4.15",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.34"
"vinxi": "0.0.36"
}
}
8 changes: 8 additions & 0 deletions packages/vinxi-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vinxi/router

## 0.0.16

### Patch Changes

- Updated dependencies [49e4e03]
- Updated dependencies [a009733]
- vinxi@0.0.36

## 0.0.15

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/vinxi-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vinxi/router",
"version": "0.0.15",
"version": "0.0.16",
"description": "",
"module": "index.js",
"type": "module",
Expand All @@ -20,9 +20,9 @@
"./spa": "./spa.js"
},
"peerDependencies": {
"vinxi": "0.0.35"
"vinxi": "0.0.36"
},
"devDependencies": {
"vinxi": "0.0.35"
"vinxi": "0.0.36"
}
}

0 comments on commit 7f3fe01

Please sign in to comment.