diff --git a/CHANGELOG.md b/CHANGELOG.md index f17d2886..320832e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,12 @@ Breaking changes: New features: Bugfixes: +- Add missing `react-dom/client` shim (#294 by @andys8) - Fix double `main` invocation (#295 by @JordanMartinez) - Stop loading hang when using query params to show compiled JS output (#296 by @JordanMartinez) Other improvements: +- Update package set to latest `0.15.4` one (#294) by @andys8) ## [v2022-07-21.1](https://github.com/purescript/trypurescript/releases/tag/v2022-07-21.1) diff --git a/README.md b/README.md index feee89b0..716fc332 100644 --- a/README.md +++ b/README.md @@ -96,14 +96,15 @@ ln -s "$PWD/output" "$PWD/../client/public/js/output" cd client npm install -# Use `build:dev` and `base:dev` if you are using a local Try PureScript server, +# Use `serve:dev` if you are using a local Try PureScript server, # e.g. you followed the instructions in step 1. # -# Use `build:production` and `base:production` if you would like +# Use `serve:production` if you would like # to test the client against the production Try PureScript server. -npm run build:(dev|production) +# Note: the production server may not match the package set you have locally. +npm run serve:(dev|production) -npm run serve # Try PureScript is now available on localhost:8080 +# Try PureScript is now available on localhost:8080 ``` ### 4. Choosing a Tag diff --git a/client/packages.dhall b/client/packages.dhall index c1888031..c21f1de2 100644 --- a/client/packages.dhall +++ b/client/packages.dhall @@ -1,5 +1,5 @@ let upstream = - https://github.com/purescript/package-sets/releases/download/psc-0.15.2-20220609/packages.dhall - sha256:2b15922dcc47143e5f271a75d4aa91b0379bc1bd7d880adfb428e287617210f7 + https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20220808/packages.dhall + sha256:60eee64b04ca0013fae3e02a69fc3b176105c6baa2f31865c67cd5f881a412fd in upstream diff --git a/client/public/frame.html b/client/public/frame.html index a1a1d7ff..0363f7af 100644 --- a/client/public/frame.html +++ b/client/public/frame.html @@ -12,16 +12,17 @@