Skip to content

Releases: colorstackorg/oyster

v1.4.0

24 May 17:47
ecfbd79
Compare
Choose a tag to compare

What's Changed

  • feat: add airtable_id on member record and save on creation 💨 by @ramiAbdou in #229
  • feat: use airtable_id from member in core airtable operations 💨 by @ramiAbdou in #230
  • feat: update graduation year (and school) in airtable 💨 by @ramiAbdou in #231
  • feat: send additional fields in airtable record creation ✏️ by @ramiAbdou in #232
  • fix: ambiguous column issue upon airtable creation 👩🏽‍🔧 by @ramiAbdou in #234
  • fix: ambiguous column issue upon airtable creation 👩🏽‍🔧 by @ramiAbdou in #235
  • chore: my first contribution ❤️ by @BeteabTefera in #236
  • feat: add mixpanel infrastructure for client-side events 🐭 by @ramiAbdou in #238
  • fix: use request.json in mixpanel tracking 🟣 by @ramiAbdou in #241
  • feat: create resume books in admin dashboard 📚 by @ramiAbdou in #242
  • chore: my first contribution ❤️ :) by @reaganrazon in #244
  • feat: resource database 🚀 by @ramiAbdou in #251

New Contributors

Full Changelog: v1.3.3...v1.4.0

v1.3.3

15 May 15:07
2a336c9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.3.3

v1.3.2

01 May 17:47
c86cb56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

25 Apr 18:47
962c261
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

23 Apr 03:50
e56e085
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2

07 Apr 20:10
b54a9f7
Compare
Choose a tag to compare

What's Changed

  • chore: setup .nvmrc file to standardize node version 🌥️ by @ramiAbdou in #108
  • chore: add .editorconfig to standardize editor formatting 🫶 by @ramiAbdou in #109
  • chore: optimize turbo caching in ci 💧 by @ramiAbdou in #110
  • chore: enable more eslint rules (ie: import sorting) 🧼 by @ramiAbdou in #116
  • feat: add github to colorstack socials 🐱 by @vazquezea96 in #103
  • chore: move output of kysely-codegen types 👋 by @ramiAbdou in #118
  • fix: patch kysely types for dynamic selections 🩹 by @ramiAbdou in #119

Full Changelog: v1.2.1...v1.2.2

v1.2.1

06 Apr 02:24
bf84414
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

05 Apr 15:33
f16f18c
Compare
Choose a tag to compare

Onboarding Updates

With this release, you'll no longer have to have Postgres and Redis installed directly on your machine. Instead, we'll be spinning up some Docker containers that make that process seamless! 💨

To migrate, please install Docker if you don't already have it installed. Then, run the following new commands:

yarn
yarn env:setup
yarn dx:up
yarn db:seed

You should be all good to go in development!

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

29 Mar 14:29
959ec55
Compare
Choose a tag to compare

What's Changed

  • docs: update git repository name to clone ⬇️ by @ramiAbdou in #6
  • docs: add lowercase guideline for PR name ✏️ by @ramiAbdou in #7
  • docs: make .env setup clearer 🧠 by @ramiAbdou in #8
  • docs: fix path to core package for .env setup 🔨 by @ramiAbdou in #9
  • fix: remove need for transpilation in db:seed 🌱 by @ramiAbdou in #10
  • docs: update where contributors can find issues 🔎 by @omar-elbaz in #11
  • refactor: update all package names to use @oyster prefix 🦪 by @ramiAbdou in #14
  • docs: how to sync a forked repository 🔁 by @ramiAbdou in #16
  • docs: add note about ColorStack members ❤️ by @ramiAbdou in #17
  • refactor: scrap feature-ui in favor of core-ui 🗑️ by @ramiAbdou in #23
  • refactor: move core-ui to ui 🎨 by @ramiAbdou in #24
  • feat: add postinstall script to monorepo root 🌴 by @ramiAbdou in #25
  • feat: remove build step from ui 👷‍♀️ by @ramiAbdou in #26
  • refactor: remove export * from barrel files 🛢️ by @ramiAbdou in #27
  • refactor: update colors in tailwind config 💨 by @ramiAbdou in #28
  • docs: add oyster to the README.md 🦪 by @ramiAbdou in #29
  • chore: initialize CONTRIBUTORS.yml file ✏️ by @ramiAbdou in #30
  • docs: "your first pull request" 💻 by @ramiAbdou in #31

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

27 Mar 18:42
f02a9a2
Compare
Choose a tag to compare

What's Changed

  • init: copy all files from old monorepo 🗂️ by @ramiAbdou in #1

New Contributors

Full Changelog: https://github.com/colorstackorg/oyster/commits/v1.0.0