From ed15476d77a2d455b9b961fb4591bbf2a96613ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:08:50 +0000 Subject: [PATCH] chore(main): release 1.14.0 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da4b8db8..8ef52196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,37 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.14.0](https://github.com/glowbuzzer/gbr/compare/v1.13.1...v1.14.0) (2024-06-11) + + +### Feature + +* **#198:** Add Modbus Tiles (dout, din, uiin, uiout) ([a3279bf](https://github.com/glowbuzzer/gbr/commit/a3279bf210f1fcb7035c4051cb418a1db4acdedf)) +* **#198:** Add Modbus Tiles (dout, din, uiin, uiout) ([c2ba187](https://github.com/glowbuzzer/gbr/commit/c2ba187cd0f6fafc63094e150e2b5c9c1191a7dc)) +* **#199:** Provide way to set default move params in streaming API ([aec95d2](https://github.com/glowbuzzer/gbr/commit/aec95d22d291589095e14bf06a7c26f966383be6)) +* **#201:** Add description to config ([a9f2bfc](https://github.com/glowbuzzer/gbr/commit/a9f2bfcdcb76c21815948cb6ca0ba4830099a327)) +* **#202:** Add ability to read sdos from slaves ([33c471e](https://github.com/glowbuzzer/gbr/commit/33c471eb57e3c9893f244dac440a6156073332d2)) +* move activity up and down in flow ([3c6c6ea](https://github.com/glowbuzzer/gbr/commit/3c6c6ea5ba57314ac7fbcafc2dc9d21a442484a1)) + + +### Bug Fix + +* **#200:** Set minimum heartbeat frequency to 1 second ([08fc6f4](https://github.com/glowbuzzer/gbr/commit/08fc6f4a26123766832cffe2f2d011576e17858d)) +* minor issue with PrecisionInput.tsx usability ([b19362f](https://github.com/glowbuzzer/gbr/commit/b19362f7d0d01b18faf00b6fe964e67418480923)) +* null pointer error deleting flows ([3c6c6ea](https://github.com/glowbuzzer/gbr/commit/3c6c6ea5ba57314ac7fbcafc2dc9d21a442484a1)) + + +### Chore + +* Add description ([19e9c79](https://github.com/glowbuzzer/gbr/commit/19e9c791e966feba12e10ad70f858e1904ecee11)) +* add facet config to drives-fsoe ([4ff0942](https://github.com/glowbuzzer/gbr/commit/4ff09426b6c4a3618dd552f04f4fd338ba6aaab6)) +* Add key ([86eab9d](https://github.com/glowbuzzer/gbr/commit/86eab9d1def3aee224b8a46b7297b93ce69b2718)) +* Add Name and Description ([bb3e845](https://github.com/glowbuzzer/gbr/commit/bb3e845c3025ba652cca831be5593e8ab1799028)) +* Add resolveJsonModule ([1868f52](https://github.com/glowbuzzer/gbr/commit/1868f52af35c2de23640da65944287a2283cb9b2)) +* decrease status frequency ([a3a1086](https://github.com/glowbuzzer/gbr/commit/a3a108642c9bc4113525f94c5d9d8aa521451381)) +* modify envelope viz project ([bfb4994](https://github.com/glowbuzzer/gbr/commit/bfb4994b3662274d406e56372a65418acd115450)) +* Update awlib ([1cdcbc3](https://github.com/glowbuzzer/gbr/commit/1cdcbc3b52a99395b93e13bd351849b8a9a99d35)) + ## [1.13.1](https://github.com/glowbuzzer/gbr/compare/v1.13.0...v1.13.1) (2024-05-25) diff --git a/package.json b/package.json index 3fa2321f..5b30fe5d 100644 --- a/package.json +++ b/package.json @@ -102,5 +102,5 @@ "@types/webxr": "0.5.2" } }, - "version": "1.13.1" + "version": "1.14.0" }