Skip to content

Commit 0dff888

Browse files
authored
refactor: all component keys that had an underscore (_) in its name have been renamed and now are using a dash (-) instead (#126)
BREAKING CHANGE: all component keys that had an underscore (`_`) in its name have been renamed and now are using a dash (`-`) instead
1 parent 5c01ea0 commit 0dff888

File tree

18 files changed

+3161
-153183
lines changed

18 files changed

+3161
-153183
lines changed

cache/api.github.com.json

Lines changed: 567 additions & 565 deletions
Large diffs are not rendered by default.

cache/ghes-2.22.json

Lines changed: 420 additions & 423 deletions
Large diffs are not rendered by default.

cache/ghes-3.0.json

Lines changed: 7 additions & 65978 deletions
Large diffs are not rendered by default.

cache/ghes-3.1.json

Lines changed: 432 additions & 435 deletions
Large diffs are not rendered by default.

cache/github.ae.json

Lines changed: 400 additions & 398 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,6 @@
4545
{
4646
"pkgRoot": "packages/openapi-types-ghes-3.0"
4747
}
48-
],
49-
[
50-
"@semantic-release/npm",
51-
{
52-
"pkgRoot": "packages/openapi-types-ghes-3.1"
53-
}
54-
],
55-
[
56-
"@semantic-release/npm",
57-
{
58-
"pkgRoot": "packages/openapi-types-github.ae"
59-
}
6048
]
6149
]
6250
},

packages/openapi-types-ghes-2.22/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"types": "types.d.ts",
1313
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1414
"license": "MIT",
15-
"octokit": { "openapi-version": "2.25.0" }
15+
"octokit": { "openapi-version": "3.0.0" }
1616
}

packages/openapi-types-ghes-2.22/types.d.ts

Lines changed: 585 additions & 577 deletions
Large diffs are not rendered by default.

packages/openapi-types-ghes-3.0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"types": "types.d.ts",
1313
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1414
"license": "MIT",
15-
"octokit": { "openapi-version": "2.25.0" }
15+
"octokit": { "openapi-version": "3.0.0" }
1616
}

packages/openapi-types-ghes-3.0/types.d.ts

Lines changed: 0 additions & 28446 deletions
This file was deleted.

0 commit comments

Comments
 (0)