Skip to content

Commit

Permalink
Release/v2 (#34)
Browse files Browse the repository at this point in the history
* chore: bump tui

* chore: version bump

* chore: allow connecting to v5 connectors

* ci: test on release

* chore: bump again

* feat: add terminate&decompose

* chore: bump again

* chore: log errors

* chore: allow multiple status

* refactor: update TerminateAndDecomposeRelationship

* chore: bump sdk again

* chore: do not use deprecated node features

* fix: show all status correctly

* refactor: spllit decompose and terminate

* feat: allow showing attributes in all relationship status

* fix: allow to not send the DisplayName

* chore: update SDK

* chore: update class names

* chore: bump sdk

* refactor: bump content again

* chore: lowercase enmeshed

* chore: PR comments

* chore: PR comments

* chore: PR comments

* chore: PR comments

* fix: fix

* chore: wording
  • Loading branch information
jkoenig134 authored Sep 4, 2024
1 parent 8c0c073 commit 0f5f617
Show file tree
Hide file tree
Showing 21 changed files with 349 additions and 165 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Enmeshed Issue Tracker
- name: enmeshed Issue Tracker
url: https://github.com/nmshd/feedback/issues
about: Open bug reports and feature requests.
- name: Enmeshed Discussions
- name: enmeshed Discussions
url: https://github.com/nmshd/feedback/discussions
about: Share your feedback with the Enmeshed team.
about: Share your feedback with the enmeshed team.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test

on:
push:
branches-ignore: [main, release/**]
branches-ignore: [main]

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

> A terminal user interface for Demos.
>
> Showcase how to integrate Enmeshed and use the TypeScript Connector SDK.
> Showcase how to integrate enmeshed and use the TypeScript Connector SDK.
>
> This TUI only works with Enmeshed v2 (Connector version 3.0.0+)
> This TUI only works with enmeshed v5 (Connector version 5.0.0+)
## Installation

Expand Down
Loading

0 comments on commit 0f5f617

Please sign in to comment.