Skip to content

Commit d18a12c

Browse files
committed
⬆️ 16.0.1 🎉
1 parent fd344af commit d18a12c

File tree

4 files changed

+36
-39
lines changed

4 files changed

+36
-39
lines changed

CONTRIBUTING.md

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
1-
# Contributing :star: :star2: :dizzy:
1+
# 🌟 Contributing
22

3-
So, you want to contribute to this project? That's awesome! However, before doing so, please read the following simple steps on how to contribute. This will make life easier and avoid wasting time on things that are not requested. ✨
3+
Want to contribute to this project? Great! Please read these quick steps to streamline the process and avoid unnecessary tasks. ✨
44

5-
## Discuss the changes before making them
6-
To begin, open an issue in the repository using the [bug tracker][1]. Describe the contribution you'd like to make, the bug you've found, or any other ideas you have. This step will help us get you started on the right track.
5+
## 💬 Discuss Changes
6+
Start by opening an issue in the repository using the [bug tracker][1]. Describe your proposed contribution or the bug you've found. If relevant, include platform info and screenshots. 🖼️
77

8-
If it is relevant, include platform and software information (e.g., operating system, Node.JS version, etc.) and screenshots to help us understand what you're experiencing.
8+
Wait for feedback before proceeding unless the fix is straightforward, like a typo. 📝
99

10-
We recommend waiting for feedback before proceeding to the next steps. However, if the issue is clear, such as a typo, and the fix is simple, you can go ahead and fix it.
10+
## 🔧 Fixing Issues
1111

12-
## Fixing Issues
13-
Begin by forking the project to your own account, and create a branch for your fix, naming it either `some-great-feature` or `some-issue-fix`.
12+
Fork the project and create a branch for your fix, naming it `some-great-feature` or `some-issue-fix`. Commit changes while following the [code style][2]. If the project has tests, add one. ✅
1413

15-
Commit your changes to that branch, adhering to the [code style][2]. If the project includes tests (usually located in the `test` directory), we encourage you to add a test as well. :memo:
16-
17-
If the project includes a `package.json` or a `bower.json` file, add yourself to the `contributors` array (or `authors` in the case of `bower.json`). If the array doesn't exist, create it as shown below:
14+
If a `package.json` or `bower.json` exists, add yourself to the `contributors` array; create it if it doesn't. 🙌
1815

1916
```json
2017
{
@@ -24,18 +21,16 @@ If the project includes a `package.json` or a `bower.json` file, add yourself to
2421
}
2522
```
2623

27-
## Creating a Pull Request
28-
Start by opening a pull request and make sure to reference the initial issue in the pull request message (e.g., *fixes #<your-issue-number>*). Provide a clear and descriptive title to help everyone understand what is being fixed or improved.
29-
30-
If applicable, consider adding screenshots, gifs, or any other visual aids that can make it easier to understand the changes you've made.
24+
## 📬 Creating a Pull Request
25+
Open a pull request and reference the initial issue (e.g., *fixes #<your-issue-number>*). Provide a clear title and consider adding visual aids for clarity. 📊
3126

32-
## Wait for Feedback
33-
Before accepting your contributions, we will review them. You may receive feedback regarding what needs to be addressed in your modified code. If so, simply continue making commits to your branch, and the pull request will be automatically updated.
27+
## Wait for Feedback
28+
Your contributions will be reviewed. If feedback is given, update your branch as needed, and the pull request will auto-update. 🔄
3429

35-
## Everyone Is Happy!
36-
Ultimately, your contributions will be merged, and everyone will be delighted! 😄 Contributions are more than welcome!
30+
## 🎉 Everyone Is Happy!
31+
Your contributions will be merged, and everyone will appreciate your effort! 😄❤️
3732

38-
Thanks! :sweat_smile:
33+
Thanks! 🤩
3934

4035
[1]: /issues
41-
[2]: https://github.com/IonicaBizau/code-style
36+
[2]: https://github.com/IonicaBizau/code-style

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015-24 Ionică Bizău <[email protected]> (https://ionicabizau.net)
3+
Copyright (c) 2015-25 Ionică Bizău <[email protected]> (https://ionicabizau.net)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# git-url-parse
2323

24-
[![Support me on Patreon][badge_patreon]][patreon] [![Buy me a book][badge_amazon]][amazon] [![PayPal][badge_paypal_donate]][paypal-donations] [![Ask me anything](https://img.shields.io/badge/ask%20me-anything-1abc9c.svg)](https://github.com/IonicaBizau/ama) [![Travis](https://img.shields.io/travis/IonicaBizau/git-url-parse.svg)](https://travis-ci.org/IonicaBizau/git-url-parse/) [![Version](https://img.shields.io/npm/v/git-url-parse.svg)](https://www.npmjs.com/package/git-url-parse) [![Downloads](https://img.shields.io/npm/dt/git-url-parse.svg)](https://www.npmjs.com/package/git-url-parse) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github)
24+
[![Support me on Patreon][badge_patreon]][patreon] [![Buy me a book][badge_amazon]][amazon] [![PayPal][badge_paypal_donate]][paypal-donations] [![Ask me anything](https://img.shields.io/badge/ask%20me-anything-1abc9c.svg)](https://github.com/IonicaBizau/ama) [![Travis](https://img.shields.io/travis/IonicaBizau/git-url-parse.svg)](https://travis-ci.org/IonicaBizau/git-url-parse/) [![Version](https://img.shields.io/npm/v/git-url-parse.svg)](https://www.npmjs.com/package/git-url-parse) [![Downloads](https://img.shields.io/npm/dt/git-url-parse.svg)](https://www.npmjs.com/package/git-url-parse) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/@johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github)
2525

2626
<a href="https://www.buymeacoffee.com/H96WwChMy" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png" alt="Buy Me A Coffee"></a>
2727

@@ -305,8 +305,6 @@ If you are using this library in one of your projects, add it in this list. :spa
305305
- `@backstage/plugin-techdocs-node`
306306
- `@belt/repo`
307307
- `@blackglory/git-list`
308-
- `@brainfried/github-books`
309-
- `@brantalikp/rn-resize`
310308
- `@brisk-docs/gatsby-generator`
311309
- `@brisk-docs/website`
312310
- `@buschtoens/documentation`
@@ -323,15 +321,16 @@ If you are using this library in one of your projects, add it in this list. :spa
323321
- `@deskbtm/workspace-tools`
324322
- `@dfatwork-pkgs/backstage-cli`
325323
- `@dougkulak/semantic-release-gh-pages-plugin`
324+
- `@drakedeatonuk/rschedule`
326325
- `@dtwo/telemetry`
327326
- `@eat-fish/changelog`
328327
- `@emedvedev/renovate`
329328
- `@enkeledi/react-native-week-month-date-picker`
329+
- `@env0/backstage-plugin-env0`
330330
- `@era-ci/utils`
331331
- `@erquhart/lerna-github-client`
332332
- `@esops/publish-github-pages`
333333
- `@eteg/nextra-theme-docs`
334-
- `@evanpurkhiser/tooling-personal`
335334
- `@facadecompany/ignition-ui`
336335
- `@feizheng/next-git-url`
337336
- `@felipesimmi/react-native-datalogic-module`
@@ -348,6 +347,7 @@ If you are using this library in one of your projects, add it in this list. :spa
348347
- `@hawkingnetwork/react-native-tab-view`
349348
- `@hbglobal/react-native-actions-shortcuts`
350349
- `@hemith/react-native-tnk`
350+
- `@holipoly/cli`
351351
- `@hugomrdias/documentation`
352352
- `@hygiene/plugin-github-url`
353353
- `@iceworks/project-utils`
@@ -358,11 +358,9 @@ If you are using this library in one of your projects, add it in this list. :spa
358358
- `@jswork/topics2keywords`
359359
- `@kadira/storybook-deployer`
360360
- `@kevinbds/techdocs-common`
361-
- `@kgit/readability`
362361
- `@kgit/readbility`
363362
- `@koumoul/gh-pages-multi`
364363
- `@labiebhn_/react-native-multiplier`
365-
- `@lacymorrow/nextra-theme-docs`
366364
- `@lehuyaa/my-assets`
367365
- `@lerna-lite/version`
368366
- `@lerna-test-v1/markdown`
@@ -379,17 +377,18 @@ If you are using this library in one of your projects, add it in this list. :spa
379377
- `@monokle/synchronizer`
380378
- `@narfeta/catalog-backend`
381379
- `@navabi/react-native-ssl-pinning`
380+
- `@nuxt/content`
382381
- `@nuxt/telemetry`
383382
- `@nuxt/ui-pro`
384383
- `@nuxthq/studio`
385-
- `@oiti/rn-liveness2d`
386384
- `@oumi/block-sdk`
387385
- `@oumi/cli-ui`
388386
- `@pageshare/cli`
389387
- `@parallelnft/web3modal`
390388
- `@pipelinedoc/cli`
391389
- `@plone/scripts`
392390
- `@pmworks/project-utils`
391+
- `@polearn/core`
393392
- `@positionex/position-sdk`
394393
- `@praella/localisationist`
395394
- `@pubbo/github-client`
@@ -404,6 +403,8 @@ If you are using this library in one of your projects, add it in this list. :spa
404403
- `@rianfowler/backstage-backend-common`
405404
- `@rnx-kit/build`
406405
- `@roadiehq/backstage-plugin-github-insights`
406+
- `@roadiehq/backstage-plugin-github-pull-requests`
407+
- `@roadiehq/backstage-plugin-security-insights`
407408
- `@rocali/apollo`
408409
- `@s-ui/mono`
409410
- `@s-ui/ssr`
@@ -418,12 +419,11 @@ If you are using this library in one of your projects, add it in this list. :spa
418419
- `@servable/manifest`
419420
- `@servable/tools`
420421
- `@shopgate/pwa-releaser`
422+
- `@sobird/actions`
421423
- `@speakeasy-sdks/nextra-theme-docs`
422424
- `@spotify/backstage-plugin-soundcheck-backend-module-gitlab`
423425
- `@spryker-lerna/github-client`
424-
- `@sridharetikala/react-native-rn-lib-custom-components`
425426
- `@ssaitho/nextra-theme-docs`
426-
- `@sse-ui/nuxt`
427427
- `@stackbit/cms-git`
428428
- `@stackbit/dev-common`
429429
- `@status-im/react-native-transparent-video`
@@ -435,8 +435,8 @@ If you are using this library in one of your projects, add it in this list. :spa
435435
- `@tahul/ui-fix`
436436
- `@taingo97/react-native-sunmi-printer`
437437
- `@taingo97/react-native-telpo-printer`
438-
- `@takagiy/create-ts-starter`
439438
- `@tasenor/common-node`
439+
- `@terasky/backstage-plugin-crossplane-claim-updater`
440440
- `@theowenyoung/gatsby-source-git`
441441
- `@tmplr/node`
442442
- `@toanz/strapi-generate-new`
@@ -462,7 +462,6 @@ If you are using this library in one of your projects, add it in this list. :spa
462462
- `anakwadontea`
463463
- `apify-shared`
464464
- `apollo`
465-
- `archlibrary`
466465
- `auto-changelog-vsts`
467466
- `autorelease-setup`
468467
- `belt-repo`
@@ -473,11 +472,10 @@ If you are using this library in one of your projects, add it in this list. :spa
473472
- `clipped`
474473
- `codesandbox-theme-docs`
475474
- `common-boilerplate`
476-
- `complan`
477475
- `copy-github-directory`
478476
- `cover-builder`
479477
- `create-apex-js-app`
480-
- `create-minimal-monorepo`
478+
- `create-release-it`
481479
- `cz-conventional-changelog-befe`
482480
- `datoit-generate-new`
483481
- `debone`
@@ -537,10 +535,12 @@ If you are using this library in one of your projects, add it in this list. :spa
537535
- `lambda-service`
538536
- `lcov-server`
539537
- `lerna`
538+
- `license-analysis`
540539
- `lime-cli`
541540
- `manage-dependency`
542541
- `mangudinlagirajin`
543542
- `mdnext-loader`
543+
- `mf-cta-testing`
544544
- `miguelcostero-ng2-toasty`
545545
- `native-apple-login`
546546
- `native-kakao-login`
@@ -558,7 +558,6 @@ If you are using this library in one of your projects, add it in this list. :spa
558558
- `pbc`
559559
- `pileuleuyantea`
560560
- `pr-changelog-gen`
561-
- `pree`
562561
- `prep-barv11`
563562
- `project-wajs-dv`
564563
- `publish-version`
@@ -574,7 +573,6 @@ If you are using this library in one of your projects, add it in this list. :spa
574573
- `react-native-animate-text`
575574
- `react-native-arunjeyam1987`
576575
- `react-native-arunmeena1987`
577-
- `react-native-awesome-module-dharmesh`
578576
- `react-native-awesome-module-two`
579577
- `react-native-azure-communication-services`
580578
- `react-native-basic-app`
@@ -592,7 +590,6 @@ If you are using this library in one of your projects, add it in this list. :spa
592590
- `react-native-datacapture-core`
593591
- `react-native-dhp-printer`
594592
- `react-native-fedlight-dsm`
595-
- `react-native-flyy`
596593
- `react-native-ghn-ekyc`
597594
- `react-native-innity-remaster`
598595
- `react-native-input-library`
@@ -622,6 +619,7 @@ If you are using this library in one of your projects, add it in this list. :spa
622619
- `react-native-shared-gesture`
623620
- `react-native-test-comlibrary`
624621
- `react-native-ticker-tape`
622+
- `react-native-tone-test`
625623
- `react-native-uvc-camera-android`
626624
- `react-native-withframework-check`
627625
- `react-native-ytximkit`
@@ -633,6 +631,7 @@ If you are using this library in one of your projects, add it in this list. :spa
633631
- `renovate`
634632
- `renovate-csm`
635633
- `repom`
634+
- `repomix`
636635
- `rn-adyen-dropin`
637636
- `rn-check-btn`
638637
- `rn_unique_device_id`
@@ -665,6 +664,7 @@ If you are using this library in one of your projects, add it in this list. :spa
665664
- `winx-form-winx`
666665
- `workspace-tools`
667666
- `wsj.gatsby-source-git`
667+
- `zephyr-agent`
668668

669669

670670

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-url-parse",
3-
"version": "16.0.0",
3+
"version": "16.0.1",
44
"description": "A high level git url parser for common git providers.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -45,6 +45,8 @@
4545
"menu/",
4646
"cli.js",
4747
"index.js",
48+
"index.d.ts",
49+
"package-lock.json",
4850
"bloggify.js",
4951
"bloggify.json",
5052
"bloggify/"

0 commit comments

Comments
 (0)