Skip to content

Commit

Permalink
release: v0.4.121
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed May 2, 2023
1 parent 86b5d02 commit cbfdb32
Show file tree
Hide file tree
Showing 97 changed files with 108 additions and 96 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.4.121](https://github.com/brillout/vite-plugin-ssr/compare/v0.4.120...v0.4.121) (2023-05-02)


### Bug Fixes

* [V1 design] improve error hanlding upon wrong import path (fix [#843](https://github.com/brillout/vite-plugin-ssr/issues/843)) ([676b7e3](https://github.com/brillout/vite-plugin-ssr/commit/676b7e31c1dd5d3e236e9e159788093cec576242))
* [V1 design] warn instead of fail upon unrespected export rule ([#844](https://github.com/brillout/vite-plugin-ssr/issues/844)) ([06b449e](https://github.com/brillout/vite-plugin-ssr/commit/06b449e447e09380fe83507388b1a1bd4095cc15))
* ignore `export { _rerender_only }` (fix [#844](https://github.com/brillout/vite-plugin-ssr/issues/844)) ([7144fdb](https://github.com/brillout/vite-plugin-ssr/commit/7144fdb147e2d95e7b4d5a87d0b2f756cd58875d))
* remove unnecessary error hanlding edge case ([#843](https://github.com/brillout/vite-plugin-ssr/issues/843)) ([92009e5](https://github.com/brillout/vite-plugin-ssr/commit/92009e54db7bd7804b29b4882e8b1aa9b58c7a30))



## [0.4.120](https://github.com/brillout/vite-plugin-ssr/compare/v0.4.119...v0.4.120) (2023-04-30)


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.120"
"vite-plugin-ssr": "^0.4.121"
},
"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.2.0",
"sirv": "^2.0.2",
"vite": "^4.0.3",
"vite-plugin-ssr": "^0.4.120"
"vite-plugin-ssr": "^0.4.121"
}
}
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.120",
"vite-plugin-ssr": "^0.4.121",
"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.120",
"vite-plugin-ssr": "^0.4.121",
"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.281",
"version": "0.0.282",
"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": "^5.0.3",
"vite-plugin-ssr": "0.4.120"
"vite-plugin-ssr": "0.4.121"
},
"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.120'
const PROJECT_VERSION = '0.4.121'

import React from 'react'

Expand Down
2 changes: 1 addition & 1 deletion examples/base-url-cdn-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.120"
"vite-plugin-ssr": "0.4.121"
},
"type": "module"
}
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.2.0",
"react-dom": "^18.2.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.120"
"vite-plugin-ssr": "0.4.121"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/base-url-server-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.120"
"vite-plugin-ssr": "0.4.121"
},
"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.2.0",
"react-dom": "^18.2.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.120"
"vite-plugin-ssr": "0.4.121"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/base-url-v1/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.120"
"vite-plugin-ssr": "0.4.121"
},
"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.2.0",
"react-dom": "^18.2.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.120"
"vite-plugin-ssr": "0.4.121"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/cloudflare-workers-react-full-v1/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.9",
"vite": "^4.1.1",
"vite-plugin-ssr": "0.4.120",
"vite-plugin-ssr": "0.4.121",
"wrangler": "^2.9.1"
}
}
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.9",
"vite": "^4.1.1",
"vite-plugin-ssr": "0.4.120",
"vite-plugin-ssr": "0.4.121",
"wrangler": "^2.9.1"
}
}
2 changes: 1 addition & 1 deletion examples/cloudflare-workers-react-v1/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.120",
"vite-plugin-ssr": "0.4.121",
"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.120",
"vite-plugin-ssr": "0.4.121",
"wrangler": "^2.9.1"
}
}
2 changes: 1 addition & 1 deletion examples/cloudflare-workers-vue-v1/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.120",
"vite-plugin-ssr": "0.4.121",
"vue": "^3.2.47",
"wrangler": "^2.9.1"
}
Expand Down
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.120",
"vite-plugin-ssr": "0.4.121",
"vue": "^3.2.47",
"wrangler": "^2.9.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-preload-v1/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.9",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.120"
"vite-plugin-ssr": "0.4.121"
},
"type": "module"
}
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.9",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.120"
"vite-plugin-ssr": "0.4.121"
},
"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.2.0",
"react-dom": "^18.2.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.120"
"vite-plugin-ssr": "0.4.121"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-apollo-react-v1/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.1.4",
"vite-plugin-ssr": "0.4.120"
"vite-plugin-ssr": "0.4.121"
}
}
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.1.4",
"vite-plugin-ssr": "0.4.120"
"vite-plugin-ssr": "0.4.121"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-apollo-vue-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"express": "^4.18.2",
"graphql": "^16.6.0",
"vite": "^4.1.4",
"vite-plugin-ssr": "0.4.120",
"vite-plugin-ssr": "0.4.121",
"vue": "^3.2.47"
}
}
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.2",
"graphql": "^16.6.0",
"vite": "^4.1.4",
"vite-plugin-ssr": "0.4.120",
"vite-plugin-ssr": "0.4.121",
"vue": "^3.2.47"
}
}
2 changes: 1 addition & 1 deletion examples/html-fragments-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"dependencies": {
"typescript": "^4.6.4",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.120"
"vite-plugin-ssr": "0.4.121"
}
}
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.120"
"vite-plugin-ssr": "0.4.121"
}
}
2 changes: 1 addition & 1 deletion examples/i18n-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.120"
"vite-plugin-ssr": "0.4.121"
}
}
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.120"
"vite-plugin-ssr": "0.4.121"
}
}
2 changes: 1 addition & 1 deletion examples/layouts-react-v1/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.120"
"vite-plugin-ssr": "0.4.121"
},
"type": "module"
}
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.2.0",
"react-dom": "^18.2.0",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.120"
"vite-plugin-ssr": "0.4.121"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/layouts-vue-v1/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.120",
"vite-plugin-ssr": "0.4.121",
"vue": "^3.2.33"
},
"type": "module"
Expand Down
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.120",
"vite-plugin-ssr": "0.4.121",
"vue": "^3.2.33"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/path-aliases-v1/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.120"
"vite-plugin-ssr": "0.4.121"
}
}
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.120"
"vite-plugin-ssr": "0.4.121"
}
}
2 changes: 1 addition & 1 deletion examples/preact-client-routing-v1/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.120"
"vite-plugin-ssr": "0.4.121"
}
}
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.120"
"vite-plugin-ssr": "0.4.121"
}
}
2 changes: 1 addition & 1 deletion examples/preact-server-routing-v1/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.120"
"vite-plugin-ssr": "0.4.121"
}
}
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.120"
"vite-plugin-ssr": "0.4.121"
}
}
2 changes: 1 addition & 1 deletion examples/react-17-v1/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.120"
"vite-plugin-ssr": "0.4.121"
},
"type": "module"
}
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.120"
"vite-plugin-ssr": "0.4.121"
},
"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.9",
"typescript": "^4.8.4",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.120"
"vite-plugin-ssr": "0.4.121"
},
"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.9",
"typescript": "^4.8.4",
"vite": "^4.0.3",
"vite-plugin-ssr": "0.4.120"
"vite-plugin-ssr": "0.4.121"
},
"type": "module"
}
Loading

0 comments on commit cbfdb32

Please sign in to comment.