Skip to content

Releases: ixahmedxi/orbitkit

v0.4.1

23 Jun 00:52
Compare
Choose a tag to compare

In this version:

  • OrbitKit gets TypeScript 5.5 version update, making tsconfig files around the monorepo much simpler.
  • Migrates postcss config files from CJS to ESM.
  • Updates dependencies.

v0.4.0

20 Jun 00:51
Compare
Choose a tag to compare

In this release:

  • Added Sentry integration for both the web and marketing apps.
  • Revamps the Github CI Pipeline, dropping the CI time substantially.
  • Updates deps.
  • Adds root level lint:md, lint:spell tasks to turborepo for caching.

v0.3.5

18 Jun 00:11
Compare
Choose a tag to compare

Changes:

  • Fixes an issue where the prettier import sorting plugin wasn't working.
  • Updates deps to latest versions.

v0.3.4

16 Jun 13:38
9418f03
Compare
Choose a tag to compare

In this release:

  • vite is now used to bundle the @orbitkit/ui package instead of tsup, this is to lower the number of tools being used in the monorepo.
  • more elaborative .env.example files.
  • updates all dependencies to latest versions.
  • Splits the t3-env handling with a dedicated client/server files for the web application.

v0.3.3

12 Jun 20:41
Compare
Choose a tag to compare

In this release:

  • 0bc1e1b: refactor(ui): simplifies the tsup config
  • 0bc1e1b: Updated dependencies

v0.3.2

11 Jun 22:55
Compare
Choose a tag to compare
  • Adds posthog integrations to both the web and marketing apps.
  • Switches all packages (except env) to be built.
  • Adds a new docs section called Decision Reasoning, with the first document explaining that change to all built packages.

v0.3.0

09 Jun 19:46
Compare
Choose a tag to compare

🚀 Changes

  • New update:workspace script to rename the workspace's name, version, author, license...etc see usage docs here
  • Update to turborepo v2 and revises the entire configuration.
  • Updates deps to latest versions
  • Revises the tsconfig tsbuildinfo file naming to avoid collisions with tsconfig.json and tsconfig.build..json file outputs.

v0.2.1

28 May 18:17
499aea6
Compare
Choose a tag to compare

🚀 Features:

  • ESLint v9 for linting, this comes with a new @orbitkit/eslint package that replaces the old eslint-config-orbitkit package as well as a much simpler way of defining eslint configurations.

v0.2.0

27 May 15:38
Compare
Choose a tag to compare

🚀 Features:

  • OrbitKit is now a Bun workspace! Thanks to @imCorfitz for his massive efforts getting this in ❤️

👷‍♂️ Maintenance:

  • Updates dependency versions.

This now sets us up really nicely to have things such as bun test for unit tests in the next oncoming releases, expect a release very soon that also integrates ESLint v9 into the workspace.

v0.1.5

21 May 00:04
Compare
Choose a tag to compare

In this release:

  • OrbitKit gets a 🚀 speedy boost in bundling time using tsup's experimentalDts flag.
  • Removes unused deps such as cross-env and concurrently.
  • Replaces deprecated @storybook/testing-library with @storybook/test.