File tree Expand file tree Collapse file tree 10 files changed +27
-23
lines changed Expand file tree Collapse file tree 10 files changed +27
-23
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88For changes prior to v1.0.0, see the [ legacy releases] ( https://legacy.inertiajs.com/releases ) .
99
10- ## [ Unreleased] ( https://github.com/inertiajs/inertia/compare/v2.0.0-beta.1...HEAD )
10+ ## [ Unreleased] ( https://github.com/inertiajs/inertia/compare/v2.0.0-beta.2...HEAD )
11+
12+ - Nothing yet!
13+
14+ ## [ v2.0.0-beta.2] ( https://github.com/inertiajs/inertia/compare/v2.0.0-beta.1...v2.0.0-beta.2 )
1115
1216- [ 2.x] Fix issue where initial page data is coming from history state ([ #2023 ] ( https://github.com/inertiajs/inertia/pull/2023 ) )
1317- [ 2.x] Fix onClick in React adapter ([ #2019 ] ( https://github.com/inertiajs/inertia/pull/2019 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @inertiajs/core" ,
3- "version" : " 2.0.0-beta.1 " ,
3+ "version" : " 2.0.0-beta.2 " ,
44 "license" : " MIT" ,
55 "description" : " A framework for creating server-driven single page apps." ,
66 "contributors" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @inertiajs/react" ,
3- "version" : " 2.0.0-beta.1 " ,
3+ "version" : " 2.0.0-beta.2 " ,
44 "license" : " MIT" ,
55 "description" : " The React adapter for Inertia.js" ,
66 "contributors" : [
5959 "react" : " ^16.9.0 || ^17.0.0 || ^18.0.0"
6060 },
6161 "dependencies" : {
62- "@inertiajs/core" : " 2.0.0-beta.1 " ,
62+ "@inertiajs/core" : " 2.0.0-beta.2 " ,
6363 "lodash.isequal" : " ^4.5.0"
6464 }
6565}
Original file line number Diff line number Diff line change 11{
22 "name" : " @inertiajs/svelte" ,
3- "version" : " 2.0.0-beta.1 " ,
3+ "version" : " 2.0.0-beta.2 " ,
44 "license" : " MIT" ,
55 "description" : " The Svelte adapter for Inertia.js" ,
66 "contributors" : [
4343 "svelte" : " ^4.0.0 || ^5.0.0 || ^5.0.0-next.244"
4444 },
4545 "dependencies" : {
46- "@inertiajs/core" : " 2.0.0-beta.1 " ,
46+ "@inertiajs/core" : " 2.0.0-beta.2 " ,
4747 "html-escape" : " ^2.0.0" ,
4848 "lodash" : " ^4.5.0"
4949 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @inertiajs/vue3" ,
3- "version" : " 2.0.0-beta.1 " ,
3+ "version" : " 2.0.0-beta.2 " ,
44 "license" : " MIT" ,
55 "description" : " The Vue 3 adapter for Inertia.js" ,
66 "contributors" : [
5858 "vue" : " ^3.0.0"
5959 },
6060 "dependencies" : {
61- "@inertiajs/core" : " 2.0.0-beta.1 " ,
61+ "@inertiajs/core" : " 2.0.0-beta.2 " ,
6262 "lodash.clonedeep" : " ^4.5.0" ,
6363 "lodash.isequal" : " ^4.5.0"
6464 }
Original file line number Diff line number Diff line change 77 },
88 "type" : " module" ,
99 "devDependencies" : {
10- "@inertiajs/react" : " 2.0.0-beta.1 " ,
10+ "@inertiajs/react" : " 2.0.0-beta.2 " ,
1111 "@types/react" : " ^16.14.35" ,
1212 "@types/react-dom" : " ^16.9.18" ,
1313 "@vitejs/plugin-react" : " ^4.3.2" ,
Original file line number Diff line number Diff line change 99 "check:watch" : " svelte-check --tsconfig ./tsconfig.json --watch"
1010 },
1111 "devDependencies" : {
12- "@inertiajs/svelte" : " 2.0.0-beta.1 " ,
12+ "@inertiajs/svelte" : " 2.0.0-beta.2 " ,
1313 "@sveltejs/vite-plugin-svelte" : " ^3.1.2" ,
1414 "@tsconfig/svelte" : " ^5.0.4" ,
1515 "autoprefixer" : " ^10.4.13" ,
Original file line number Diff line number Diff line change 99 "check:watch" : " svelte-check --tsconfig ./tsconfig.json --watch"
1010 },
1111 "devDependencies" : {
12- "@inertiajs/svelte" : " 2.0.0-beta.1 " ,
12+ "@inertiajs/svelte" : " 2.0.0-beta.2 " ,
1313 "@sveltejs/vite-plugin-svelte" : " ^4.0.0-next.6" ,
1414 "@tsconfig/svelte" : " ^5.0.4" ,
1515 "autoprefixer" : " ^10.4.13" ,
Original file line number Diff line number Diff line change 66 "build" : " vue-tsc && vite build && vite build --ssr"
77 },
88 "devDependencies" : {
9- "@inertiajs/vue3" : " 2.0.0-beta.1 " ,
9+ "@inertiajs/vue3" : " 2.0.0-beta.2 " ,
1010 "@vitejs/plugin-vue" : " ^5.0.5" ,
1111 "@volar/vue-typescript" : " ^1.0.22" ,
1212 "@vue/server-renderer" : " ^3.3.4" ,
You can’t perform that action at this time.
0 commit comments