Skip to content

Commit 8300a95

Browse files
bump versions
1 parent e1274c5 commit 8300a95

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

components/google_my_business/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/google_my_business",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Pipedream Google My Business Components",
55
"main": "dist/app/google_my_business.app.mjs",
66
"keywords": [

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.5",
13+
version: "0.0.6",
1414
type: "source",
1515
dedupe: "unique",
1616
methods: {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineSource({
1313
key: "google_my_business-new-review-created-multiple-locations",
1414
name: "New Review Created (Multiple Locations)",
1515
description: `Emit new event for each new review on any of the selected locations [See the documentation](${DOCS_LINK})`,
16-
version: "0.0.2",
16+
version: "0.0.3",
1717
type: "source",
1818
dedupe: "unique",
1919
props: {

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.5",
13+
version: "0.0.6",
1414
type: "source",
1515
dedupe: "unique",
1616
methods: {

0 commit comments

Comments
 (0)