Skip to content

Commit

Permalink
bump version to 0.7.27 and add workflowToolDefinitionId to AssignDefa…
Browse files Browse the repository at this point in the history
…ultsModeContext
  • Loading branch information
tnrich committed Feb 28, 2025
1 parent 49f2803 commit 8a1766a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### 0.2.0

- chore: refactor how package.json's were getting generated to remove t… [`#142`](https://github.com/TeselaGen/tg-oss/pull/142)
- Support ploc1 field [`#139`](https://github.com/TeselaGen/tg-oss/pull/139)
- React router dom v5 [`#136`](https://github.com/TeselaGen/tg-oss/pull/136)
- change the display position for primer direction number [`#138`](https://github.com/TeselaGen/tg-oss/pull/138)
Expand Down Expand Up @@ -79,5 +80,5 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Added fix for clipboard commands when there are multiple editors on a page to resolve https://github.com/TeselaGen/tg-oss/issues/24 [`#24`](https://github.com/TeselaGen/tg-oss/issues/24)
- closes #35 [`#35`](https://github.com/TeselaGen/tg-oss/issues/35)
- updating yarn lock [`ff41df0`](https://github.com/TeselaGen/tg-oss/commit/ff41df0b49b8051fcba084f7eaa44cf23284926d)
- chore: refactor how package.json's were getting generated to remove the deprecate generatePackageJson flag from nx [`ccb8b9c`](https://github.com/TeselaGen/tg-oss/commit/ccb8b9c2b3cdf99a660e415fc2060dfbcd810496)
- delete bounce-loader [`3135ae0`](https://github.com/TeselaGen/tg-oss/commit/3135ae0e611fb2c54ffb9372be2ac4386e794059)
- alignment view refactor [`d8bc528`](https://github.com/TeselaGen/tg-oss/commit/d8bc528a6c7a7f30300c8aa06db7b31940bca13b)
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teselagen/ui",
"version": "0.7.26",
"version": "0.7.27",
"main": "./src/index.js",
"type": "module",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/ui/src/AssignDefaultsModeContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const workflowDefaultParamsObj = {
workflowRunId: undefined,
toolName: undefined,
workflowToolTitle: undefined,
workflowToolDefinitionId: undefined,
workflowTaskCode: undefined
};
export const WorkflowDefaultParamsContext = React.createContext(
Expand Down

0 comments on commit 8a1766a

Please sign in to comment.