Skip to content

Commit

Permalink
release: vike-react@0.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jun 13, 2024
1 parent f7f0296 commit 01a43ea
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-streaming": "^0.3.27",
"typescript": "^5.3.3",
"vike": "^0.4.173",
"vike-react": "^0.4.13",
"vike-react": "^0.4.14",
"vite": "^5.1.1"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/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",
"vike": "^0.4.173",
"vike-react": "^0.4.13",
"vike-react": "^0.4.14",
"vite": "^5.1.1"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-dom": "18.2.0",
"typescript": "^5.3.3",
"vike": "^0.4.173",
"vike-react": "^0.4.13",
"vike-react": "^0.4.14",
"vike-react-query": "^0.0.7",
"@tanstack/react-query": "^5.20.1",
"vite": "^5.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"vike": "^0.4.173",
"vike-react": "^0.4.13",
"vike-react": "^0.4.14",
"vite": "^5.1.1",
"vitest": "^1.2.2"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/vike-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [0.4.14](https://github.com/vikejs/vike-react/compare/vike-react@0.4.13...vike-react@0.4.14) (2024-06-13)


### Features

* make `Layout` setting cumulative ([92f8da4](https://github.com/vikejs/vike-react/commit/92f8da478dbfd60af8a89201065811a59d81b2eb))


### BREAKING CHANGES

* The `Layout` setting cannot be overriden anymore because it's now cumulative, see:
- https://vike.dev/Layout#multiple-layouts
- https://vike.dev/Layout#nested-layouts



## [0.4.13](https://github.com/vikejs/vike-react/compare/vike-react@0.4.12...vike-react@0.4.13) (2024-06-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/vike-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vike-react",
"version": "0.4.13",
"version": "0.4.14",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 01a43ea

Please sign in to comment.