Skip to content

Commit a6cef84

Browse files
glen-cheneyGlen Cheney
andauthored
update username from Vestride to glen-cheney (#625)
Co-authored-by: Glen Cheney <glen@Glens-MacBook-Air.local>
1 parent 53d39d3 commit a6cef84

9 files changed

Lines changed: 17 additions & 17 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Without a reduced test case, your issue may be closed.
1919
- `npm version major|minor|patch`.
2020
- `npm publish`
2121
- `git push && git push --tags`
22-
- Create a [new release](https://github.com/Vestride/Shuffle/releases/new) on GitHub.
22+
- Create a [new release](https://github.com/glen-cheney/Shuffle/releases/new) on GitHub.
2323

2424
## Running locally
2525

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const shuffleInstance = new Shuffle(document.getElementById('grid'), {
2626
This project was inspired by [Isotope](http://isotope.metafizzy.co/) and [Packery](http://packery.metafizzy.co/).
2727

2828
[homepage]: https://shuffle.js.org
29-
[actions-img]: https://github.com/Vestride/Shuffle/actions/workflows/build.yml/badge.svg?branch=main
29+
[actions-img]: https://github.com/glen-cheney/Shuffle/actions/workflows/build.yml/badge.svg?branch=main
3030
[npm-url]: https://www.npmjs.com/package/shufflejs
3131
[npm-img]: https://img.shields.io/npm/v/shufflejs.svg
3232
[dependabot-url]: https://docs.github.com/en/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-dependabot-security-updates

apps/website/docs/changelog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 15
44

55
# Changelog (abbreviated)
66

7-
For a more detailed changelog, visit [the latest releases](https://github.com/Vestride/Shuffle/releases) on GitHub.
7+
For a more detailed changelog, visit [the latest releases](https://github.com/glen-cheney/Shuffle/releases) on GitHub.
88

99
- `v6.1.1` 2024-07-07 - Update `"exports"` field in package.json to include `"types"`.
1010
- `v6.1.0` 2022-07-07 - Add `sideEffects: false` and [exports-map](https://webpack.js.org/guides/package-exports/) to the `package.json`.
@@ -13,7 +13,7 @@ For a more detailed changelog, visit [the latest releases](https://github.com/Ve
1313
- `v5.3.0` 2021-03-23 - Add `isRTL` option.
1414
- `v5.2.3` 2019-08-29 - Add missing inherited methods from `TinyEmitter` to TypeScript definitions.
1515
- `v5.2.2` 2019-06-03 - Update TypeScript definitions.
16-
- `v5.2.1` 2018-12-01 - Change \`index.d.ts\` to use \`export default Shuffle\` ([#214](https://github.com/Vestride/Shuffle/issues/214#issuecomment-441409237)). Upgrade dev dependencies.
16+
- `v5.2.1` 2018-12-01 - Change \`index.d.ts\` to use \`export default Shuffle\` ([#214](https://github.com/glen-cheney/Shuffle/issues/214#issuecomment-441409237)). Upgrade dev dependencies.
1717
- `v5.2.0` 2018-08-19 - Lazily test whether the browser's `getComputedStyle` includes padding. This allows the bundled file to be imported in node for server side rendering.
1818
- `v5.1.2` 2018-03-26 - Fix misspelled `delimiter` option. Both "delimiter" and "delimeter" will continue to work for v5.
1919
- `v5.1.1` 2018-03-02 - Fix new item animation when there is an active filter.
@@ -28,12 +28,12 @@ For a more detailed changelog, visit [the latest releases](https://github.com/Ve
2828
- `v4.0.2` 2016-09-15 - Update `custom-event-polyfill` dependency.
2929
- `v4.0.1` 2016-07-30 - Fix `delimiter` option.
3030
- `v4.0.0` 2016-04-20 - Rewrite in ES6 with babel. Remove jQuery and Modernizr dependencies. Remove support for IE&lt;11. Docs improvements. Switch to gulp build system with webpack.
31-
- `v3.1.0` 2015-03-23 - Allow zero speed option ([#64](https://github.com/Vestride/Shuffle/issues/64)) and cancel previous animations instead of ignoring new ones ([#69](https://github.com/Vestride/Shuffle/issues/69)). Handle non-integer columns better ([#46](https://github.com/Vestride/Shuffle/issues/46))
31+
- `v3.1.0` 2015-03-23 - Allow zero speed option ([#64](https://github.com/glen-cheney/Shuffle/issues/64)) and cancel previous animations instead of ignoring new ones ([#69](https://github.com/glen-cheney/Shuffle/issues/69)). Handle non-integer columns better ([#46](https://github.com/glen-cheney/Shuffle/issues/46))
3232
- `v3.0.4` 2015-02-16 - Publish to NPM.
3333
- `v3.0.2` 2015-01-21 - Remove from jQuery plugins directory.
3434
- `v3.0.1` 2014-12-29 - Add CommonJS support.
3535
- `v3.0.0` 2014-10-06 - Refactored with improvements, added unit tests, more documentation. Removed some triggered events.
36-
- `v2.1.2` 2014-06-01 - Use `window.jQuery` instead of `window.$` to work better with noConflict. Fixed [#25](https://github.com/Vestride/Shuffle/issues/25).
36+
- `v2.1.2` 2014-06-01 - Use `window.jQuery` instead of `window.$` to work better with noConflict. Fixed [#25](https://github.com/glen-cheney/Shuffle/issues/25).
3737
- `v2.1.1` 2014-04-16 - Fix items with zero opacity overlapping visible ones in IE&lt;10.
3838
- `v2.1.0` 2014-04-12 - Register with bower as `shufflejs`.
3939
- 2014-04-10 - Add AMD support.

apps/website/docs/faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ Bootstrap 4 uses flexbox for grids, so your main shuffle container element must
4646

4747
:::info Didn't find an answer?
4848

49-
Try browsing the [CodePen collection](https://codepen.io/collection/AWGLbd) or searching the issues [on GitHub](https://github.com/Vestride/Shuffle/issues).
49+
Try browsing the [CodePen collection](https://codepen.io/collection/AWGLbd) or searching the issues [on GitHub](https://github.com/glen-cheney/Shuffle/issues).
5050

5151
:::

apps/website/docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ View the [Shuffle collection](https://codepen.io/collection/AWGLbd) on CodePen.
1616

1717
## Releases
1818

19-
[See the latest release](https://github.com/Vestride/Shuffle/releases)
19+
[See the latest release](https://github.com/glen-cheney/Shuffle/releases)

apps/website/docusaurus.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default {
2222
{
2323
docs: {
2424
sidebarPath: require.resolve('./sidebars.js'),
25-
editUrl: 'https://github.com/Vestride/Shuffle/tree/main/apps/website/docs/',
25+
editUrl: 'https://github.com/glen-cheney/Shuffle/tree/main/apps/website/docs/',
2626
},
2727
theme: {
2828
customCss: require.resolve('./src/css/custom.css'),
@@ -59,7 +59,7 @@ export default {
5959
position: 'right',
6060
},
6161
{
62-
href: 'https://github.com/Vestride/Shuffle',
62+
href: 'https://github.com/glen-cheney/Shuffle',
6363
label: 'GitHub',
6464
position: 'right',
6565
},
@@ -99,7 +99,7 @@ export default {
9999
items: [
100100
{
101101
label: 'GitHub',
102-
href: 'https://github.com/Vestride/Shuffle',
102+
href: 'https://github.com/glen-cheney/Shuffle',
103103
},
104104
{
105105
label: 'CodePen template',

packages/shuffle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const shuffleInstance = new Shuffle(document.getElementById('grid'), {
2626
This project was inspired by [Isotope](http://isotope.metafizzy.co/) and [Packery](http://packery.metafizzy.co/).
2727

2828
[homepage]: https://shuffle.js.org
29-
[actions-img]: https://github.com/Vestride/Shuffle/actions/workflows/build.yml/badge.svg?branch=main
29+
[actions-img]: https://github.com/glen-cheney/Shuffle/actions/workflows/build.yml/badge.svg?branch=main
3030
[npm-url]: https://www.npmjs.com/package/shufflejs
3131
[npm-img]: https://img.shields.io/npm/v/shufflejs.svg
3232
[dependabot-url]: https://docs.github.com/en/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-dependabot-security-updates

packages/shuffle/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Type definitions for Shuffle 6.0.0
2-
// Project: https://github.com/Vestride/Shuffle
3-
// Definitions by: Glen Cheney <https://github.com/Vestride>
2+
// Project: https://github.com/glen-cheney/Shuffle
3+
// Definitions by: Glen Cheney <https://github.com/glen-cheney>
44

55
import { TinyEmitter } from 'tiny-emitter';
66

packages/shuffle/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
},
3636
"repository": {
3737
"type": "git",
38-
"url": "git://github.com/Vestride/Shuffle.git"
38+
"url": "git://github.com/glen-cheney/Shuffle.git"
3939
},
4040
"author": "Glen Cheney <cheney.glen@gmail.com>",
4141
"license": "MIT",
4242
"bugs": {
43-
"url": "https://github.com/Vestride/Shuffle/issues"
43+
"url": "https://github.com/glen-cheney/Shuffle/issues"
4444
},
45-
"homepage": "https://github.com/Vestride/Shuffle",
45+
"homepage": "https://github.com/glen-cheney/Shuffle",
4646
"files": [
4747
"dist",
4848
"src",

0 commit comments

Comments
 (0)