Skip to content

Commit 2ec41f2

Browse files
committed
versions
1 parent e843edc commit 2ec41f2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

components/google_slides/actions/create-presentation/create-presentation.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "google_slides-create-presentation",
55
name: "Create Presentation",
66
description: "Create a blank presentation or duplicate an existing presentation. [See the docs here](https://developers.google.com/slides/api/guides/presentations#copy_an_existing_presentation)",
7-
version: "0.0.3",
7+
version: "0.0.4",
88
type: "action",
99
props: {
1010
app,

components/google_slides/actions/find-presentation/find-presentation.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "google_slides-find-presentation",
55
name: "Find a Presentation",
66
description: "Find a presentation on Google Drive. [See the docs here](https://developers.google.com/slides/api/samples/presentation#list_existing_presentation_files)",
7-
version: "0.0.3",
7+
version: "0.0.4",
88
type: "action",
99
props: {
1010
app,

components/google_slides/actions/merge-data/merge-data.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "google_slides-merge-data",
55
name: "Merge Data",
66
description: "Merge data into a presentation. [See the docs here](https://developers.google.com/slides/api/guides/merge)",
7-
version: "0.0.2",
7+
version: "0.0.3",
88
type: "action",
99
props: {
1010
app,

components/google_slides/actions/refresh-chart/refresh-chart.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "google_slides-refresh-chart",
55
name: "Refresh a chart",
66
description: "Refresh a chart from Sheets. [See the docs here](https://developers.google.com/slides/api/samples/elements#refresh_a_chart_from_sheets)",
7-
version: "0.0.3",
7+
version: "0.0.4",
88
type: "action",
99
props: {
1010
app,

0 commit comments

Comments
 (0)