Skip to content

Commit 8f9e1cc

Browse files
committed
versions
1 parent 7d979c0 commit 8f9e1cc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "notion-append-block",
77
name: "Append Block to Parent",
88
description: "Creates and appends blocks to the specified parent. [See the documentation](https://developers.notion.com/reference/patch-block-children)",
9-
version: "0.2.15",
9+
version: "0.2.16",
1010
type: "action",
1111
props: {
1212
notion,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "notion-create-page-from-database",
88
name: "Create Page from Database",
99
description: "Creates a page from a database. [See the docs](https://developers.notion.com/reference/post-page)",
10-
version: "0.1.13",
10+
version: "0.1.14",
1111
type: "action",
1212
props: {
1313
notion,

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

+1-1
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: "Creates a page from a parent page. The only valid property is *title*. [See the documentation](https://developers.notion.com/reference/post-page)",
10-
version: "0.2.11",
10+
version: "0.2.12",
1111
type: "action",
1212
props: {
1313
notion,

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

+1-1
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: "Creates a new page copied from an existing page block. [See the docs](https://developers.notion.com/reference/post-page)",
10-
version: "0.0.7",
10+
version: "0.0.8",
1111
type: "action",
1212
props: {
1313
notion,

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

+1-1
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: "Updates page property values for the specified page. Properties that are not set will remain unchanged. To append page content, use the *append block* action. [See the docs](https://developers.notion.com/reference/patch-page)",
10-
version: "1.1.1",
10+
version: "1.1.2",
1111
type: "action",
1212
props: {
1313
notion,

0 commit comments

Comments
 (0)