Skip to content

Commit 1b86bf1

Browse files
committed
v0.4.0
1 parent 3278105 commit 1b86bf1

File tree

2 files changed

+24
-18
lines changed

2 files changed

+24
-18
lines changed

CHANGELOG.md

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,39 @@
22

33
[UNRELEASED]
44

5+
[0.4.0]
6+
7+
- `Seed` updated to `0.5.0` + refactored `crate/src/lib.rs`.
8+
- All Rust nad JS dependencies updated.
9+
- GHA workflow `main.yml` - `on: [push]` changed to `on: [push, pull_request]`.
10+
511
[0.3.1]
612

7-
- `Travis CI` replaced with `Github Actions`
8-
- `Seed` updated to `0.4.2` + refactored `crate/src/lib.rs`
13+
- `Travis CI` replaced with `Github Actions`.
14+
- `Seed` updated to `0.4.2` + refactored `crate/src/lib.rs`.
915

1016
[0.3.0]
1117

12-
- Quickstart is now based on `https://github.com/MartinKavik/kavik.cz`
13-
- Rewritten `README.md`
14-
- Previous version moved into branch `older`
18+
- Quickstart is now based on `https://github.com/MartinKavik/kavik.cz`.
19+
- Rewritten `README.md`.
20+
- Previous version moved into branch `older`.
1521

1622
[0.2.0]
1723

1824
- Updated all dependencies + project adapted to them:
19-
- Set `outDir` in `WasmPackPlugin`
20-
- Removed `css/tailwind.js`
21-
- Changed paths in `entries/index.ts`
22-
- Removed comments from `css/styles.css`
23-
- Updated CSS classes in `crate/src/app.rs`
24-
- Updated import of `ClearnWepackPlugin`
25-
- Dev server port changed from `3000` to `8000`
26-
- Added `netlify.toml` for better SPA support
25+
- Set `outDir` in `WasmPackPlugin`.
26+
- Removed `css/tailwind.js`.
27+
- Changed paths in `entries/index.ts`.
28+
- Removed comments from `css/styles.css`.
29+
- Updated CSS classes in `crate/src/app.rs`.
30+
- Updated import of `ClearnWepackPlugin`.
31+
- Dev server port changed from `3000` to `8000`.
32+
- Added `netlify.toml` for better SPA support.
2733
- `crate/*` changes:
28-
- Updated dependencies in `Cargo.toml` and `Seed` set to `master` (probably temporary)
29-
- Refactored `app.rs`, `lib.rs`, `rust_api.rs`, `clock.ts`, `ts_apis`, `seed_helpers.ts`
30-
- Removed `seed_helpers.rs`
34+
- Updated dependencies in `Cargo.toml` and `Seed` set to `master` (probably temporary).
35+
- Refactored `app.rs`, `lib.rs`, `rust_api.rs`, `clock.ts`, `ts_apis`, `seed_helpers.ts`.
36+
- Removed `seed_helpers.rs`.
3137

3238
[0.1.0]
3339

34-
- Initial version
40+
- Initial version.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Martin Kavík <martin@kavik.cz>",
33
"name": "seed-quickstart-webpack",
4-
"version": "0.3.1",
4+
"version": "0.4.0",
55
"repository": "https://github.com/MartinKavik/seed-quickstart-webpack",
66
"license": "MIT",
77
"scripts": {

0 commit comments

Comments
 (0)