Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monorepo conversion (using bun) #1264

Merged
merged 119 commits into from
Mar 24, 2024
Merged

Monorepo conversion (using bun) #1264

merged 119 commits into from
Mar 24, 2024

Commits on Jan 16, 2024

  1. monorepo init:

    - bun [runtime, package manager, task runner, test runner]
    - biome [format, lint]
    - removed `cypress` (to be replaced with `playwright`)
    - removed codecov
    - split into multiple packages and apps [web(docs), ui(library), storybook, cli]
    
    UNSTABLE
    SutuSebastian committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    91e481c View commit details
    Browse the repository at this point in the history
  2. (web): remove unused packages

    SutuSebastian committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a23952c View commit details
    Browse the repository at this point in the history
  3. remove eslint disable rules comments

    SutuSebastian committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8a2929c View commit details
    Browse the repository at this point in the history
  4. fix some linting errors

    SutuSebastian committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    eb3e9fa View commit details
    Browse the repository at this point in the history
  5. (web): link library to monorepo ui package

    SutuSebastian committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    dc61da9 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. fix(web): build

    fix(ui): exports
    fix(root): sort `package.json`
    SutuSebastian committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c12e35f View commit details
    Browse the repository at this point in the history
  2. package upgrade

    SutuSebastian committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f5599b3 View commit details
    Browse the repository at this point in the history
  3. fix(storybook):

    - replace `@vitejs/plugin-react-sw` -> `@vitejs/plugin-react`
    - fix build
    - add `.gitignore`
    - update stories path
    SutuSebastian committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    eec073a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. move git related files in .git

    SutuSebastian committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    6e8dcec View commit details
    Browse the repository at this point in the history
  2. cleanup:

    - remove `biome` and drop `bun:test` until stable
    - add `prettier`
    - imporve `.vscode` files and add extentions suggestions
    SutuSebastian committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    90283e4 View commit details
    Browse the repository at this point in the history
  3. - restore prettier config + add tailwind formatting support

    - remove more biome leftover
    - add package json sorter
    SutuSebastian committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    607d4fc View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. upgrade all packages

    SutuSebastian committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    0ce53b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. refactor:

    - prettier config: add import sorting
    - format files
    SutuSebastian committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d041d44 View commit details
    Browse the repository at this point in the history
  2. packages: up

    SutuSebastian committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a8515c6 View commit details
    Browse the repository at this point in the history
  3. packages: up storybook

    SutuSebastian committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    85726f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. fix: prettier plugin order

    SutuSebastian committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    aee7a7d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. chore(ui): add vitest; add missing Accordion.spec import

    SutuSebastian committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f0f567d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90d1d56 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. fix: intellisense and tailwind support; add eslint

    SutuSebastian committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    af15662 View commit details
    Browse the repository at this point in the history
  2. fix(lib): lint errors

    SutuSebastian committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b6605de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1692e7a View commit details
    Browse the repository at this point in the history
  4. refactor(ui): use new tailwindcss shorthands

    SutuSebastian committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    757d035 View commit details
    Browse the repository at this point in the history
  5. fix(storybook/banner): remove invalid tailwind classes

    SutuSebastian committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    afca232 View commit details
    Browse the repository at this point in the history
  6. chore: add .editorconfig

    SutuSebastian committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    97aa106 View commit details
    Browse the repository at this point in the history
  7. refactor(ui): wrap all components theme with createTheme to gain …

    …class sorting, linting and apply fixes
    SutuSebastian committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    19c1504 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6687608 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. refactor: move common eslint packages to root package.json;

    - add `eslint` to `web`
    - optimise onboarding flow
    - fix tailwind lint errors here and there
    SutuSebastian committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d0107e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. chore: up packages

    SutuSebastian committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    2a04456 View commit details
    Browse the repository at this point in the history
  2. refactor: (web) lint rules + fix examples

    SutuSebastian committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    d261122 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. refactor: CI/CD improvements:

    - refactor github actions
    - setup github actions using `bun`
    - remove storybook github action (redo later)
    SutuSebastian committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    887daf8 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Merge remote-tracking branch 'origin/main' into monorepo/bun

    - upgrade packages
    - format code
    - fix and order imports/exports
    - accomodate new `Popover` component into monorepo structure
    SutuSebastian committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    1ca1326 View commit details
    Browse the repository at this point in the history
  2. fix: CI/CD setup action, add missing required property

    SutuSebastian committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f8540cd View commit details
    Browse the repository at this point in the history
  3. fix(web): typecheck

    SutuSebastian committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    54b6f73 View commit details
    Browse the repository at this point in the history
  4. fix(lib): type module for failing tests

    SutuSebastian committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9ae9958 View commit details
    Browse the repository at this point in the history
  5. fix(lib): package.json meta and npm tags; update peerDeps

    SutuSebastian committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    df9e745 View commit details
    Browse the repository at this point in the history
  6. fix(lib: tsconfig exclude

    SutuSebastian committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    425e8e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f3455de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    14ee9e7 View commit details
    Browse the repository at this point in the history
  9. fix(lib): merge-deep test

    SutuSebastian committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f70a289 View commit details
    Browse the repository at this point in the history
  10. chore(lib): eslint config updates

    SutuSebastian committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    1b2a3c4 View commit details
    Browse the repository at this point in the history
  11. fix(lib): bypass datepicker test (unfinished)

    SutuSebastian committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    fa53d33 View commit details
    Browse the repository at this point in the history
  12. refactor(lib): remove toggleSwitchTheme empty space

    SutuSebastian committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7bd0abc View commit details
    Browse the repository at this point in the history
  13. chore: up packages

    SutuSebastian committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9d4e2ae View commit details
    Browse the repository at this point in the history
  14. fix(lib): failing tests due to concurrency

    SutuSebastian committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c57ea62 View commit details
    Browse the repository at this point in the history
  15. fix(lib): test coverage + format files

    SutuSebastian committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    476306b View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. refactor(global): switch from singleQuote to double

    SutuSebastian committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    50f9ca9 View commit details
    Browse the repository at this point in the history
  2. refactor(lib): more tailwind shorthands

    SutuSebastian committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1ac7b26 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. chore: up packages

    SutuSebastian committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    bc46766 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. chore: up packages

    SutuSebastian committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    07c6e00 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. packages(cli): add first version

    general: update packages
    SutuSebastian committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    8224912 View commit details
    Browse the repository at this point in the history
  2. packages(cli): fix typecheck

    SutuSebastian committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    bdadabc View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. packages(cli): refactor

    - add [dir] argument
    - add [options] argument
      - `--template <name>`
      - `-h, --help`
    SutuSebastian committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    56a17b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. packages(cli): add -v, --version in [options]

    SutuSebastian committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    7669705 View commit details
    Browse the repository at this point in the history
  2. packages(cli): add README.md

    SutuSebastian committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2173786 View commit details
    Browse the repository at this point in the history
  3. fix: package.json repository.url

    SutuSebastian committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2581910 View commit details
    Browse the repository at this point in the history
  4. packages(cli): add --git option

    SutuSebastian committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    10aca28 View commit details
    Browse the repository at this point in the history
  5. packages(cli): up package version

    SutuSebastian committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2c48ea3 View commit details
    Browse the repository at this point in the history
  6. packages(cli): update README.md

    SutuSebastian committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2a3ee27 View commit details
    Browse the repository at this point in the history
  7. packages(cli): bump package version patch

    SutuSebastian committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5b6b56f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. config: sort and tidy up .vscode settings.json

    SutuSebastian committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    61ef32e View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. fix(docs): navbar package version

    SutuSebastian committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8392871 View commit details
    Browse the repository at this point in the history
  2. fix(docs): mdx heading color

    SutuSebastian committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    50d1e0e View commit details
    Browse the repository at this point in the history
  3. feat(docs): code demo:

    - add screen size controls (desktop/tablet/mobile)
    - add RTL control
    SutuSebastian committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    faa7386 View commit details
    Browse the repository at this point in the history
  4. feat(docs): code demo:

    - add tooltip to copy-to-clipboard
    - fix icon sizes
    SutuSebastian committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    82dbfba View commit details
    Browse the repository at this point in the history
  5. feat(docs): create CLI page

    SutuSebastian committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    997fb98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad60998 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. fix(web): homepage - components section hover styles; sidebar - more …

    …spacing (synced with @robert)
    SutuSebastian committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5df75e7 View commit details
    Browse the repository at this point in the history
  2. packages(cli): update README.md

    apps(web): update CLI page
    SutuSebastian committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    74c7f69 View commit details
    Browse the repository at this point in the history
  3. packages(cli): bump package version patch

    SutuSebastian committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    662dc6c View commit details
    Browse the repository at this point in the history
  4. apps(web): update README.md, CONTRIBUTING files; change integrati…

    …on guides order based on popularity/category; remove redundant `typescript` page
    
    packages(cli): change integration guides order based on popularity/category; bump version (patch)
    SutuSebastian committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c1a0804 View commit details
    Browse the repository at this point in the history
  5. apps(web): fix, rewrite and simplify introduction and quickstart

    …pages
    SutuSebastian committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6f6e8d3 View commit details
    Browse the repository at this point in the history
  6. apps(web): fix narrow context

    SutuSebastian committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0916523 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. apps(web): small style fixes

    SutuSebastian committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    cecf8d0 View commit details
    Browse the repository at this point in the history
  2. chore: up packages + format

    SutuSebastian committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    a165164 View commit details
    Browse the repository at this point in the history
  3. apps(web): add Editor Setup page

    SutuSebastian committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    d2b1f77 View commit details
    Browse the repository at this point in the history
  4. apps(web): remix guide: add dark mode section

    SutuSebastian committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    74d82bb View commit details
    Browse the repository at this point in the history
  5. apps(web): refactor Dark mode page

    SutuSebastian committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    04f7551 View commit details
    Browse the repository at this point in the history
  6. fix: color flicker on reload + move background and text color to root…

    … layout
    SutuSebastian committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    ba3a169 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. packages(ui): fix alert them blue color

    SutuSebastian committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    7a000bd View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. apps(web): code demo: isolate dark/light mode

    SutuSebastian committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6b63bb6 View commit details
    Browse the repository at this point in the history
  2. apps(web): inline code: add background

    SutuSebastian committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    42d4647 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. feat: add changeset

    SutuSebastian committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    23978aa View commit details
    Browse the repository at this point in the history
  2. chore: move CHANGELOG to packages/ui

    SutuSebastian committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    e2bbd68 View commit details
    Browse the repository at this point in the history
  3. chore: add self to FUNDING

    SutuSebastian committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    927c11c View commit details
    Browse the repository at this point in the history
  4. chore: add @changesets/changelog-github

    SutuSebastian committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    12bc373 View commit details
    Browse the repository at this point in the history
  5. chore: up packages

    SutuSebastian committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0b16b03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1c2eef View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. core improvements:

    - add `rimraf` for windows support
    - add `clean-package` for cleaner `package.json` file (used for `flowbite-react` and `create-flowbite-react` packages)
    SutuSebastian committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    df9c0c9 View commit details
    Browse the repository at this point in the history
  2. packages(cli): change intro color from blue to cyan + bump versio…

    …n (patch)
    SutuSebastian committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0039484 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b93850a View commit details
    Browse the repository at this point in the history
  4. chore: move root README.md to packages/ui + create symlink from i…

    …t to root
    SutuSebastian committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b2ba296 View commit details
    Browse the repository at this point in the history
  5. core(ci): test build sync times

    SutuSebastian committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2bb7b79 View commit details
    Browse the repository at this point in the history
  6. core(ci): test build async times

    SutuSebastian committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7ae5057 View commit details
    Browse the repository at this point in the history
  7. chore: format

    SutuSebastian committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6d371d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f9a9a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. chore: CLI commands to use @latest for pnpm and bun

    SutuSebastian committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ad15f9b View commit details
    Browse the repository at this point in the history
  2. chore: version packages/cli

    SutuSebastian committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3328578 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. chore: remove random code example

    SutuSebastian committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    1ad0206 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. chore: spacing

    SutuSebastian committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    a82a7ff View commit details
    Browse the repository at this point in the history
  2. chore: up packageManager version

    SutuSebastian committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    646780a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Merge remote-tracking branch 'origin/main' into monorepo/bun + fix co…

    …nflicts
    SutuSebastian committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0ef37a6 View commit details
    Browse the repository at this point in the history
  2. fix: storybook next dependency examples

    SutuSebastian committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f9c719e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7761f5b View commit details
    Browse the repository at this point in the history
  4. fix: storybook types

    SutuSebastian committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1c52651 View commit details
    Browse the repository at this point in the history
  5. fix: storybook warning

    SutuSebastian committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    299255e View commit details
    Browse the repository at this point in the history
  6. packages(ui): fix version

    SutuSebastian committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5f2d8c9 View commit details
    Browse the repository at this point in the history
  7. chore: up packageManager version

    SutuSebastian committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    fe9efe2 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    fa8cca2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    624352c View commit details
    Browse the repository at this point in the history
  3. chore: rebuild lock file, check if storybook fails

    SutuSebastian committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    af86014 View commit details
    Browse the repository at this point in the history
  4. chore: CI cache clear before install

    SutuSebastian committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a9ae007 View commit details
    Browse the repository at this point in the history
  5. chore: undo CI cache clear before install

    SutuSebastian committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8558c49 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. chore: downgrade packageManager from bun@1.0.33 to stable `bun@1.…

    …0.31` due to storybook failing; update some packages
    SutuSebastian committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    63da08b View commit details
    Browse the repository at this point in the history
  2. chore: bump storybook packages

    SutuSebastian committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    18a2192 View commit details
    Browse the repository at this point in the history
  3. fix(ui): polymorphic component return type -> type casting

    SutuSebastian committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    36539a1 View commit details
    Browse the repository at this point in the history
  4. chore: simplify types

    SutuSebastian committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    447bd11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fb16af View commit details
    Browse the repository at this point in the history
  6. chore: bump package from merge conflict

    SutuSebastian committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1aa52d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22ee5b7 View commit details
    Browse the repository at this point in the history