Skip to content

Commit

Permalink
release: v0.4.126
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed May 20, 2023
1 parent bd259b9 commit ba35522
Show file tree
Hide file tree
Showing 99 changed files with 115 additions and 98 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [0.4.126](https://github.com/brillout/vite-plugin-ssr/compare/v0.4.125...v0.4.126) (2023-05-20)


### Bug Fixes

* [V1 design] catch extends infinite loop ([bf6a22a](https://github.com/brillout/vite-plugin-ssr/commit/bf6a22ac8018de9fd5a4c3277276ed22e27e226c))
* [V1 design] don't assume meta effect() to target an existing config element ([cec8abb](https://github.com/brillout/vite-plugin-ssr/commit/cec8abb24eace0d98aa6fd05d5008314572cbd98))
* [V1 design] fix configDefinedAt ([5f00714](https://github.com/brillout/vite-plugin-ssr/commit/5f00714028f278a4f06eee0cb2a7a5d406e908f3))
* [V1 design] fix prerender config handling ([ee7ad7a](https://github.com/brillout/vite-plugin-ssr/commit/ee7ad7a519a25d4cc32471878f00fb6f24ecd4d8))
* [V1 design] implement filesystemRoutingRoot ([d15142a](https://github.com/brillout/vite-plugin-ssr/commit/d15142a88903755dcb52d76e3c88ff7759b7b45c))
* [V1 design] improve effect() implementation ([3363e1f](https://github.com/brillout/vite-plugin-ssr/commit/3363e1f6df017aa9e7ff825345073e0b6120ef52))
* [V1 design] improve error message upon wrong config value type ([4d1be16](https://github.com/brillout/vite-plugin-ssr/commit/4d1be16c5ea6bf055666e9b52ceff3a5ae13b6a1))
* be more loose in what interface files are considered global (fix [#897](https://github.com/brillout/vite-plugin-ssr/issues/897)) ([de7014f](https://github.com/brillout/vite-plugin-ssr/commit/de7014f1f94192251f3c5721805d8bbd159f2f8f))
* make config inheritance more robust (fix [#897](https://github.com/brillout/vite-plugin-ssr/issues/897)) ([9fccc6f](https://github.com/brillout/vite-plugin-ssr/commit/9fccc6fd3716e31670406bc15ebf12ce42e33ecd))



## [0.4.125](https://github.com/brillout/vite-plugin-ssr/compare/v0.4.124...v0.4.125) (2023-05-18)


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 @@ -29,7 +29,7 @@
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"vite": "^4.0.3",
"vite-plugin-ssr": "^0.4.125"
"vite-plugin-ssr": "^0.4.126"
},
"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 @@ -21,6 +21,6 @@
"react-dom": "^18.2.0",
"sirv": "^2.0.2",
"vite": "^4.0.3",
"vite-plugin-ssr": "^0.4.125"
"vite-plugin-ssr": "^0.4.126"
}
}
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.125",
"vite-plugin-ssr": "^0.4.126",
"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.125",
"vite-plugin-ssr": "^0.4.126",
"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.286",
"version": "0.0.287",
"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.125"
"vite-plugin-ssr": "0.4.126"
},
"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.125'
const PROJECT_VERSION = '0.4.126'

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.125"
"vite-plugin-ssr": "0.4.126"
},
"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.125"
"vite-plugin-ssr": "0.4.126"
},
"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.125"
"vite-plugin-ssr": "0.4.126"
},
"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.125"
"vite-plugin-ssr": "0.4.126"
},
"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.125"
"vite-plugin-ssr": "0.4.126"
},
"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.125"
"vite-plugin-ssr": "0.4.126"
},
"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.125",
"vite-plugin-ssr": "0.4.126",
"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.125",
"vite-plugin-ssr": "0.4.126",
"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.125",
"vite-plugin-ssr": "0.4.126",
"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.125",
"vite-plugin-ssr": "0.4.126",
"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.125",
"vite-plugin-ssr": "0.4.126",
"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.125",
"vite-plugin-ssr": "0.4.126",
"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.125"
"vite-plugin-ssr": "0.4.126"
},
"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.125"
"vite-plugin-ssr": "0.4.126"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/file-structure-domain-driven-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.125"
"vite-plugin-ssr": "0.4.126"
}
}
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.125"
"vite-plugin-ssr": "0.4.126"
}
}
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.125"
"vite-plugin-ssr": "0.4.126"
}
}
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.125"
"vite-plugin-ssr": "0.4.126"
}
}
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.125",
"vite-plugin-ssr": "0.4.126",
"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.125",
"vite-plugin-ssr": "0.4.126",
"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.125"
"vite-plugin-ssr": "0.4.126"
}
}
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.125"
"vite-plugin-ssr": "0.4.126"
}
}
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.125"
"vite-plugin-ssr": "0.4.126"
}
}
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.125"
"vite-plugin-ssr": "0.4.126"
}
}
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.125"
"vite-plugin-ssr": "0.4.126"
},
"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.125"
"vite-plugin-ssr": "0.4.126"
},
"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.125",
"vite-plugin-ssr": "0.4.126",
"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.125",
"vite-plugin-ssr": "0.4.126",
"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.125"
"vite-plugin-ssr": "0.4.126"
}
}
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.125"
"vite-plugin-ssr": "0.4.126"
}
}
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.125"
"vite-plugin-ssr": "0.4.126"
}
}
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.125"
"vite-plugin-ssr": "0.4.126"
}
}
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.125"
"vite-plugin-ssr": "0.4.126"
}
}
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.125"
"vite-plugin-ssr": "0.4.126"
}
}
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.125"
"vite-plugin-ssr": "0.4.126"
},
"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.125"
"vite-plugin-ssr": "0.4.126"
},
"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.125"
"vite-plugin-ssr": "0.4.126"
},
"type": "module"
}
Loading

0 comments on commit ba35522

Please sign in to comment.