Skip to content

Commit 84b3cf3

Browse files
committed
v0.6.0
1 parent 6f71e02 commit 84b3cf3

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[UNRELEASED]
44

5+
[0.6.0]
6+
57
- Updated all JS dependencies.
68
- Added `<base href="/">` and related comments to support non-root deploys.
79
- Updated all JS dependencies.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ And how to setup Github Actions with deploy into Netlify.
202202
- _Note_: There is only one test in this project (`crate/tests/test.rs`), see [seed-rs-realworld](https://github.com/seed-rs/seed-rs-realworld) for more examples.
203203
1. If you want to test prerendered website:
204204
1. `$ yarn build:prerender`
205-
1. `$ serve:dist`
205+
1. `$ yarn serve:dist`
206206
1. Open [localhost:8000](http://localhost:8000) in a browser.
207207
1. _Tip_: Always test it also in production environment because e.g. routing is a little bit different among servers.
208208
1. **Always run `$ cargo make verify`** before push to make sure CI pipeline will accept your code.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Martin Kavík <[email protected]>",
33
"name": "seed-quickstart-webpack",
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"repository": "https://github.com/MartinKavik/seed-quickstart-webpack",
66
"license": "MIT",
77
"scripts": {
@@ -20,7 +20,7 @@
2020
"port": 8000
2121
},
2222
"devDependencies": {
23-
"@wasm-tool/wasm-pack-plugin": "1.3.1",
23+
"@wasm-tool/wasm-pack-plugin": "1.0.1",
2424
"clean-webpack-plugin": "^3.0.0",
2525
"concurrently": "^5.2.0",
2626
"copy-webpack-plugin": "^5.1.1",

0 commit comments

Comments
 (0)