Skip to content

Commit f99941b

Browse files
committed
1.30.0
1 parent 19951d9 commit f99941b

File tree

5 files changed

+22
-6
lines changed

5 files changed

+22
-6
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@
105105
"tsconfig-paths": "^4.2.0",
106106
"type-fest": "4.10.3"
107107
},
108-
"version": "1.29.8"
108+
"version": "1.30.0"
109109
}

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "1.29.8",
3+
"version": "1.30.0",
44
"scripts": {
55
"dev": "wait-on tcp:3000 && vite --host --force",
66
"build": "tsc && vite build --mode=${VITE_MODE:-prod}",

packages/frontend/src/components/NewsDrawer/NewsItemList.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ const IF_THEN_EXTERNAL_LINK =
1010
'https://guide.plumber.gov.sg/user-guides/actions/toolbox'
1111

1212
export const NEWS_ITEM_LIST: NewsItemProps[] = [
13+
{
14+
date: '2024-11-27',
15+
tag: NEW_ENHANCEMENT_TAG,
16+
title: 'Dynamic headers in Custom API',
17+
details: dedent`
18+
Variables from previous steps can now be used as headers in the Custom API action. Those set in connections will still take priority.
19+
`,
20+
},
21+
{
22+
date: '2024-11-27',
23+
tag: NEW_ENHANCEMENT_TAG,
24+
title: 'Toolbox date comparisons',
25+
details: dedent`
26+
Toolbox actions now support date comparisons. Check out the [guide](https://guide.plumber.gov.sg/user-guides/actions/toolbox#supported-comparisons-for-data-types) for more details.
27+
`,
28+
},
1329
{
1430
date: '2024-10-23',
1531
tag: NEW_ENHANCEMENT_TAG,

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "@plumber/types",
33
"description": "Shared types for plumber",
44
"types": "./index.d.ts",
5-
"version": "1.29.8"
5+
"version": "1.30.0"
66
}

0 commit comments

Comments
 (0)