Skip to content

Commit 12c2b5a

Browse files
committed
bump versions
1 parent 5582cfb commit 12c2b5a

File tree

42 files changed

+51
-51
lines changed

Some content is hidden

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

42 files changed

+51
-51
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "github-create-branch",
66
name: "Create Branch",
77
description: "Create a new branch in a Github repo. [See the documentation](https://docs.github.com/en/rest/git/refs?apiVersion=2022-11-28#create-a-reference)",
8-
version: "0.0.13",
8+
version: "0.0.14",
99
type: "action",
1010
props: {
1111
github,

components/github/actions/create-gist/create-gist.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "github-create-gist",
66
name: "Create Gist",
77
description: "Allows you to add a new gist with one or more files. [See the documentation](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#create-a-gist)",
8-
version: "0.0.7",
8+
version: "0.0.8",
99
type: "action",
1010
props: {
1111
github,

components/github/actions/create-issue-comment/create-issue-comment.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "github-create-issue-comment",
55
name: "Create Issue Comment",
66
description: "Create a new comment in a issue. [See the documentation](https://docs.github.com/en/rest/issues/comments#create-an-issue-comment)",
7-
version: "0.0.18",
7+
version: "0.0.19",
88
type: "action",
99
props: {
1010
github,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "github-create-issue",
77
name: "Create Issue",
88
description: "Create a new issue in a Gihub repo. [See the documentation](https://docs.github.com/en/rest/issues/issues#create-an-issue)",
9-
version: "0.3.0",
9+
version: "0.3.1",
1010
type: "action",
1111
props: {
1212
github,

components/github/actions/create-or-update-file-contents/create-or-update-file-contents.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "github-create-or-update-file-contents",
55
name: "Create or Update File Contents",
66
description: "Create or update a file in a repository. [See the documentation](https://docs.github.com/en/rest/repos/contents#create-or-update-file-contents)",
7-
version: "0.1.0",
7+
version: "0.1.1",
88
type: "action",
99
props: {
1010
github,

components/github/actions/create-pull-request/create-pull-request.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "github-create-pull-request",
66
name: "Create Pull Request",
77
description: "Creates a new pull request for a specified repository. [See the documentation](https://docs.github.com/en/rest/pulls/pulls#create-a-pull-request)",
8-
version: "0.1.0",
8+
version: "0.1.1",
99
type: "action",
1010
props: {
1111
github,

components/github/actions/create-repository/create-repository.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "github-create-repository",
55
name: "Create Repository",
66
description: "Creates a new repository for the authenticated user. [See the documentation](https://docs.github.com/en/rest/repos/repos#create-a-repository-for-the-authenticated-user)",
7-
version: "0.0.13",
7+
version: "0.0.14",
88
type: "action",
99
props: {
1010
github,

components/github/actions/get-issue-assignees/get-issue-assignees.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "github-get-issue-assignees",
55
name: "Get Issue Assignees",
66
description: "Get assignees for an issue in a Gihub repo. [See the documentation](https://docs.github.com/en/rest/issues/issues#get-an-issue)",
7-
version: "0.0.18",
7+
version: "0.0.19",
88
type: "action",
99
props: {
1010
github,

components/github/actions/get-repository-content/get-repository-content.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "github-get-repository-content",
55
name: "Get Repository Content",
66
description: "Get the content of a file or directory in a specific repository. [See the documentation](https://docs.github.com/en/rest/repos/contents#get-repository-content)",
7-
version: "0.1.0",
7+
version: "0.1.1",
88
type: "action",
99
props: {
1010
github,

components/github/actions/get-repository/get-repository.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "github-get-repository",
55
name: "Get Repository Info",
66
description: "Get information for a specific repository. [See the documentation](https://docs.github.com/en/rest/repos/repos#get-a-repository)",
7-
version: "0.0.18",
7+
version: "0.0.19",
88
type: "action",
99
props: {
1010
github,

0 commit comments

Comments
 (0)