Skip to content

Commit 6adc949

Browse files
committed
Adjusting gitlab_developer_app and other version bumps
1 parent fff14f8 commit 6adc949

File tree

78 files changed

+146
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+146
-131
lines changed

components/gitlab_developer_app/actions/create-branch/create-branch.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import app from "../../gitlab_developer_app.app.mjs";
2-
import common from "../../../gitlab/actions/create-branch/create-branch.mjs";
2+
import common from "@pipedream/gitlab/actions/create-branch/create-branch.mjs";
33

44
import { adjustPropDefinitions } from "../../common/utils.mjs";
55

@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "gitlab_developer_app-create-branch",
14-
version: "0.0.1",
14+
version: "0.0.2",
1515
name,
1616
description,
1717
type,

components/gitlab_developer_app/actions/create-epic/create-epic.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import app from "../../gitlab_developer_app.app.mjs";
2-
import common from "../../../gitlab/actions/create-epic/create-epic.mjs";
2+
import common from "@pipedream/gitlab/actions/create-epic/create-epic.mjs";
33
import { adjustPropDefinitions } from "../../common/utils.mjs";
44

55
const {
@@ -10,7 +10,7 @@ const props = adjustPropDefinitions(others.props, app);
1010
export default {
1111
...others,
1212
key: "gitlab_developer_app-create-epic",
13-
version: "0.0.1",
13+
version: "0.0.2",
1414
name,
1515
description,
1616
type,

components/gitlab_developer_app/actions/create-issue/create-issue.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import app from "../../gitlab_developer_app.app.mjs";
2-
import common from "../../../gitlab/actions/create-issue/create-issue.mjs";
2+
import common from "@pipedream/gitlab/actions/create-issue/create-issue.mjs";
33

44
import { adjustPropDefinitions } from "../../common/utils.mjs";
55

@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "gitlab_developer_app-create-issue",
14-
version: "0.0.1",
14+
version: "0.0.2",
1515
name,
1616
description,
1717
type,

components/gitlab_developer_app/actions/get-issue/get-issue.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import app from "../../gitlab_developer_app.app.mjs";
2-
import common from "../../../gitlab/actions/get-issue/get-issue.mjs";
2+
import common from "@pipedream/gitlab/actions/get-issue/get-issue.mjs";
33

44
import { adjustPropDefinitions } from "../../common/utils.mjs";
55

@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "gitlab_developer_app-get-issue",
14-
version: "0.0.1",
14+
version: "0.0.2",
1515
name,
1616
description,
1717
type,

components/gitlab_developer_app/actions/get-repo-branch/get-repo-branch.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import app from "../../gitlab_developer_app.app.mjs";
2-
import common from "../../../gitlab/actions/get-repo-branch/get-repo-branch.mjs";
2+
import common from "@pipedream/gitlab/actions/get-repo-branch/get-repo-branch.mjs";
33

44
import { adjustPropDefinitions } from "../../common/utils.mjs";
55

@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "gitlab_developer_app-get-repo-branch",
14-
version: "0.0.1",
14+
version: "0.0.2",
1515
name,
1616
description,
1717
type,

components/gitlab_developer_app/actions/list-commits/list-commits.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import app from "../../gitlab_developer_app.app.mjs";
2-
import common from "../../../gitlab/actions/list-commits/list-commits.mjs";
2+
import common from "@pipedream/gitlab/actions/list-commits/list-commits.mjs";
33

44
import { adjustPropDefinitions } from "../../common/utils.mjs";
55

@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "gitlab_developer_app-list-commits",
14-
version: "0.0.2",
14+
version: "0.0.3",
1515
name,
1616
description,
1717
type,

components/gitlab_developer_app/actions/list-repo-branches/list-repo-branches.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import app from "../../gitlab_developer_app.app.mjs";
2-
import common from "../../../gitlab/actions/list-repo-branches/list-repo-branches.mjs";
2+
import common from "@pipedream/gitlab/actions/list-repo-branches/list-repo-branches.mjs";
33

44
import { adjustPropDefinitions } from "../../common/utils.mjs";
55

@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "gitlab_developer_app-list-repo-branches",
14-
version: "0.0.1",
14+
version: "0.0.2",
1515
name,
1616
description,
1717
type,

components/gitlab_developer_app/actions/search-issues/search-issues.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import app from "../../gitlab_developer_app.app.mjs";
2-
import common from "../../../gitlab/actions/search-issues/search-issues.mjs";
2+
import common from "@pipedream/gitlab/actions/search-issues/search-issues.mjs";
33

44
import { adjustPropDefinitions } from "../../common/utils.mjs";
55

@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "gitlab_developer_app-search-issues",
14-
version: "0.0.1",
14+
version: "0.0.2",
1515
name,
1616
description,
1717
type,

components/gitlab_developer_app/actions/update-epic/update-epic.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import app from "../../gitlab_developer_app.app.mjs";
2-
import common from "../../../gitlab/actions/update-epic/update-epic.mjs";
2+
import common from "@pipedream/gitlab/actions/update-epic/update-epic.mjs";
33

44
import { adjustPropDefinitions } from "../../common/utils.mjs";
55

@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "gitlab_developer_app-update-epic",
14-
version: "0.0.1",
14+
version: "0.0.2",
1515
name,
1616
description,
1717
type,

components/gitlab_developer_app/actions/update-issue/update-issue.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import app from "../../gitlab_developer_app.app.mjs";
2-
import common from "../../../gitlab/actions/update-issue/update-issue.mjs";
2+
import common from "@pipedream/gitlab/actions/update-issue/update-issue.mjs";
33

44
import { adjustPropDefinitions } from "../../common/utils.mjs";
55

@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "gitlab_developer_app-update-issue",
14-
version: "0.0.1",
14+
version: "0.0.2",
1515
name,
1616
description,
1717
type,

0 commit comments

Comments
 (0)