Skip to content

Commit

Permalink
refactor!: update project owner
Browse files Browse the repository at this point in the history
  • Loading branch information
juliomrqz committed Jul 19, 2020
1 parent 40ce5f9 commit d52289b
Show file tree
Hide file tree
Showing 15 changed files with 86 additions and 91 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/pull-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ assignees: ''
<!--
Thank you for your contribution!
Please make sure to read the Contributing Guidelines (https://www.bazzite.com/docs/nativescript-vibrate/contributing) before Submitting a Pull Request.
Please make sure to read the Contributing Guidelines (https://marquez.co/docs/nativescript-vibrate/contributing) before Submitting a Pull Request.
If your issue doesn't follow the Guidelines above, it will be closed immediately.
-->
Expand All @@ -20,7 +20,7 @@ If your issue doesn't follow the Guidelines above, it will be closed immediately

## PR Checklist

- [ ] The PR title follows our guidelines: https://github.com/bazzite/nativescript-vibrate/blob/develop/CONTRIBUTING.md.
- [ ] The PR title follows our guidelines: https://github.com/juliomrqz/nativescript-vibrate/blob/develop/CONTRIBUTING.md.
- [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it.
- [ ] All existing tests are passing
- [ ] Tests for the changes are included
Expand Down
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/support_request.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---
name: "⛔️ Questions"
about: For questions, please go to https://spectrum.chat/bazzite/open-source
name: "Questions"
about: ''
title: ''
labels: ''
assignees: ''

---

<!-- For questions, please go to https://spectrum.chat/bazzite/open-source. -->
34 changes: 17 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
# Change Log

## [v3.0.0](https://github.com/bazzite/nativescript-vibrate/tree/v3.0.0) (2019-11-21)
## [v3.0.0](https://github.com/juliomrqz/nativescript-vibrate/tree/v3.0.0) (2019-11-21)

- Bump dependencies to NativeScript 6
- Delay getting the service on Android until needed ([#85](https://github.com/bazzite/nativescript-vibrate/pull/85)), (thanks to [EddyVerbruggen](https://github.com/EddyVerbruggen))
- Delay getting the service on Android until needed ([#85](https://github.com/juliomrqz/nativescript-vibrate/pull/85)), (thanks to [EddyVerbruggen](https://github.com/EddyVerbruggen))

## [v2.1.3](https://github.com/bazzite/nativescript-vibrate/tree/v2.1.3) (2019-03-14)
## [v2.1.3](https://github.com/juliomrqz/nativescript-vibrate/tree/v2.1.3) (2019-03-14)

- Maintenance Update

## [v2.1.2](https://github.com/bazzite/nativescript-vibrate/tree/v2.1.2) (2018-10-15)
## [v2.1.2](https://github.com/juliomrqz/nativescript-vibrate/tree/v2.1.2) (2018-10-15)

- Update some dependencies
- Fix vibration on iOS ([#19](https://github.com/bazzite/nativescript-vibrate/pull/19)), (thanks to [EddyVerbruggen](https://github.com/EddyVerbruggen))
- Fix vibration on iOS ([#19](https://github.com/juliomrqz/nativescript-vibrate/pull/19)), (thanks to [EddyVerbruggen](https://github.com/EddyVerbruggen))

## [v2.1.1](https://github.com/bazzite/nativescript-vibrate/tree/v2.1.1) (2018-07-13)
## [v2.1.1](https://github.com/juliomrqz/nativescript-vibrate/tree/v2.1.1) (2018-07-13)

- Maintenance Update

## [v2.1.0](https://github.com/bazzite/nativescript-vibrate/tree/v2.1.0) (2018-05-06)
## [v2.1.0](https://github.com/juliomrqz/nativescript-vibrate/tree/v2.1.0) (2018-05-06)

- Bump Demo to Nativescript v4
- Add Support to Nativescript v4

## [v2.0.2](https://github.com/bazzite/nativescript-vibrate/tree/v2.0.2) (2018-04-02)
## [v2.0.2](https://github.com/juliomrqz/nativescript-vibrate/tree/v2.0.2) (2018-04-02)

- Improve Documentation
- Minor fixes and Improvements

## [v2.0.1](https://github.com/bazzite/nativescript-vibrate/tree/v2.0.1) (2017-08-31)
## [v2.0.1](https://github.com/juliomrqz/nativescript-vibrate/tree/v2.0.1) (2017-08-31)

**Android**
- Fix to add automatically the Vibration permissions to the AndroidManifest.xml
- Fix missing the app import [#9](https://github.com/bazzite/nativescript-vibrate/pull/9), ([danielgek](https://github.com/danielgek))
- Fix missing the app import [#9](https://github.com/juliomrqz/nativescript-vibrate/pull/9), ([danielgek](https://github.com/danielgek))
- Fix the vibration pattern execution

## [v2.0.0](https://github.com/bazzite/nativescript-vibrate/tree/v2.0.0) (2017-08-30)
## [v2.0.0](https://github.com/juliomrqz/nativescript-vibrate/tree/v2.0.0) (2017-08-30)

- Use TypeScript as a development language
- Create Unit Tests
Expand All @@ -46,20 +46,20 @@
- Pattern repeat
- Cancel method

## [1.1.2](https://github.com/bazzite/nativescript-vibrate/tree/1.1.2) (2016-10-16)
- TypeScript support [\#2](https://github.com/bazzite/nativescript-vibrate/pull/2) ([TheOriginalJosh](https://github.com/TheOriginalJosh))
- Fix an issue when loading the module before context is available [\#1](https://github.com/bazzite/nativescript-vibrate/pull/1) ([naderio](https://github.com/naderio))
## [1.1.2](https://github.com/juliomrqz/nativescript-vibrate/tree/1.1.2) (2016-10-16)
- TypeScript support [\#2](https://github.com/juliomrqz/nativescript-vibrate/pull/2) ([TheOriginalJosh](https://github.com/TheOriginalJosh))
- Fix an issue when loading the module before context is available [\#1](https://github.com/juliomrqz/nativescript-vibrate/pull/1) ([naderio](https://github.com/naderio))

## [1.1.0](https://github.com/bazzite/nativescript-vibrate/tree/1.1.0) (2015-07-21)
## [1.1.0](https://github.com/juliomrqz/nativescript-vibrate/tree/1.1.0) (2015-07-21)
- Migrating to a new project architecture


## [1.0.3](https://github.com/bazzite/nativescript-vibrate/tree/1.0.3) (2015-05-08)
## [1.0.3](https://github.com/juliomrqz/nativescript-vibrate/tree/1.0.3) (2015-05-08)
**Android**

- Fix an issue in the NativeScript v1.0.0 release

## [1.0.0](https://github.com/bazzite/nativescript-vibrate/tree/1.0.0) (2015-04-11)
## [1.0.0](https://github.com/juliomrqz/nativescript-vibrate/tree/1.0.0) (2015-04-11)
- Initial Release


4 changes: 2 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code of Conduct

By participating in this project, you agree to abide by the
[Bazzite Code of Conduct][tb-coc].
[Code of Conduct][tb-coc].

[tb-coc]: https://www.bazzite.com/open-source/code-of-conduct/
[tb-coc]: https://www.contributor-covenant.org/version/2/0/code_of_conduct/
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

Please make sure to read the [NativeScript Vibrate Contributing Guide][link] before making a contribution.

[link]: https://www.bazzite.com/docs/nativescript-vibrate/contributing?utm_source=github&utm_medium=contributing&utm_campaign=nativescript-vibrate
[link]: https://marquez.co/docs/nativescript-vibrate/contributing?utm_source=github&utm_medium=contributing&utm_campaign=nativescript-vibrate
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019, Bazzite
Copyright (c) 2020, Julio Marquez

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
39 changes: 18 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[![Bazzite Project](https://img.shields.io/badge/Bazzite-project-blue.svg)](https://www.bazzite.com/docs/nativescript-vibrate?utm_source=github&utm_medium=readme&utm_campaign=nativescript-vibrate)
[![Codacy Badge](https://img.shields.io/codacy/grade/a40541d66db746bcb6669b7f30fd498d.svg)](https://www.codacy.com/app/bazzite/nativescript-vibrate?utm_source=github.com&utm_medium=referral&utm_content=bazzite/nativescript-vibrate&utm_campaign=badger)
[![Travis](https://img.shields.io/travis/bazzite/nativescript-vibrate/master.svg)](https://travis-ci.org/bazzite/nativescript-vibrate)
[![Codacy Badge](https://img.shields.io/codacy/grade/a40541d66db746bcb6669b7f30fd498d.svg)](https://www.codacy.com/app/juliomrqz/nativescript-vibrate?utm_source=github.com&utm_medium=referral&utm_content=juliomrqz/nativescript-vibrate&utm_campaign=badger)
[![Travis](https://img.shields.io/travis/juliomrqz/nativescript-vibrate/master.svg)](https://travis-ci.org/juliomrqz/nativescript-vibrate)
[![version](https://img.shields.io/npm/v/nativescript-vibrate.svg)](https://www.npmjs.com/package/nativescript-vibrate)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://www.bazzite.com/docs/nativescript-vibrate/license?utm_source=github&utm_medium=readme&utm_campaign=nativescript-vibrate)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgh.neting.cc%2Fbazzite%2Fnativescript-vibrate.svg?type=shield)](https://app.fossa.io/projects/git%2Bgh.neting.cc%2Fbazzite%2Fnativescript-vibrate?ref=badge_shield)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://marquez.co/docs/nativescript-vibrate/license?utm_source=github&utm_medium=readme&utm_campaign=nativescript-vibrate)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgh.neting.cc%2Fjuliomrqz%2Fnativescript-vibrate.svg?type=shield)](https://app.fossa.io/projects/git%2Bgh.neting.cc%2Fjuliomrqz%2Fnativescript-vibrate?ref=badge_shield)

# NativeScript Vibrate ![apple](https://cdn3.iconfinder.com/data/icons/picons-social/57/16-apple-32.png) ![android](https://cdn4.iconfinder.com/data/icons/logos-3/228/android-32.png)

Expand Down Expand Up @@ -78,14 +77,14 @@ Only one method is available: `vibrate().` Below are all the supported propertie

## Documentation & Support

- 📄 If you want **extra details** of how to configure and use this plugin, the full documentation is available at [https://www.bazzite.com/docs/nativescript-vibrate][documentation].
- 📄 If you want **extra details** of how to configure and use this plugin, the full documentation is available at [https://marquez.co/docs/nativescript-vibrate][documentation].
- 🐞 For **Bug reports** or **Feature requests**, use the [Issues section][issues].
- 💬 For **questions**, go to [https://spectrum.chat/bazzite/open-source][spectrum-chat].
- 🚀 You may also want to [follow the company supporting this project on Twitter][twitter].
- 💬 For **questions**, you can also use the [Issues section][issues].
- 🚀 You may also want to [follow me on Twitter][twitter].

### Professional Support

This project is sponsored by [Bazzite][bazzite-website]. If you require assistance on your project(s), please contact us at [https://www.bazzite.com/contact][contact-page].
This project is sponsored by me, [a Full Stack Developer][marquez-website]. If you require assistance on your project(s), please contact me at [https://marquez.co][marquez-website].

## Contributing

Expand All @@ -99,20 +98,18 @@ Everyone participating in this project is expected to agree to abide by the [Cod

Code released under the [MIT License][license-page].

![](https://ga-beacon.appspot.com/UA-65885578-17/bazzite/nativescript-vibrate?pixel)
![](https://ga-beacon.appspot.com/UA-65885578-17/juliomrqz/nativescript-vibrate?pixel)



[documentation]: https://www.bazzite.com/docs/nativescript-vibrate?utm_source=github&utm_medium=readme&utm_campaign=nativescript-vibrate
[documentation-es]: https://www.bazzite.com/es/docs/nativescript-vibrate?utm_source=github&utm_medium=readme&utm_campaign=nativescript-vibrate
[contributing]: https://www.bazzite.com/docs/nativescript-vibrate/contributing?utm_source=github&utm_medium=readme&utm_campaign=nativescript-vibrate
[code-of-conduct]: https://www.bazzite.com/open-source/code-of-conduct?utm_source=github&utm_medium=readme&utm_campaign=nativescript-vibrate
[issues]: https://github.com/bazzite/nativescript-vibrate/issues
[twitter]: https://twitter.com/BazziteTech
[spectrum-chat]: https://spectrum.chat/bazzite/login?r=https://spectrum.chat/bazzite/open-source
[bazzite-website]: https://www.bazzite.com?utm_source=github&utm_medium=readme&utm_campaign=nativescript-vibrate
[contact-page]: https://www.bazzite.com/contact?utm_source=github&utm_medium=readme&utm_campaign=nativescript-vibrate
[license-page]: https://www.bazzite.com/docs/nativescript-vibrate/license?utm_source=github&utm_medium=readme&utm_campaign=nativescript-vibrate
[documentation]: https://marquez.co/docs/nativescript-vibrate?utm_source=github&utm_medium=readme&utm_campaign=nativescript-vibrate
[documentation-es]: https://marquez.co/es/docs/nativescript-vibrate?utm_source=github&utm_medium=readme&utm_campaign=nativescript-vibrate
[contributing]: https://marquez.co/docs/nativescript-vibrate/contributing?utm_source=github&utm_medium=readme&utm_campaign=nativescript-vibrate
[code-of-conduct]: https://www.contributor-covenant.org/version/2/0/code_of_conduct/
[issues]: https://github.com/juliomrqz/nativescript-vibrate/issues
[twitter]: https://twitter.com/juliomrqz
[marquez-website]: https://marquez.co?utm_source=github&utm_medium=readme&utm_campaign=nativescript-vibrate
[license-page]: https://marquez.co/docs/nativescript-vibrate/license?utm_source=github&utm_medium=readme&utm_campaign=nativescript-vibrate


[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgh.neting.cc%2Fbazzite%2Fnativescript-vibrate.svg?type=large)](https://app.fossa.io/projects/git%2Bgh.neting.cc%2Fbazzite%2Fnativescript-vibrate?ref=badge_large)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgh.neting.cc%2Fjuliomrqz%2Fnativescript-vibrate.svg?type=large)](https://app.fossa.com/projects/git%2Bgh.neting.cc%2Fjuliomrqz%2Fnativescript-vibrate?ref=badge_large)
34 changes: 17 additions & 17 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,43 +8,43 @@ position: 3
category: "Getting started"
---

## [v3.0.0](https://github.com/bazzite/nativescript-vibrate/tree/v3.0.0) (2019-11-21)
## [v3.0.0](https://github.com/juliomrqz/nativescript-vibrate/tree/v3.0.0) (2019-11-21)

- Bump dependencies to NativeScript 6
- Delay getting the service on Android until needed ([#85](https://github.com/bazzite/nativescript-vibrate/pull/85)), (thanks to [EddyVerbruggen](https://github.com/EddyVerbruggen))
- Delay getting the service on Android until needed ([#85](https://github.com/juliomrqz/nativescript-vibrate/pull/85)), (thanks to [EddyVerbruggen](https://github.com/EddyVerbruggen))


## [v2.1.3](https://github.com/bazzite/nativescript-vibrate/tree/v2.1.3) (2019-03-14)
## [v2.1.3](https://github.com/juliomrqz/nativescript-vibrate/tree/v2.1.3) (2019-03-14)

- Maintenance Update

## [v2.1.2](https://github.com/bazzite/nativescript-vibrate/tree/v2.1.2) (2018-10-15)
## [v2.1.2](https://github.com/juliomrqz/nativescript-vibrate/tree/v2.1.2) (2018-10-15)

- Update some dependencies
- Fix vibration on iOS ([#19](https://github.com/bazzite/nativescript-vibrate/pull/19)), (thanks to [EddyVerbruggen](https://github.com/EddyVerbruggen))
- Fix vibration on iOS ([#19](https://github.com/juliomrqz/nativescript-vibrate/pull/19)), (thanks to [EddyVerbruggen](https://github.com/EddyVerbruggen))

## [v2.1.1](https://github.com/bazzite/nativescript-vibrate/tree/v2.1.1) (2018-07-13)
## [v2.1.1](https://github.com/juliomrqz/nativescript-vibrate/tree/v2.1.1) (2018-07-13)

- Maintenance Update

## [v2.1.0](https://github.com/bazzite/nativescript-vibrate/tree/v2.1.0) (2018-05-06)
## [v2.1.0](https://github.com/juliomrqz/nativescript-vibrate/tree/v2.1.0) (2018-05-06)

- Bump Demo to Nativescript v4
- Add Support to Nativescript v4

## [v2.0.2](https://github.com/bazzite/nativescript-vibrate/tree/v2.0.2) (2018-04-02)
## [v2.0.2](https://github.com/juliomrqz/nativescript-vibrate/tree/v2.0.2) (2018-04-02)

- Improve Documentation
- Minor fixes and Improvements

## [v2.0.1](https://github.com/bazzite/nativescript-vibrate/tree/v2.0.1) (2017-08-31)
## [v2.0.1](https://github.com/juliomrqz/nativescript-vibrate/tree/v2.0.1) (2017-08-31)

**Android**
- Fix to add automatically the Vibration permissions to the AndroidManifest.xml
- Fix missing the app import [#9](https://github.com/bazzite/nativescript-vibrate/pull/9), ([danielgek](https://github.com/danielgek))
- Fix missing the app import [#9](https://github.com/juliomrqz/nativescript-vibrate/pull/9), ([danielgek](https://github.com/danielgek))
- Fix the vibration pattern execution

## [v2.0.0](https://github.com/bazzite/nativescript-vibrate/tree/v2.0.0) (2017-08-30)
## [v2.0.0](https://github.com/juliomrqz/nativescript-vibrate/tree/v2.0.0) (2017-08-30)

- Use TypeScript as a development language
- Create Unit Tests
Expand All @@ -55,18 +55,18 @@ category: "Getting started"
- Pattern repeat
- Cancel method

## [1.1.2](https://github.com/bazzite/nativescript-vibrate/tree/1.1.2) (2016-10-16)
- TypeScript support [\#2](https://github.com/bazzite/nativescript-vibrate/pull/2) ([TheOriginalJosh](https://github.com/TheOriginalJosh))
- Fix an issue when loading the module before context is available [\#1](https://github.com/bazzite/nativescript-vibrate/pull/1) ([naderio](https://github.com/naderio))
## [1.1.2](https://github.com/juliomrqz/nativescript-vibrate/tree/1.1.2) (2016-10-16)
- TypeScript support [\#2](https://github.com/juliomrqz/nativescript-vibrate/pull/2) ([TheOriginalJosh](https://github.com/TheOriginalJosh))
- Fix an issue when loading the module before context is available [\#1](https://github.com/juliomrqz/nativescript-vibrate/pull/1) ([naderio](https://github.com/naderio))

## [1.1.0](https://github.com/bazzite/nativescript-vibrate/tree/1.1.0) (2015-07-21)
## [1.1.0](https://github.com/juliomrqz/nativescript-vibrate/tree/1.1.0) (2015-07-21)
- Migrating to a new project architecture


## [1.0.3](https://github.com/bazzite/nativescript-vibrate/tree/1.0.3) (2015-05-08)
## [1.0.3](https://github.com/juliomrqz/nativescript-vibrate/tree/1.0.3) (2015-05-08)
**Android**

- Fix an issue in the NativeScript v1.0.0 release

## [1.0.0](https://github.com/bazzite/nativescript-vibrate/tree/1.0.0) (2015-04-11)
## [1.0.0](https://github.com/juliomrqz/nativescript-vibrate/tree/1.0.0) (2015-04-11)
- Initial Release
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Sometimes you may need to wipe away the `node_modules` and `demo/platforms` fold
**Please follow these basic steps to simplify pull request reviews - if you don't you'll probably just be asked to anyway.**

* Please rebase your branch against the current master
* Make reference to possible [issues](https://github.com/bazzite/nativescript-vibrate/issues) on PR comment
* Make reference to possible [issues](https://github.com/juliomrqz/nativescript-vibrate/issues) on PR comment

## Submitting bug reports

Expand Down
Loading

0 comments on commit d52289b

Please sign in to comment.