Skip to content

Commit

Permalink
v2.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Oct 18, 2024
1 parent 5cdab60 commit 9106d74
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 23 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

For changes prior to v1.0.0, see the [legacy releases](https://legacy.inertiajs.com/releases).

## [Unreleased](https://github.com/inertiajs/inertia/compare/v2.0.0-beta.1...HEAD)
## [Unreleased](https://github.com/inertiajs/inertia/compare/v2.0.0-beta.2...HEAD)

- Nothing yet!

## [v2.0.0-beta.2](https://github.com/inertiajs/inertia/compare/v2.0.0-beta.1...v2.0.0-beta.2)

- [2.x] Fix issue where initial page data is coming from history state ([#2023](https://github.com/inertiajs/inertia/pull/2023))
- [2.x] Fix onClick in React adapter ([#2019](https://github.com/inertiajs/inertia/pull/2019))
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inertiajs/core",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"license": "MIT",
"description": "A framework for creating server-driven single page apps.",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inertiajs/react",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"license": "MIT",
"description": "The React adapter for Inertia.js",
"contributors": [
Expand Down Expand Up @@ -59,7 +59,7 @@
"react": "^16.9.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@inertiajs/core": "2.0.0-beta.1",
"@inertiajs/core": "2.0.0-beta.2",
"lodash.isequal": "^4.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inertiajs/svelte",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"license": "MIT",
"description": "The Svelte adapter for Inertia.js",
"contributors": [
Expand Down Expand Up @@ -43,7 +43,7 @@
"svelte": "^4.0.0 || ^5.0.0 || ^5.0.0-next.244"
},
"dependencies": {
"@inertiajs/core": "2.0.0-beta.1",
"@inertiajs/core": "2.0.0-beta.2",
"html-escape": "^2.0.0",
"lodash": "^4.5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inertiajs/vue3",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"license": "MIT",
"description": "The Vue 3 adapter for Inertia.js",
"contributors": [
Expand Down Expand Up @@ -58,7 +58,7 @@
"vue": "^3.0.0"
},
"dependencies": {
"@inertiajs/core": "2.0.0-beta.1",
"@inertiajs/core": "2.0.0-beta.2",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"type": "module",
"devDependencies": {
"@inertiajs/react": "2.0.0-beta.1",
"@inertiajs/react": "2.0.0-beta.2",
"@types/react": "^16.14.35",
"@types/react-dom": "^16.9.18",
"@vitejs/plugin-react": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/svelte4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@inertiajs/svelte": "2.0.0-beta.1",
"@inertiajs/svelte": "2.0.0-beta.2",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"autoprefixer": "^10.4.13",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/svelte5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@inertiajs/svelte": "2.0.0-beta.1",
"@inertiajs/svelte": "2.0.0-beta.2",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
"@tsconfig/svelte": "^5.0.4",
"autoprefixer": "^10.4.13",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "vue-tsc && vite build && vite build --ssr"
},
"devDependencies": {
"@inertiajs/vue3": "2.0.0-beta.1",
"@inertiajs/vue3": "2.0.0-beta.2",
"@vitejs/plugin-vue": "^5.0.5",
"@volar/vue-typescript": "^1.0.22",
"@vue/server-renderer": "^3.3.4",
Expand Down

0 comments on commit 9106d74

Please sign in to comment.