Skip to content

Latest commit

 

History

History
184 lines (78 loc) · 8.54 KB

CHANGELOG.md

File metadata and controls

184 lines (78 loc) · 8.54 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.9.0 (2020-12-23)

Bug Fixes

  • 🐛 Don't overwrite GRAPHQL_URI when provided by the env (98852ca)
  • cors: 🐛 Fix cors issues (2b3d323)

Features

  • aws: ✨ Add aws provisioning scripts (f89db75)
  • aws: ✨ Add aws serverless postgres scripts (a501de8)
  • cors: ✨ Fix cors once and for all (c96e46f)
  • docker: ✨ Add docker lambda service stuffs (b16bb55)
  • docker: ✨ Add lambda dockerfile (0cb3327)
  • docker: ✨ Add service dockerization (28b8888)
  • lambda: ✨ Add lambda handler (92bc8fa)
  • serverless: ✨ Make the service lambda compatible (96379bf)

1.8.0 (2020-11-23)

Features

  • config: ♻ Refactor how debug logger is enabled (9e7cccc)

1.7.0 (2020-11-22)

Bug Fixes

  • 🧪 Update broken snapshot (b7d75fd)

Features

  • version: ✨ Add VersionLink component (1f89cdd)
  • ✨ Add REACT_APP_RELEASE to ui build (122c4a0)
  • ✨ Linkify app release version in footer (1b72729)

1.6.0 (2020-11-22)

Bug Fixes

  • cookie: 🐛 Fix SameSite cookie issues for refresh token (ff6db79)
  • cookie: 🐛 Fix SameSite cookie issues for refresh token (2e8a64e)

Features

  • db: 🌱 Add admin seed user to db (6b3f22d)
  • internet: 🔥 Remove InternetConnectivity component (229ee18)

1.5.0 (2020-05-29)

Features

  • feature-flags: ✨ Add attribute map to feature flag requests (24b251a)
  • logrocket: ✨ Add user info to LogRocket session tracking (3e16eb5)
  • ✨ Add prompt when navigating away from dirty forms (93cc9a8)

1.4.0 (2020-05-26)

Features

  • feature-flags: ✨ Properly track anonymous users (e8e471d)
  • ✨Add SplitIO functionality (78276c0)
  • feature-flags: ✨Add SplitIO for feature flags functionality (cfebd8c)

1.3.2 (2020-05-19)

Bug Fixes

  • 🐛 Throw email in use error when necessary (3c17f98)

1.3.1 (2020-05-18)

Bug Fixes

  • 🐛 Double posting success message on profile save (e1faad0)

1.3.0 (2020-05-18)

Bug Fixes

  • 🐛 Fix how paginated results omit deleted rows (364c939)
  • 🐛 Fix specs for Unauthenticated error instead of Forbidden (3e2d270)
  • 🐛 Send AuthenticationError instead of ForbiddenError (73a51f1)

Features

  • ✨ Add useIsInternetConnected hook (9b76eba)
  • ✨ Add UserList to users page (fc76e9e)

1.2.0 (2020-05-17)

Features

  • ui: ✨ Add user management page and respective nav links (df3740f)

1.1.1 (2020-05-16)

Note: Version bump only for package boilerplate-monorepo

1.1.0 (2020-05-16)

Bug Fixes

  • build: 🐛 Only enable deployment on tagged release builds (a4e8019)
  • ⬅️ Revert package versions (d27780f)
  • ⬇️ Rollback versions to 1.0.0 (e173e1a)
  • 💚 Fix semantic release on builds (08491e1)
  • 💚 Sematic release troubleshooting (1c9762c)
  • 💚 Update how cache keys are read (e55eb27)
  • 🔥 Remove extra build stuffs around version bumping (bc77fb4)
  • 🔧 Remove success and fail comments during release (77f1018)
  • build: 💚 Attempt to fix semantic releases (03f2384)

Features

  • ✨Add approval job to tagged builds for deployment (60bd3eb)
  • ✨ Add automated semantic releases (dc737cf)
  • ✨ Add pre/post build steps to upload sourcemaps (5e8fef3)
  • 💚 Add release to ci workflow for master (9d05cf5)