Skip to content

Commit

Permalink
release: v0.3.61
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Mar 30, 2022
1 parent f5ac7ad commit 78478df
Show file tree
Hide file tree
Showing 35 changed files with 70 additions and 62 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.3.61](https://github.com/brillout/vite-plugin-ssr/compare/v0.3.60...v0.3.61) (2022-03-30)



## [0.3.60](https://github.com/brillout/vite-plugin-ssr/compare/v0.3.59...v0.3.60) (2022-03-11)


Expand Down
2 changes: 1 addition & 1 deletion boilerplates/boilerplate-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"ts-node": "^10.5.0",
"typescript": "^4.5.5",
"vite": "^2.8.4",
"vite-plugin-ssr": "^0.3.60"
"vite-plugin-ssr": "^0.3.61"
}
}
2 changes: 1 addition & 1 deletion boilerplates/boilerplate-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"vite": "^2.8.4",
"vite-plugin-ssr": "^0.3.60"
"vite-plugin-ssr": "^0.3.61"
}
}
2 changes: 1 addition & 1 deletion boilerplates/boilerplate-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ts-node": "^10.5.0",
"typescript": "^4.5.5",
"vite": "^2.8.4",
"vite-plugin-ssr": "^0.3.60",
"vite-plugin-ssr": "^0.3.61",
"vue": "^3.2.31"
}
}
2 changes: 1 addition & 1 deletion boilerplates/boilerplate-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"cross-env": "^7.0.3",
"express": "^4.17.3",
"vite": "^2.8.4",
"vite-plugin-ssr": "^0.3.60",
"vite-plugin-ssr": "^0.3.61",
"vue": "^3.2.31"
}
}
2 changes: 1 addition & 1 deletion boilerplates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-vite-plugin-ssr",
"version": "0.0.146",
"version": "0.0.147",
"license": "MIT",
"bin": {
"create-vite-plugin-ssr": "index.js"
Expand Down
2 changes: 1 addition & 1 deletion docs/utils/projectInfo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const PROJECT_VERSION = '0.3.60'
const PROJECT_VERSION = '0.3.61'

export const projectInfo = {
projectName: 'vite-plugin-ssr' as const,
Expand Down
2 changes: 1 addition & 1 deletion examples/base-url-cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60"
"vite-plugin-ssr": "0.3.61"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/base-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60"
"vite-plugin-ssr": "0.3.61"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/cloudflare-workers-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60"
"vite-plugin-ssr": "0.3.61"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"express": "^4.17.3",
"miniflare": "^1.4.1",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60",
"vite-plugin-ssr": "0.3.61",
"vue": "^3.2.31",
"webpack": "^4.46.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60"
"vite-plugin-ssr": "0.3.61"
}
}
2 changes: 1 addition & 1 deletion examples/custom-server-render-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60"
"vite-plugin-ssr": "0.3.61"
}
}
2 changes: 1 addition & 1 deletion examples/file-structure-domain-driven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"rimraf": "^3.0.2",
"serve": "^13.0.2",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60"
"vite-plugin-ssr": "0.3.61"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60"
"vite-plugin-ssr": "0.3.61"
}
}
2 changes: 1 addition & 1 deletion examples/html-fragments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"express": "^4.17.3",
"typescript": "^4.5.5",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60"
"vite-plugin-ssr": "0.3.61"
}
}
2 changes: 1 addition & 1 deletion examples/i18n-prerender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"rimraf": "^3.0.2",
"serve": "^13.0.2",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60"
"vite-plugin-ssr": "0.3.61"
}
}
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60"
"vite-plugin-ssr": "0.3.61"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/path-aliases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"ts-node": "^10.5.0",
"typescript": "^4.5.5",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60"
"vite-plugin-ssr": "0.3.61"
}
}
2 changes: 1 addition & 1 deletion examples/preact-client-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"preact": "^10.6.6",
"preact-render-to-string": "^5.1.20",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60"
"vite-plugin-ssr": "0.3.61"
}
}
2 changes: 1 addition & 1 deletion examples/preact-server-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"preact": "^10.6.6",
"preact-render-to-string": "^5.1.20",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60"
"vite-plugin-ssr": "0.3.61"
}
}
2 changes: 1 addition & 1 deletion examples/react-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ts-node": "^10.5.0",
"typescript": "^4.5.5",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60"
"vite-plugin-ssr": "0.3.61"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60"
"vite-plugin-ssr": "0.3.61"
}
}
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60"
"vite-plugin-ssr": "0.3.61"
}
}
2 changes: 1 addition & 1 deletion examples/redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60"
"vite-plugin-ssr": "0.3.61"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"typescript": "^4.3.2",
"vite": "^2.8.4",
"vite-plugin-solid": "^2.0.1",
"vite-plugin-ssr": "0.3.60"
"vite-plugin-ssr": "0.3.61"
}
}
2 changes: 1 addition & 1 deletion examples/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"typescript": "^4.5.5",
"urql": "^2.1.3",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60"
"vite-plugin-ssr": "0.3.61"
}
}
2 changes: 1 addition & 1 deletion examples/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"esbuild": "^0.13.12",
"express": "^4.17.1",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60",
"vite-plugin-ssr": "0.3.61",
"vue": "^3.2.24"
}
}
2 changes: 1 addition & 1 deletion examples/vue-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"typescript": "^4.5.5",
"vite": "^2.8.4",
"vite-plugin-md": "^0.11.8",
"vite-plugin-ssr": "0.3.60",
"vite-plugin-ssr": "0.3.61",
"vue": "3.2.31"
}
}
2 changes: 1 addition & 1 deletion examples/vue-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@vue/server-renderer": "^3.2.31",
"express": "^4.17.3",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60",
"vite-plugin-ssr": "0.3.61",
"vue": "^3.2.31",
"vue-router": "^4.0.12"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"cross-env": "^7.0.3",
"express": "^4.17.3",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60",
"vite-plugin-ssr": "0.3.61",
"vue": "^3.2.31"
}
}
2 changes: 1 addition & 1 deletion examples/vuex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@vue/server-renderer": "^3.2.31",
"express": "^4.17.3",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60",
"vite-plugin-ssr": "0.3.61",
"vue": "^3.2.31",
"vuex": "^4.0.2"
}
Expand Down
Loading

0 comments on commit 78478df

Please sign in to comment.