Skip to content

Commit beddea4

Browse files
committed
versions
1 parent 27432ff commit beddea4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

components/notion/actions/append-block/append-block.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
name: "Append Block to Parent",
88
description:
99
"Append new and/or existing blocks to the specified parent. [See the documentation](https://developers.notion.com/reference/patch-block-children)",
10-
version: "0.3.3",
10+
version: "0.3.4",
1111
type: "action",
1212
props: {
1313
notion,

components/notion/actions/create-page/create-page.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "notion-create-page",
88
name: "Create Page",
99
description: "Create a page from a parent page. [See the documentation](https://developers.notion.com/reference/post-page)",
10-
version: "0.2.16",
10+
version: "0.2.17",
1111
type: "action",
1212
props: {
1313
notion,

components/notion/actions/duplicate-page/duplicate-page.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "notion-duplicate-page",
88
name: "Duplicate Page",
99
description: "Create a new page copied from an existing page block. [See the documentation](https://developers.notion.com/reference/post-page)",
10-
version: "0.0.13",
10+
version: "0.0.14",
1111
type: "action",
1212
props: {
1313
notion,

components/notion/actions/query-database/query-database.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "notion-query-database",
66
name: "Query Database",
77
description: "Query a database with a specified filter. [See the documentation](https://developers.notion.com/reference/post-database-query)",
8-
version: "0.0.11",
8+
version: "0.0.12",
99
type: "action",
1010
props: {
1111
notion,

components/notion/actions/update-page/update-page.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "notion-update-page",
88
name: "Update Page",
99
description: "Update a page's property values. To append page content, use the *Append Block* action instead. [See the documentation](https://developers.notion.com/reference/patch-page)",
10-
version: "1.1.6",
10+
version: "1.1.7",
1111
type: "action",
1212
props: {
1313
notion,

0 commit comments

Comments
 (0)