Skip to content

Commit

Permalink
release: v0.4.77
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Feb 4, 2023
1 parent 56cb9ca commit 30345b0
Show file tree
Hide file tree
Showing 49 changed files with 57 additions and 48 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.4.77](https://github.com/brillout/vite-plugin-ssr/compare/v0.4.76...v0.4.77) (2023-02-04)


### Bug Fixes

* improve error logging logic (fix [#625](https://github.com/brillout/vite-plugin-ssr/issues/625)) ([56cb9ca](https://github.com/brillout/vite-plugin-ssr/commit/56cb9ca2501e9853b9e5001c02678e8c1ee5c274))



## [0.4.76](https://github.com/brillout/vite-plugin-ssr/compare/v0.4.75...v0.4.76) (2023-02-04)


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 @@ -22,7 +22,7 @@
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"vite": "^4.0.3",
"vite-plugin-ssr": "^0.4.76"
"vite-plugin-ssr": "^0.4.77"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion boilerplates/boilerplate-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"react-dom": "^18.1.0",
"sirv": "^2.0.2",
"vite": "^4.0.3",
"vite-plugin-ssr": "^0.4.76"
"vite-plugin-ssr": "^0.4.77"
}
}
2 changes: 1 addition & 1 deletion boilerplates/boilerplate-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"vite": "^4.0.3",
"vite-plugin-ssr": "^0.4.76",
"vite-plugin-ssr": "^0.4.77",
"vue": "^3.2.33"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/boilerplate-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"express": "^4.18.1",
"sirv": "^2.0.2",
"vite": "^4.0.3",
"vite-plugin-ssr": "^0.4.76",
"vite-plugin-ssr": "^0.4.77",
"vue": "^3.2.33"
}
}
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.236",
"version": "0.0.237",
"license": "MIT",
"bin": {
"create-vite-plugin-ssr": "index.js"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion docs/utils/projectInfo.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const PROJECT_VERSION = '0.4.76'
const PROJECT_VERSION = '0.4.77'

import React from 'react'

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 @@ -17,7 +17,7 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/base-url-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
},
"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 @@ -9,7 +9,7 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/cloudflare-workers-react-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.1.0",
"react-streaming": "^0.3.5",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76",
"vite-plugin-ssr": "0.4.77",
"wrangler": "^2.0.21"
}
}
2 changes: 1 addition & 1 deletion examples/cloudflare-workers-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76",
"vite-plugin-ssr": "0.4.77",
"wrangler": "^2.0.21"
}
}
2 changes: 1 addition & 1 deletion examples/cloudflare-workers-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@vue/compiler-sfc": "^3.2.33",
"@vue/server-renderer": "^3.2.33",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76",
"vite-plugin-ssr": "0.4.77",
"vue": "^3.2.33",
"wrangler": "^2.0.21"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react-dom": "^18.2.0",
"react-streaming": "^0.3.5",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
},
"type": "module"
}
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 @@ -9,6 +9,6 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-apollo-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-apollo-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"express": "^4.18.1",
"graphql": "^16.5.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76",
"vite-plugin-ssr": "0.4.77",
"vue": "^3.2.27"
}
}
2 changes: 1 addition & 1 deletion examples/html-fragments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"typescript": "^4.6.4",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
}
}
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
}
}
2 changes: 1 addition & 1 deletion examples/layouts-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/layouts-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@vue/compiler-sfc": "^3.2.33",
"@vue/server-renderer": "^3.2.33",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76",
"vite-plugin-ssr": "0.4.77",
"vue": "^3.2.33"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/path-aliases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
}
}
2 changes: 1 addition & 1 deletion examples/preact-client-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"preact": "^10.10.0",
"preact-render-to-string": "^5.2.1",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
}
}
2 changes: 1 addition & 1 deletion examples/preact-server-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"preact": "^10.10.0",
"preact-render-to-string": "^5.2.1",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
}
}
2 changes: 1 addition & 1 deletion examples/react-17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/react-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-streaming": "^0.3.5",
"typescript": "^4.8.4",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
},
"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 @@ -9,6 +9,6 @@
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
}
}
2 changes: 1 addition & 1 deletion examples/react-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"react-dom": "^18.1.0",
"sirv": "^2.0.2",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
}
}
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react-redux": "^8.0.1",
"redux": "^4.2.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/render-modes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
}
}
2 changes: 1 addition & 1 deletion examples/solid-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"typescript": "^4.8.2",
"vite": "^4.0.3",
"vite-plugin-solid": "^2.3.0",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
}
}
2 changes: 1 addition & 1 deletion examples/solid-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"typescript": "^4.8.2",
"vite": "^4.0.3",
"vite-plugin-solid": "^2.3.0",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
}
}
2 changes: 1 addition & 1 deletion examples/stem-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "^18.2.0",
"typescript": "^4.6.4",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"typescript": "^4.6.4",
"urql": "^2.2.3",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
}
}
2 changes: 1 addition & 1 deletion examples/vue-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typescript": "^4.6.4",
"vite": "^4.0.3",
"vite-plugin-md": "^0.11.8",
"vite-plugin-ssr": "0.4.76",
"vite-plugin-ssr": "0.4.77",
"vue": "3.2.33"
}
}
2 changes: 1 addition & 1 deletion examples/vue-pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@vue/server-renderer": "^3.2.37",
"pinia": "^2.0.14",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76",
"vite-plugin-ssr": "0.4.77",
"vue": "^3.2.37"
}
}
2 changes: 1 addition & 1 deletion examples/vue-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@vue/compiler-sfc": "^3.2.33",
"@vue/server-renderer": "^3.2.33",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76",
"vite-plugin-ssr": "0.4.77",
"vue": "^3.2.33",
"vue-router": "^4.0.14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@vue/compiler-sfc": "^3.2.33",
"@vue/server-renderer": "^3.2.33",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76",
"vite-plugin-ssr": "0.4.77",
"vue": "^3.2.33"
}
}
2 changes: 1 addition & 1 deletion examples/vuex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@vue/compiler-sfc": "^3.2.33",
"@vue/server-renderer": "^3.2.33",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76",
"vite-plugin-ssr": "0.4.77",
"vue": "^3.2.33",
"vuex": "^4.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion test/contra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
}
}
2 changes: 1 addition & 1 deletion test/includeAssetsImportedByServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion test/pageFlesSrc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^18.2.0",
"typescript": "^4.9.3",
"@brillout/docpress": "^0.1.20",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion test/preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
}
}
2 changes: 1 addition & 1 deletion test/renderPage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.76"
"vite-plugin-ssr": "0.4.77"
}
}
Loading

0 comments on commit 30345b0

Please sign in to comment.