Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aruniverse committed Dec 29, 2023
1 parent 81b7956 commit 9f4cf94
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 15 deletions.
28 changes: 28 additions & 0 deletions adblock-detect-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "adblock-detect-react",
"entries": [
{
"date": "Fri, 29 Dec 2023 18:31:24 GMT",
"version": "1.3.0",
"tag": "adblock-detect-react_v1.3.0",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "adblock-detect-react",
"commit": "81b795649b72aa48ff7f9118cc3f90afa145f68a",
"comment": "Publish changelogs"
}
],
"minor": [
{
"author": "[email protected]",
"package": "adblock-detect-react",
"commit": "c3dffee8e4520561522e3014b148fe196553c064",
"comment": "Correctly handle ad blockers that return a HTTP307 redirect"
}
]
}
}
]
}
17 changes: 17 additions & 0 deletions adblock-detect-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Change Log - adblock-detect-react

This log was last generated on Fri, 29 Dec 2023 18:31:24 GMT and should not be manually modified.

<!-- Start content -->

## 1.3.0

Fri, 29 Dec 2023 18:31:24 GMT

### Minor changes

- Correctly handle ad blockers that return a HTTP307 redirect ([email protected])

### Patches

- Publish changelogs ([email protected])
2 changes: 1 addition & 1 deletion adblock-detect-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adblock-detect-react",
"version": "1.2.0",
"version": "1.3.0",
"description": "Provides utilities to check if ad block is enabled on a page via both a React hook and a wrapper component.",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down

This file was deleted.

This file was deleted.

1 comment on commit 9f4cf94

@vercel
Copy link

@vercel vercel bot commented on 9f4cf94 Dec 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.