diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4b62994 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +## 1.0.0 (2024-05-10) + + +### Features + +* add all node styles ([de19367](https://github.com/telicent-oss/telicent-instance/commit/de193673062b9348c42778e01e4d1369ff157d14)) +* add custom edges ([49dd31d](https://github.com/telicent-oss/telicent-instance/commit/49dd31d9cf69085c54ecf961419c2c7224f6290a)) +* add dagre layout ([88dde4d](https://github.com/telicent-oss/telicent-instance/commit/88dde4d176dbcb58b119aab21a4f8cd9af098433)) +* add drag and drop functionality to chart ([a07bd15](https://github.com/telicent-oss/telicent-instance/commit/a07bd15cc3efd28c2357c224a381aba549c7e8f2)) +* add hierarchy menu ([1ebb095](https://github.com/telicent-oss/telicent-instance/commit/1ebb09570f700eccfd03e03367821c4b61b38020)) +* add syntax highlighting and custom edges ([6eff98b](https://github.com/telicent-oss/telicent-instance/commit/6eff98b153cb16cacf329bae441eccba42299389)) +* custom nodes configured ([713aeda](https://github.com/telicent-oss/telicent-instance/commit/713aeda7f1378fb19cfe42407e7718c6b7a9fe4c)) +* **deploy:** add ([#5](https://github.com/telicent-oss/telicent-instance/issues/5)) ([c6ad7c9](https://github.com/telicent-oss/telicent-instance/commit/c6ad7c93c84be4f177d9c0aae29939ea188a3353)) +* diagram and terminal now listen to same preseter ([ead4456](https://github.com/telicent-oss/telicent-instance/commit/ead4456bfc4c7689c2717f0c150a469a8f3fa61a)) +* **NodeDialog:** Set default prefix and uuid ([2d1e64a](https://github.com/telicent-oss/telicent-instance/commit/2d1e64aede6fadafe9b3b125f4f53d4c4e5fa59f)) +* **rdfInstanceViewer:** Add literals ([71893f8](https://github.com/telicent-oss/telicent-instance/commit/71893f87b4bdb7018a0bccc65ce5181bf243373c)) + + +### Bug Fixes + +* add prefixes ([759a0cc](https://github.com/telicent-oss/telicent-instance/commit/759a0cc0dfc7f93da347d21b955d797ca8fbcd08)) +* Added the basic layout ([43675f8](https://github.com/telicent-oss/telicent-instance/commit/43675f8dedfe206aa37d42d3e8728231c870b5fc)) +* HttpGateway implemented ([339dcaf](https://github.com/telicent-oss/telicent-instance/commit/339dcafc15c43b9055fd6c1675ec33c70653743e)) +* sorted styling, added prefix logic ([ffe1d93](https://github.com/telicent-oss/telicent-instance/commit/ffe1d93f137f915c161be31ba1bc7dbfbc6c2e4c)) +* updated path to Hierarchy menu in app ([6be3e82](https://github.com/telicent-oss/telicent-instance/commit/6be3e825f8afdbf20e05b9833607ceb450496669)) diff --git a/package.json b/package.json index 1cf42ba..38cab34 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "telicent-instance", "private": true, - "version": "0.0.0", + "version": "1.0.0", "type": "module", "scripts": { "dev": "vite",