Skip to content

Commit 2b14107

Browse files
committed
v11.2.0 - old sponsors to donors, maintainers use homepage, repo slug/url helpers
1 parent 24db798 commit 2b14107

5 files changed

Lines changed: 42 additions & 11 deletions

File tree

.github/workflows/bevry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- run: npm run our:compile
6868
- run: npm run our:meta
6969
- name: publish to npm
70-
uses: bevry-actions/[email protected].3
70+
uses: bevry-actions/[email protected].4
7171
with:
7272
npmAuthToken: ${{ secrets.NPM_AUTH_TOKEN }}
7373
npmBranchTag: ':next'

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# History
22

3+
## v11.2.0 2023 December 28
4+
5+
- If able to fetch the current sponsors, drop the old sponsors to donors
6+
- Maintainers should display homepage instead of github url if they have it
7+
- Add various repository slug and url helper methods
8+
- Cleanup documentation
9+
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
10+
- Thank you to the sponsors: [Andrew Nesbitt](https://nesbitt.io), [Balsa](https://balsa.com), [Codecov](https://codecov.io/), [Poonacha Medappa](https://poonachamedappa.com), [Rob Morris](https://github.com/Rob-Morris), [Sentry](https://sentry.io), [Syntax](https://syntax.fm)
11+
312
## v11.1.0 2023 December 28
413

514
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,27 +56,27 @@ Interact with the GitHub API, fetching commits, repositories, members, and backe
5656
### [Deno](https://deno.land "Deno is a secure runtime for JavaScript and TypeScript, it is an alternative for Node.js")
5757

5858
``` typescript
59-
import pkg from 'https://unpkg.com/@bevry/github-api@^11.1.0/edition-deno/index.ts'
59+
import pkg from 'https://unpkg.com/@bevry/github-api@^11.2.0/edition-deno/index.ts'
6060
```
6161
### [Skypack](https://www.skypack.dev "Skypack is a JavaScript Delivery Network for modern web apps")
6262

6363
``` html
6464
<script type="module">
65-
import pkg from '//cdn.skypack.dev/@bevry/github-api@^11.1.0'
65+
import pkg from '//cdn.skypack.dev/@bevry/github-api@^11.2.0'
6666
</script>
6767
```
6868
### [unpkg](https://unpkg.com "unpkg is a fast, global content delivery network for everything on npm")
6969

7070
``` html
7171
<script type="module">
72-
import pkg from '//unpkg.com/@bevry/github-api@^11.1.0'
72+
import pkg from '//unpkg.com/@bevry/github-api@^11.2.0'
7373
</script>
7474
```
7575
### [jspm](https://jspm.io "Native ES Modules CDN")
7676

7777
``` html
7878
<script type="module">
79-
import pkg from '//dev.jspm.io/@bevry/github-api@11.1.0'
79+
import pkg from '//dev.jspm.io/@bevry/github-api@11.2.0'
8080
</script>
8181
```
8282
### [Editions](https://editions.bevry.me "Editions are the best way to produce and consume packages you care about.")
@@ -144,19 +144,30 @@ This package is published with the following editions:
144144
#### Donors
145145

146146
- [Andrew Nesbitt](https://nesbitt.io)
147+
- [Armen Mkrtchian](https://mogoni.dev)
147148
- [Balsa](https://balsa.com)
148149
- [Chad](https://opencollective.com/chad8)
149150
- [Codecov](https://codecov.io)
151+
- [dr.dimitru](https://veliovgroup.com)
152+
- [Elliott Ditman](https://elliottditman.com)
150153
- [entroniq](https://gitlab.com/entroniq)
154+
- [GitHub](https://github.com/about)
155+
- [Hunter Beast](https://cryptoquick.com)
151156
- [Jean-Luc Geering](https://github.com/jlgeering)
152157
- [Michael Duane Mooring](https://mdm.cc)
158+
- [Michael Harry Scepaniak](https://michaelscepaniak.com)
153159
- [Mohammed Shah](https://github.com/smashah)
160+
- [Mr. Henry](https://mrhenry.be)
161+
- [Nermal](https://arjunaditya.vercel.app)
162+
- [Pleo](https://www.pleo.io)
154163
- [Poonacha Medappa](https://poonachamedappa.com)
155164
- [Rob Morris](https://github.com/Rob-Morris)
165+
- [Robert de Forest](https://github.com/rdeforest)
156166
- [Sentry](https://sentry.io)
157167
- [ServieJS](https://github.com/serviejs)
158168
- [Skunk Team](https://skunk.team)
159169
- [Syntax](https://syntax.fm)
170+
- [WriterJohnBuck](https://github.com/WriterJohnBuck)
160171

161172
<!-- /BACKERS -->
162173

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bevry/github-api",
3-
"version": "11.1.0",
3+
"version": "11.2.0",
44
"license": "Artistic-2.0",
55
"description": "Interact with the GitHub API, fetching commits, repositories, members, and backers (authors, maintainers, contributors, funders, sponsors, donors)",
66
"homepage": "https://github.com/bevry/github-api",
@@ -124,19 +124,30 @@
124124
],
125125
"donors": [
126126
"Andrew Nesbitt (https://nesbitt.io) (https://github.com/andrew)",
127+
"Armen Mkrtchian (https://mogoni.dev) (https://github.com/Armenm)",
127128
"Balsa <[email protected]> (https://balsa.com) (https://github.com/balsa)",
128129
"Chad (https://opencollective.com/chad8)",
129130
"Codecov <[email protected]> (https://codecov.io) (https://github.com/codecov)",
131+
"dr.dimitru (https://veliovgroup.com) (https://github.com/dr-dimitru)",
132+
"Elliott Ditman (https://elliottditman.com) (https://github.com/elliottditman)",
130133
"entroniq (https://gitlab.com/entroniq) (https://thanks.dev/d/gl/entroniq)",
134+
"GitHub (https://github.com/about) (https://github.com/github)",
135+
"Hunter Beast (https://cryptoquick.com) (https://github.com/cryptoquick)",
131136
"Jean-Luc Geering (https://github.com/jlgeering) (https://opencollective.com/jlgeering) (https://twitter.com/jlgeering)",
132137
"Michael Duane Mooring (https://mdm.cc) (https://github.com/mikeumus) (https://opencollective.com/mikeumus) (https://twitter.com/mikeumus)",
138+
"Michael Harry Scepaniak <[email protected]> (https://michaelscepaniak.com) (https://github.com/hispanic)",
133139
"Mohammed Shah <[email protected]> (https://github.com/smashah) (https://thanks.dev/d/gh/smashah) (https://twitter.com/smashah)",
140+
"Mr. Henry <[email protected]> (https://mrhenry.be) (https://github.com/mrhenry)",
141+
"Nermal <[email protected]> (https://arjunaditya.vercel.app) (https://github.com/nermalcat69)",
142+
"Pleo (https://www.pleo.io) (https://github.com/pleo-io)",
134143
"Poonacha Medappa (https://poonachamedappa.com) (https://github.com/km-Poonacha)",
135144
"Rob Morris <[email protected]> (https://github.com/Rob-Morris)",
145+
"Robert de Forest <[email protected]> (https://github.com/rdeforest)",
136146
"Sentry (https://sentry.io) (https://github.com/getsentry)",
137147
"ServieJS (https://github.com/serviejs) (https://thanks.dev/d/gh/serviejs)",
138148
"Skunk Team (https://skunk.team) (https://github.com/skunkteam)",
139-
"Syntax <[email protected]> (https://syntax.fm) (https://github.com/syntaxfm)"
149+
"Syntax <[email protected]> (https://syntax.fm) (https://github.com/syntaxfm)",
150+
"WriterJohnBuck (https://github.com/WriterJohnBuck)"
140151
],
141152
"engines": {
142153
"node": ">=18"

0 commit comments

Comments
 (0)