Skip to content

Commit

Permalink
Merge branch 'release/2.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
elgorditosalsero committed Apr 28, 2023
2 parents b457fcd + f3e0893 commit 4de79ca
Show file tree
Hide file tree
Showing 7 changed files with 4,020 additions and 4,268 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ dist
.idea
.vsc
coverage
example/.parcel-cache
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# MAINTAINERS WANTED, PLEASE REACH OUT IF YOU'RE INTERESTED

<p align="center">
<img src="https://user-images.githubusercontent.com/65770455/82931604-76c14380-9f87-11ea-8d36-4ab2bc94b1d3.png" alt="React Google Tag Manager Hook" />
</p>
Expand Down
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<div id="root"></div>
<div id="gtm"></div>
</div>
<script src="./index.tsx"></script>
<script type="module" src="./index.tsx"></script>
</body>
</html>
1 change: 0 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "example",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "parcel index.html",
Expand Down
3,217 changes: 1,685 additions & 1,532 deletions example/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react"
],
"description": "Easily manage the Google Tag Manager via Hook",
"version": "2.6.0",
"version": "2.7.0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/react-gtm-hook.esm.js",
Expand Down
5,063 changes: 2,330 additions & 2,733 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 4de79ca

Please sign in to comment.