Skip to content

Commit

Permalink
release: v0.4.84
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Feb 17, 2023
1 parent 40d0746 commit 89423da
Show file tree
Hide file tree
Showing 54 changed files with 66 additions and 53 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [0.4.84](https://github.com/brillout/vite-plugin-ssr/compare/v0.4.83...v0.4.84) (2023-02-17)


### Bug Fixes

* colorize dev logs ([3ce3f0d](https://github.com/brillout/vite-plugin-ssr/commit/3ce3f0d15d592e758e6190abefb4a0a0496b71d2))
* improve error messages ([3ec176c](https://github.com/brillout/vite-plugin-ssr/commit/3ec176c96297c6d8f9946084f56dab016ab4abc9))
* improve internal assertion ([549b5ab](https://github.com/brillout/vite-plugin-ssr/commit/549b5ab6b9333dc6d697a27481225c94a7d43da4))
* swallow expected pageContext.urlOriginal access error ([58e991f](https://github.com/brillout/vite-plugin-ssr/commit/58e991f4729a629de10b0696ac9fda9047ddfe25))
* update @brillout/vite-plugin-import-build ([622d8a4](https://github.com/brillout/vite-plugin-ssr/commit/622d8a434cec429be17c1aa632bf0e9f996ae7a4))



## [0.4.83](https://github.com/brillout/vite-plugin-ssr/compare/v0.4.82...v0.4.83) (2023-02-17)


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.83"
"vite-plugin-ssr": "^0.4.84"
},
"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.83"
"vite-plugin-ssr": "^0.4.84"
}
}
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.83",
"vite-plugin-ssr": "^0.4.84",
"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.83",
"vite-plugin-ssr": "^0.4.84",
"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.243",
"version": "0.0.244",
"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.83"
"vite-plugin-ssr": "0.4.84"
},
"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.83'
const PROJECT_VERSION = '0.4.84'

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.83"
"vite-plugin-ssr": "0.4.84"
},
"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.83"
"vite-plugin-ssr": "0.4.84"
},
"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.83"
"vite-plugin-ssr": "0.4.84"
},
"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.2.0",
"react-streaming": "^0.3.5",
"vite": "^4.1.1",
"vite-plugin-ssr": "0.4.83",
"vite-plugin-ssr": "0.4.84",
"wrangler": "^2.9.1"
}
}
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.2.0",
"react-dom": "^18.2.0",
"vite": "^4.1.1",
"vite-plugin-ssr": "0.4.83",
"vite-plugin-ssr": "0.4.84",
"wrangler": "^2.9.1"
}
}
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.47",
"@vue/server-renderer": "^3.2.47",
"vite": "^4.1.1",
"vite-plugin-ssr": "0.4.83",
"vite-plugin-ssr": "0.4.84",
"vue": "^3.2.47",
"wrangler": "^2.9.1"
}
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.83"
"vite-plugin-ssr": "0.4.84"
},
"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.83"
"vite-plugin-ssr": "0.4.84"
}
}
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.83"
"vite-plugin-ssr": "0.4.84"
}
}
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.83",
"vite-plugin-ssr": "0.4.84",
"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.83"
"vite-plugin-ssr": "0.4.84"
}
}
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.83"
"vite-plugin-ssr": "0.4.84"
}
}
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.83"
"vite-plugin-ssr": "0.4.84"
},
"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.83",
"vite-plugin-ssr": "0.4.84",
"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.83"
"vite-plugin-ssr": "0.4.84"
}
}
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.83"
"vite-plugin-ssr": "0.4.84"
}
}
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.83"
"vite-plugin-ssr": "0.4.84"
}
}
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.83"
"vite-plugin-ssr": "0.4.84"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/react-full-v1/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.83"
"vite-plugin-ssr": "0.4.84"
},
"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.83"
"vite-plugin-ssr": "0.4.84"
},
"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.83"
"vite-plugin-ssr": "0.4.84"
}
}
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.83"
"vite-plugin-ssr": "0.4.84"
}
}
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.83"
"vite-plugin-ssr": "0.4.84"
},
"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.83"
"vite-plugin-ssr": "0.4.84"
},
"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.83"
"vite-plugin-ssr": "0.4.84"
}
}
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.83"
"vite-plugin-ssr": "0.4.84"
}
}
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.83"
"vite-plugin-ssr": "0.4.84"
}
}
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.83"
"vite-plugin-ssr": "0.4.84"
},
"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.83"
"vite-plugin-ssr": "0.4.84"
}
}
2 changes: 1 addition & 1 deletion examples/v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^18.2.0",
"typescript": "4.8.4",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.83"
"vite-plugin-ssr": "0.4.84"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/vanilla-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"typescript": "4.8.4",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.83"
"vite-plugin-ssr": "0.4.84"
},
"type": "module"
}
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.83",
"vite-plugin-ssr": "0.4.84",
"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.83",
"vite-plugin-ssr": "0.4.84",
"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.83",
"vite-plugin-ssr": "0.4.84",
"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.83",
"vite-plugin-ssr": "0.4.84",
"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.47",
"@vue/server-renderer": "^3.2.47",
"vite": "^4.1.1",
"vite-plugin-ssr": "0.4.83",
"vite-plugin-ssr": "0.4.84",
"vue": "^3.2.47",
"vuex": "^4.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion test/build.outDir/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.83"
"vite-plugin-ssr": "0.4.84"
},
"type": "module"
}
Loading

0 comments on commit 89423da

Please sign in to comment.