Skip to content

Commit

Permalink
chore(main): release 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 11, 2024
1 parent 4ff0942 commit ed15476
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@
"@types/webxr": "0.5.2"
}
},
"version": "1.13.1"
"version": "1.14.0"
}

0 comments on commit ed15476

Please sign in to comment.