Skip to content

Commit

Permalink
chore(release): 36.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [36.0.1](36.0.0...36.0.1) (2024-11-27)

### Dependency updates

* **deps:** update react to v18.3.1-pre.839 ([#3962](#3962)) ([9d06e71](9d06e71))

### Bug Fixes

* do not kick configuration keys just because their name matches a variable. This change adds support for calling variables `type`, `parameters`, `min`, `max`, `step`, `default`, etc. ([#3965](#3965)) ([87d09d1](87d09d1))
* **graphql:** add client implementation in the test cp, required by generated code ([#3964](#3964)) ([300e6d7](300e6d7))

### Style improvements

* **loading:** replace scope function with a simpler Boolean ([1519e76](1519e76))
  • Loading branch information
semantic-release-bot committed Nov 27, 2024
1 parent 87d09d1 commit 99ab1aa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [36.0.1](https://github.com/AlchemistSimulator/Alchemist/compare/36.0.0...36.0.1) (2024-11-27)

### Dependency updates

* **deps:** update react to v18.3.1-pre.839 ([#3962](https://github.com/AlchemistSimulator/Alchemist/issues/3962)) ([9d06e71](https://github.com/AlchemistSimulator/Alchemist/commit/9d06e7185e3d27733e76feb9c23874531adb1feb))

### Bug Fixes

* do not kick configuration keys just because their name matches a variable. This change adds support for calling variables `type`, `parameters`, `min`, `max`, `step`, `default`, etc. ([#3965](https://github.com/AlchemistSimulator/Alchemist/issues/3965)) ([87d09d1](https://github.com/AlchemistSimulator/Alchemist/commit/87d09d1d91cfe4fee288a3304182664d0971ee5f))
* **graphql:** add client implementation in the test cp, required by generated code ([#3964](https://github.com/AlchemistSimulator/Alchemist/issues/3964)) ([300e6d7](https://github.com/AlchemistSimulator/Alchemist/commit/300e6d77c1492985be084b24b07c931cd9a846a6))

### Style improvements

* **loading:** replace scope function with a simpler Boolean ([1519e76](https://github.com/AlchemistSimulator/Alchemist/commit/1519e76aefc9b8fbab22c363c40230cd1ab9c45b))

## [36.0.0](https://github.com/AlchemistSimulator/Alchemist/compare/35.0.3...36.0.0) (2024-11-27)

### ⚠ BREAKING CHANGES

0 comments on commit 99ab1aa

Please sign in to comment.