All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
16.0.0-nightly.5 (2022-03-02)
Note: Version bump only for package hops-lerna-root
16.0.0-nightly.4 (2022-03-02)
- disable new helmet defaults (72f62df)
- react: replace invalid characters in chunk name (bf735bd)
- resolutions msw 0.38 (ca09616)
- update dependency @pmmmwh/react-refresh-webpack-plugin to ^0.5.0 (5af4487)
- update dependency dotenv to v16 (ce67cbb)
- update dependency graphql to v16 (837008e)
- update dependency helmet to v5 (31d2f5b)
- update dependency mime to v3 (31649d0)
- update dependency mini-css-extract-plugin to v2 (2fb57d9)
- update dependency minimatch to v5 (f05b22b)
- update dependency msw to ^0.38.0 (8b847e4)
- update dependency puppeteer to v13 (d351160)
- update dependency react-refresh to ^0.11.0 (27ebe82)
- graphql is in v16 now, it includes many breaking changes. Please take a look at the graphql docs for details
- if you use hashes (
#
) in your dotenv variables, you have to use quotes now:
SECRET_HASH=something#with#hash
must be quoted now:
SECRET_HASH="something#with#hash"
16.0.0-nightly.3 (2022-02-17)
- start server for version 3 (687ca03)
- styled-components: pin babel-plugin-styled-components to v1.12.1 (a243ba3)
- update dependency apollo-server-express to v3 (2e7ef2d)
- update dependency loader-utils to v3 (69a79d4)
- update dependency postcss-preset-env to v7 (fac4a09)
16.0.0-nightly.2 (2022-02-16)
- pin @apollo/client to 3.4.17 due to SSR bug in useLazyQuery (9f97080)
- reference webpack chunks via chunk name (4d9db89), closes #1976
- wait for webpack builds to finish (dbf793b)
- jest-environment: reject hasFinished when build has failed (5b5fd4d)
16.0.0-nightly.1 (2022-01-12)
- apollo-mock-server: move playground.png image to mock server folder (f527c33)
- fix bors config (170c953)
- fix incorrect argument passing to process (ea4cb8b)
- jest-environment: replace package colors with chalk (bd77d85)
- jest-preset: replace package colors with chalk (d06751e)
- lambda: replace package prompt with readline (bf85c6b)
- react-apollo: make fragmentTypes available to the client-side (b26f406)
- reference the current version, not latest (188fbd1)
- support both 14 and 16 (ddd19e2)
- webpack: externalize server source-map to prevent RangeError (79e4290)
- webpack: print file name and location in webpack warnings (0e4a05c)
16.0.0-nightly.0 (2021-09-30)
- Revert "chore: rename bin to create-hops-app for stable version" (86ea2f3)