Skip to content

Commit

Permalink
chore: v0.3.8 🔖 (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
kareemmahlees and github-actions[bot] authored Jul 22, 2024
1 parent 04686a2 commit eb61acf
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 26 deletions.
10 changes: 0 additions & 10 deletions .changeset/bright-games-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-knives-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-years-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-wasps-type.md

This file was deleted.

17 changes: 17 additions & 0 deletions apps/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @tablex/core

## 0.3.8

### Patch Changes

- [#68](https:/kareemmahlees/tablex/pull/68) [`755ac00`](https:/kareemmahlees/tablex/commit/755ac00db527e0f6d7b431409f5fdbd0fb30d46c) Thanks [@kareemmahlees](https:/kareemmahlees)! - Use bun for everything:

- For running package scripts
- For bundling
- In CI
- For future testing purposes

- [#73](https:/kareemmahlees/tablex/pull/73) [`04686a2`](https:/kareemmahlees/tablex/commit/04686a28410b9be7a25d9c8aaed1b1ccee314d19) Thanks [@kareemmahlees](https:/kareemmahlees)! - Adds support for updater

- [#70](https:/kareemmahlees/tablex/pull/70) [`ce5d13b`](https:/kareemmahlees/tablex/commit/ce5d13b134b681184dcf412701ed4e569c65c8cb) Thanks [@kareemmahlees](https:/kareemmahlees)! - Keybindings are registered locally rather than globally + keybindings.json + nicer architecture

- [#71](https:/kareemmahlees/tablex/pull/71) [`fee7fae`](https:/kareemmahlees/tablex/commit/fee7fae1b83bbb56aefecaf54d56684f6388f8e3) Thanks [@kareemmahlees](https:/kareemmahlees)! - Add settings support + opening config files in external editor

## 0.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tablex/core",
"private": true,
"version": "0.3.7",
"version": "0.3.8",
"type": "module",
"scripts": {
"dev": "bunx --bun vite",
Expand Down

0 comments on commit eb61acf

Please sign in to comment.