Skip to content

Commit f992a11

Browse files
Merge branch 'main' into dev
2 parents b2a4052 + c259708 commit f992a11

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to the "vue3-easter-egg-trigger" plugin will be documented in this file.
33

4+
## v3.0.1
5+
2024-01-17
6+
[main] (@webdevnerdstuff)
7+
* Fix links
8+
49
## v3.0.0
510
2024-01-17
611
[main] (@webdevnerdstuff)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
Presenting the Vue Easter Egg Trigger, a tool that discreetly injects a touch of unexpectedness into Vue.js projects. This unassuming plugin, which operates on both keystrokes (with click events also available), brings hidden surprises to your applications.
2323

24-
Picture users navigating through your Vue.js application, tapping out secret combinations akin to the infamous <a :href="links.konamiCode" target="_blank">Konami code</a>. Suddenly, a magical farting unicorn appears. While we must issue a PSA that this majestic creature isn't included, the plugin serves as an invitation for developers to infuse similar unexpected elements into their projects.
24+
Picture users navigating through your Vue.js application, tapping out secret combinations akin to the infamous <a href="https://en.wikipedia.org/wiki/Konami_Code" target="_blank">Konami code</a>. Suddenly, a magical farting unicorn appears. While we must issue a PSA that this majestic creature isn't included, the plugin serves as an invitation for developers to infuse similar unexpected elements into their projects.
2525

2626

2727
## Installation
@@ -43,7 +43,7 @@ npm i @wdns/vue-easter-egg-trigger
4343
## Dependencies
4444

4545
[Vue 3](https://vuejs.org/)
46-
[Lodash](https://vueuse.org/)
46+
[Lodash](https://lodash.com/)
4747

4848

4949
## Change Log

dist/vue-easter-egg-trigger.cjs.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-easter-egg-trigger.es.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineComponent as D, inject as O, reactive as l, watchEffect as R, onM
22
import { includes as m, isEqual as U, uniq as E } from "lodash";
33
/**
44
* @name @wdns/vue-easter-egg-trigger
5-
* @version 3.0.0
5+
* @version 3.0.1
66
* @description Presenting the Vue Easter Egg Trigger, a tool that discreetly injects a touch of unexpectedness into Vue.js projects. This unassuming plugin, which operates on both keystrokes (with click events also available), brings hidden surprises to your applications.
77
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <[email protected]> (https://webdevnerdstuff.com)
88
* @copyright Copyright 2024, WebDevNerdStuff

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdns/vue-easter-egg-trigger",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Presenting the Vue Easter Egg Trigger, a tool that discreetly injects a touch of unexpectedness into Vue.js projects. This unassuming plugin, which operates on both keystrokes (with click events also available), brings hidden surprises to your applications.",
55
"private": false,
66
"publishConfig": {

0 commit comments

Comments
 (0)