Skip to content

Commit 0dcedf7

Browse files
committed
Version bumps
1 parent f16d7eb commit 0dcedf7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

components/google_my_business/actions/create-post/create-post.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default defineAction({
1212
key: "google_my_business-create-post",
1313
name: "Create Post",
1414
description: `Create a new local post associated with a location. [See the documentation](${DOCS_LINK})`,
15-
version: "0.0.2",
15+
version: "0.0.3",
1616
type: "action",
1717
props: {
1818
app,

components/google_my_business/actions/create-update-reply-to-review/create-update-reply-to-review.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineAction({
88
key: "google_my_business-create-update-reply-to-review",
99
name: "Create or Update Reply to Review",
1010
description: `Create or update a reply to the specified review. [See the documentation](${DOCS_LINK})`,
11-
version: "0.0.1",
11+
version: "0.0.2",
1212
type: "action",
1313
props: {
1414
app,

components/google_my_business/actions/list-posts/list-posts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default defineAction({
99
key: "google_my_business-list-posts",
1010
name: "List Posts",
1111
description: `List local posts associated with a location. [See the documentation](${DOCS_LINK})`,
12-
version: "0.0.1",
12+
version: "0.0.2",
1313
type: "action",
1414
props: {
1515
app,

components/google_my_business/sources/new-post-created/new-post-created.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineSource({
1010
key: "google_my_business-new-post-created",
1111
name: "New Post Created",
1212
description: `Emit new event for each new local post on a location [See the documentation](${DOCS_LINK})`,
13-
version: "0.0.3",
13+
version: "0.0.4",
1414
type: "source",
1515
dedupe: "unique",
1616
methods: {

components/google_my_business/sources/new-review-created/new-review-created.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineSource({
1010
key: "google_my_business-new-review-created",
1111
name: "New Review Created",
1212
description: `Emit new event for each new review on a location [See the documentation](${DOCS_LINK})`,
13-
version: "0.0.3",
13+
version: "0.0.4",
1414
type: "source",
1515
dedupe: "unique",
1616
methods: {

0 commit comments

Comments
 (0)