Skip to content

Commit

Permalink
Merge pull request #60 from kareemmahlees/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
kareemmahlees authored May 5, 2024
2 parents 80778c6 + c07e1da commit c07fa2b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
24 changes: 0 additions & 24 deletions .changeset/cool-terms-deny.md

This file was deleted.

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

## 0.3.6

### Patch Changes

- [#59](https://github.com/kareemmahlees/tablex/pull/59) [`cae2fbe`](https://github.com/kareemmahlees/tablex/commit/cae2fbe86124fd076c692b191c5fc2045eec7ab9) Thanks [@kareemmahlees](https://github.com/kareemmahlees)! - ## Backend Changes

### New

- `ColumnProps` returns a new prop `has_fk_relations`.
- A new Tauri command `fk_relations`.

### Refactor

- gather all enums and structs into `types.rs`.

## Frontend Changes

### New

- Dropdown menu with tabs for table names and a Table for related rows.

### Refactor

- Split `useQuery` hooks into custom hooks.

## 0.3.5

### 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.5",
"version": "0.3.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit c07fa2b

Please sign in to comment.